class NestUI extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- NestUI
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (NestUI, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def chatty(msg: String): Unit
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- val color: Colors
- val colorEnabled: Boolean
- def debug(msg: String): Unit
- val debug: Boolean
- val diffOnFail: Boolean
- def echo(message: String): Unit
- def echoFailed(msg: String): Unit
- def echoMixed(msg: String): Unit
- def echoPassed(msg: String): Unit
- def echoSkipped(msg: String): Unit
- def echoWarning(msg: String): Unit
- def ensuring(cond: (NestUI) ⇒ Boolean, msg: ⇒ Any): NestUI
- def ensuring(cond: (NestUI) ⇒ Boolean): NestUI
- def ensuring(cond: Boolean, msg: ⇒ Any): NestUI
- def ensuring(cond: Boolean): NestUI
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def failure(msg: String, wr: PrintWriter): Unit
- def failure(msg: String): Unit
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formatted(fmtstr: String): String
- final def getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leftFlush(): Unit
- val logOnFail: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normal(msg: String, wr: PrintWriter): Unit
- def normal(msg: String): Unit
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def outline(msg: String, wr: PrintWriter): Unit
- def outline(msg: String): Unit
- def reportTest(state: TestState, info: TestInfo, durationMs: Long): Unit
- def resetTestNumber(max: Int = -1): Unit
- def showAllJVMInfo(): Unit
- def statusLine(state: TestState, durationMs: Long): String
- def success(msg: String, wr: PrintWriter): Unit
- def success(msg: String): Unit
- final def synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val terse: Boolean
- def toString(): String
- Definition Classes
- AnyRef → Any
- def usage(): Unit
- def verbose(msg: String): Unit
- val verbose: Boolean
- def vlog(msg: ⇒ String): Unit
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.InterruptedException])
- def warning(msg: String): Unit
- def →[B](y: B): (NestUI, B)