Package org.truth0
Class Truth
- java.lang.Object
-
- org.truth0.Truth
-
public class Truth extends Object
deprecated please useTruth.assert_()
andTruthJUnit.assume()
to access these capabilities.
-
-
Field Summary
Fields Modifier and Type Field Description static TestVerb
ASSERT
static TestVerb
ASSUME
static FailureStrategy
THROW_ASSERTION_ERROR
Deprecated.preferTruth.THROW_ASSERTION_ERROR
.static FailureStrategy
THROW_ASSUMPTION_ERROR
Deprecated.
-
Constructor Summary
Constructors Constructor Description Truth()
-
-
-
Field Detail
-
THROW_ASSERTION_ERROR
@Deprecated public static final FailureStrategy THROW_ASSERTION_ERROR
Deprecated.preferTruth.THROW_ASSERTION_ERROR
.
-
THROW_ASSUMPTION_ERROR
@Deprecated @GwtIncompatible("JUnit4") public static final FailureStrategy THROW_ASSUMPTION_ERROR
Deprecated.
-
ASSERT
public static final TestVerb ASSERT
-
ASSUME
@GwtIncompatible("JUnit4") public static final TestVerb ASSUME
-
-