object NestUI
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NestUI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- val MANY: Int
- val NONE: Int
- val SOME: Int
- var _debug: Boolean
- var _diff: Boolean
- var _terse: Boolean
- var _verbose: Boolean
-
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
- var colorEnabled: Boolean
- def debug(msg: String): Unit
- 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
- def initialize(number: Int): Unit
- def isDebug: Boolean
- def isDiffy: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTerse: Boolean
- def isVerbose: Boolean
- def leftFlush(): Unit
-
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): Unit
- def resetTestNumber(max: Int = 1): Unit
- def setDebug(): Unit
- def setDiffOnFail(): Unit
- def setTerse(): Unit
- def setVerbose(): 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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def usage(): Unit
- def verbose(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