class NestUI extends AnyRef

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

Instance Constructors

  1. new NestUI(verbose: Boolean = false, debug: Boolean = false, terse: Boolean = false, diffOnFail: Boolean = false, logOnFail: Boolean = false, colorEnabled: Boolean = sys.props contains "partest.colors")

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 chatty(msg: String): Unit
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. val color: Colors
  8. val colorEnabled: Boolean
  9. def debug(msg: String): Unit
  10. val debug: Boolean
  11. val diffOnFail: Boolean
  12. def echo(message: String): Unit
  13. def echoFailed(msg: String): Unit
  14. def echoMixed(msg: String): Unit
  15. def echoPassed(msg: String): Unit
  16. def echoSkipped(msg: String): Unit
  17. def echoWarning(msg: String): Unit
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def failure(msg: String, wr: PrintWriter): Unit
  21. def failure(msg: String): Unit
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def leftFlush(): Unit
  27. val logOnFail: Boolean
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def normal(msg: String, wr: PrintWriter): Unit
  30. def normal(msg: String): Unit
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def outline(msg: String, wr: PrintWriter): Unit
  34. def outline(msg: String): Unit
  35. def reportTest(state: TestState, info: TestInfo, durationMs: Long): Unit
  36. def resetTestNumber(max: Int = -1): Unit
  37. def showAllJVMInfo(): Unit
  38. def statusLine(state: TestState, durationMs: Long): String
  39. def success(msg: String, wr: PrintWriter): Unit
  40. def success(msg: String): Unit
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. val terse: Boolean
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def usage(): Unit
  45. def verbose(msg: String): Unit
  46. val verbose: Boolean
  47. def vlog(msg: ⇒ String): Unit
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  51. def warning(msg: String): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped