object NestUI

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

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. val MANY: Int
  5. val NONE: Int
  6. val SOME: Int
  7. var _debug: Boolean
  8. var _diff: Boolean
  9. var _terse: Boolean
  10. var _verbose: Boolean
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def chatty(msg: String): Unit
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val color: Colors
  15. var colorEnabled: Boolean
  16. def debug(msg: String): Unit
  17. def echo(message: String): Unit
  18. def echoFailed(msg: String): Unit
  19. def echoMixed(msg: String): Unit
  20. def echoPassed(msg: String): Unit
  21. def echoSkipped(msg: String): Unit
  22. def echoWarning(msg: String): Unit
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def failure(msg: String, wr: PrintWriter): Unit
  26. def failure(msg: String): Unit
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  30. def initialize(number: Int): Unit
  31. def isDebug: Boolean
  32. def isDiffy: Boolean
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isTerse: Boolean
  35. def isVerbose: Boolean
  36. def leftFlush(): Unit
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def normal(msg: String, wr: PrintWriter): Unit
  39. def normal(msg: String): Unit
  40. final def notify(): Unit
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  42. def outline(msg: String, wr: PrintWriter): Unit
  43. def outline(msg: String): Unit
  44. def reportTest(state: TestState): Unit
  45. def resetTestNumber(max: Int = 1): Unit
  46. def setDebug(): Unit
  47. def setDiffOnFail(): Unit
  48. def setTerse(): Unit
  49. def setVerbose(): Unit
  50. def statusLine(state: TestState): String
  51. def success(msg: String, wr: PrintWriter): Unit
  52. def success(msg: String): Unit
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def usage(): Unit
  56. def verbose(msg: String): Unit
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def warning(msg: String): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped