object
Debug
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
assertCtor(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean, message: ⇒ String): Unit
-
def
assertCtor(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean): Unit
-
def
assertInt(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean, message: ⇒ String): Unit
-
def
assertInt(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean): Unit
-
def
assertIntFast(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean): Unit
-
def
assertPost(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean, message: ⇒ String): Unit
-
def
assertPost(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean): Unit
-
def
assertPostFast(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean): Unit
-
def
assertPre(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean, message: ⇒ String): Unit
-
def
assertPre(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean): Unit
-
def
assertPreFast(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean): Unit
-
-
def
assertTrue(at: ASSERTION_TYPE, ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean, message: ⇒ String): Unit
-
def
clone(): AnyRef
-
def
enableAllAssertions(v: Boolean): Unit
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
initRandomGen(seed: Int): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
random(lowerBound: Int, upperBound: Int): Int
-
def
randoms(lowerBound: Int, upperBound: Int): Iterator[Int]
-
def
signum(x: Int): Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
warnIfNot(at: ASSERTION_TYPE, ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean, message: ⇒ String): Unit
-
def
warnIfNotPost(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean, message: ⇒ String): Unit
-
def
warnIfNotPostFast(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean, message: ⇒ String): Unit
-
def
warnIfNotPre(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean, message: ⇒ String): Unit
-
def
warnIfNotPreFast(ac: ASSERTION_CATEGORY, assertion: ⇒ Boolean, message: ⇒ String): Unit
-
def
whenAssertionsOn[A](ac: ASSERTION_CATEGORY)(comp: ⇒ A): Unit
-
def
withDisabledAssertions[A](disabledAssertions: Set[ASSERTION_CATEGORY])(comp: ⇒ A): A
-
def
withoutAssertions[A](comp: ⇒ A): A
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any
A collect of methods for writing runtime assertions and inserting debugging information. In particular, here the different categories and types of assertions are defined and can be switched on and off.