scala.tools.partest.nest

NestUI

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val MANY: Int

  7. val NONE: Int

  8. val SOME: Int

  9. var _debug: Boolean

  10. var _diff: Boolean

  11. var _terse: Boolean

  12. var _verbose: Boolean

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def chatty(msg: String): Unit

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val color: Colors

  17. var colorEnabled: Boolean

  18. def debug(msg: String): Unit

  19. def echo(message: String): Unit

  20. def echoFailed(msg: String): Unit

  21. def echoMixed(msg: String): Unit

  22. def echoPassed(msg: String): Unit

  23. def echoSkipped(msg: String): Unit

  24. def echoWarning(msg: String): Unit

  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  27. def failure(msg: String, wr: PrintWriter): Unit

  28. def failure(msg: String): Unit

  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. def initialize(number: Int): Unit

  33. def isDebug: Boolean

  34. def isDiffy: Boolean

  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def isTerse: Boolean

  37. def isVerbose: Boolean

  38. def leftFlush(): Unit

  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. def normal(msg: String, wr: PrintWriter): Unit

  41. def normal(msg: String): Unit

  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. def outline(msg: String, wr: PrintWriter): Unit

  45. def outline(msg: String): Unit

  46. def reportTest(state: TestState): Unit

  47. def resetTestNumber(max: Int = 1): Unit

  48. def setDebug(): Unit

  49. def setDiffOnFail(): Unit

  50. def setTerse(): Unit

  51. def setVerbose(): Unit

  52. def statusLine(state: TestState): String

  53. def success(msg: String, wr: PrintWriter): Unit

  54. def success(msg: String): Unit

  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toString(): String

    Definition Classes
    AnyRef → Any
  57. def usage(): Unit

  58. def verbose(msg: String): Unit

  59. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def warning(msg: String): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped