trait
TestFile extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
deleteAfter[T](files: File*)(f: ⇒ T)(implicit delete: DeletePolicy): T
-
def
deleteRecursive(files: File*): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
listFilesRecursive(file: File): Seq[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nextId(): String
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withTestDir[T]()(f: (File) ⇒ T)(implicit delete: DeletePolicy): T
-
def
withTestFile[T](content: String)(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
Inherited from AnyRef
Inherited from Any