trait TestFile extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestFile
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def appendFile(file: File, content: String): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def deleteAfter[T](files: File*)(f: => T)(implicit delete: DeletePolicy): T
- def deleteRecursive(files: File*): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expectFiles(dir: File, exact: Boolean, files: String*): Unit
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listFilesRecursive(file: File): Seq[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextId(): String
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withTestDir[T]()(f: (File) => T)(implicit delete: DeletePolicy): T
- def withTestDir[T](tmpDir: File)(f: (File) => T)(implicit delete: DeletePolicy): T
- def withTestFile[T](content: String)(f: (File) => T)(implicit delete: DeletePolicy): T
- def withTestFile[T](content: String, dir: File)(f: (File) => T)(implicit delete: DeletePolicy): T
- def withTestFiles(content1: String, content2: String, content3: String, content4: String, content5: String)(f: (File, File, File, File, File) => Any)(implicit delete: DeletePolicy): Unit
- def withTestFiles[T](content1: String, content2: String, content3: String, content4: String)(f: (File, File, File, File) => T)(implicit delete: DeletePolicy): T
- def withTestFiles[T](content1: String, content2: String, content3: String)(f: (File, File, File) => T)(implicit delete: DeletePolicy): T
- def withTestFiles[T](content1: String, content2: String)(f: (File, File) => T)(implicit delete: DeletePolicy): T
- def writeFile(file: File, content: String): Unit