Packages

object Tests

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tests
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assertEquals(outFile: File, goldenFile: File): Boolean

    Assert against a specified golden File.

  6. def assertNotNull[T](e: T): T

    Assert that the field is not null and return it.

  7. def checkDiff(a: String, fileA: String, b: String, fileB: String): Assertion
  8. def checkDiff(a: AsyncFile, e: AsyncFile, encoding: String = Utf8): Future[Assertion]
  9. def checkDiff(outFile: File, goldenFile: File, comparator: Equals[String]): Unit

    Check against a specified golden File.

  10. def checkDiff(actual: String, expected: String): Unit

    Diff between 2 strings.

  11. def checkDiff(tuple: (String, String)): Assertion
  12. def checkDiff(outFile: File, goldenFile: File): Unit

    Check against a specified golden File and fail.

  13. def checkDiffIgnoreAllSpaces(actual: String, expected: String): Unit
  14. def checkDiffIgnoreAllSpaces(tuple: (String, String)): Assertion
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  16. def diff(a: Reader, aName: String, b: Reader, bName: String): Option[String]
  17. def diff(outFile: File, goldenFile: File): Option[String]

    Return optional diff with specified golden file.

  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def getHostName: String

    Returns the hostname.

  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def listFiles(dir: File, pattern: String): List[Array[_]]

    Get the files in the specified directory as parameters.

  25. def listFiles(dirName: String, pattern: String): List[Array[_]]

    Get the files in the specified directory as parameters.

  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. def randomString(length: Int): String

    Return a random string with the specified length.

  30. def sleep(millis: Int): Unit

    Sleep during the specified number of milliseconds.

  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def wrapForParameters(args: Array[_]): List[Array[_]]

    Wrap single parameter as a List of objects (To be used by @Params in junit.

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped