class NestUI extends AnyRef

Source
NestUI.scala
Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NestUI
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from NestUI toany2stringadd[NestUI] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NestUI, B)
    Implicit
    This member is added by an implicit conversion from NestUI toArrowAssoc[NestUI] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def chatty(msg: String): Unit
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.CloneNotSupportedException])
  9. val color: Colors
  10. val colorEnabled: Boolean
  11. def debug(msg: String): Unit
  12. val debug: Boolean
  13. val diffOnFail: Boolean
  14. def echo(message: String): Unit
  15. def echoFailed(msg: String): Unit
  16. def echoMixed(msg: String): Unit
  17. def echoPassed(msg: String): Unit
  18. def echoSkipped(msg: String): Unit
  19. def echoWarning(msg: String): Unit
  20. def ensuring(cond: (NestUI) ⇒ Boolean, msg: ⇒ Any): NestUI
    Implicit
    This member is added by an implicit conversion from NestUI toEnsuring[NestUI] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (NestUI) ⇒ Boolean): NestUI
    Implicit
    This member is added by an implicit conversion from NestUI toEnsuring[NestUI] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): NestUI
    Implicit
    This member is added by an implicit conversion from NestUI toEnsuring[NestUI] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): NestUI
    Implicit
    This member is added by an implicit conversion from NestUI toEnsuring[NestUI] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def failure(msg: String, wr: PrintWriter): Unit
  27. def failure(msg: String): Unit
  28. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  29. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from NestUI toStringFormat[NestUI] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def leftFlush(): Unit
  34. val logOnFail: Boolean
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def normal(msg: String, wr: PrintWriter): Unit
  37. def normal(msg: String): Unit
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def outline(msg: String, wr: PrintWriter): Unit
  41. def outline(msg: String): Unit
  42. def reportTest(state: TestState, info: TestInfo, durationMs: Long): Unit
  43. def resetTestNumber(max: Int = -1): Unit
  44. def showAllJVMInfo(): Unit
  45. def statusLine(state: TestState, durationMs: Long): String
  46. def success(msg: String, wr: PrintWriter): Unit
  47. def success(msg: String): Unit
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. val terse: Boolean
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def usage(): Unit
  52. def verbose(msg: String): Unit
  53. val verbose: Boolean
  54. def vlog(msg: ⇒ String): Unit
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])
  58. def warning(msg: String): Unit
  59. def [B](y: B): (NestUI, B)
    Implicit
    This member is added by an implicit conversion from NestUI toArrowAssoc[NestUI] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromNestUI to any2stringadd[NestUI]

Inherited by implicit conversion StringFormat fromNestUI to StringFormat[NestUI]

Inherited by implicit conversion Ensuring fromNestUI to Ensuring[NestUI]

Inherited by implicit conversion ArrowAssoc fromNestUI to ArrowAssoc[NestUI]

Ungrouped