object Tests
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tests
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assertEquals(outFile: File, goldenFile: File): Boolean
Assert against a specified golden File.
-
def
assertNotNull[T](e: T): T
Assert that the field is not null and return it.
- def checkDiff(a: String, fileA: String, b: String, fileB: String): Assertion
- def checkDiff(a: AsyncFile, e: AsyncFile, encoding: String = Utf8): Future[Assertion]
-
def
checkDiff(outFile: File, goldenFile: File, comparator: Equals[String]): Unit
Check against a specified golden File.
-
def
checkDiff(actual: String, expected: String): Unit
Diff between 2 strings.
- def checkDiff(tuple: (String, String)): Assertion
-
def
checkDiff(outFile: File, goldenFile: File): Unit
Check against a specified golden File and fail.
- def checkDiffIgnoreAllSpaces(actual: String, expected: String): Unit
- def checkDiffIgnoreAllSpaces(tuple: (String, String)): Assertion
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def diff(a: Reader, aName: String, b: Reader, bName: String): Option[String]
-
def
diff(outFile: File, goldenFile: File): Option[String]
Return optional diff with specified golden file.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getHostName: String
Returns the hostname.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listFiles(dir: File, pattern: String): List[Array[_]]
Get the files in the specified directory as parameters.
-
def
listFiles(dirName: String, pattern: String): List[Array[_]]
Get the files in the specified directory as parameters.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
randomString(length: Int): String
Return a random string with the specified length.
-
def
sleep(millis: Int): Unit
Sleep during the specified number of milliseconds.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wrapForParameters(args: Array[_]): List[Array[_]]
Wrap single parameter as a List of objects (To be used by @Params in junit.
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated