class NestUI extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NestUI
- AnyRef
- Any
- 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
-
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
- @throws( ... )
- 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
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
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
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def outline(msg: String, wr: PrintWriter): Unit
- def outline(msg: String): Unit
- def reportTest(state: TestState, info: TestInfo): Unit
- def resetTestNumber(max: Int = 1): Unit
- def showAllJVMInfo(): Unit
- def statusLine(state: TestState): 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def warning(msg: String): Unit