Uses of Class
com.google.common.truth.TestVerb
-
Packages that use TestVerb Package Description com.google.common.truth org.truth0 -
-
Uses of TestVerb in com.google.common.truth
Subclasses of TestVerb in com.google.common.truth Modifier and Type Class Description class
Expect
Fields in com.google.common.truth declared as TestVerb Modifier and Type Field Description static TestVerb
Truth. ASSERT
static TestVerb
TruthJUnit. ASSUME
Methods in com.google.common.truth that return TestVerb Modifier and Type Method Description static TestVerb
Truth. assert_()
static TestVerb
TruthJUnit. assume()
protected TestVerb
Subject. check()
A convenience for implementers ofSubject
subclasses to use other truthSubject
wrappers within their own propositional logic.TestVerb
TestVerb. withFailureMessage(String failureMessage)
-
Uses of TestVerb in org.truth0
Subclasses of TestVerb in org.truth0 Modifier and Type Class Description class
TestVerb
Deprecated.useTestVerb
.Fields in org.truth0 declared as TestVerb Modifier and Type Field Description static TestVerb
Truth. ASSERT
static TestVerb
Truth. ASSUME
-