public class Truth extends Object
Truth.assert_()
and
TruthJUnit.assume()
to access these capabilities.Modifier and Type | Field | Description |
---|---|---|
static TestVerb |
ASSERT |
|
static TestVerb |
ASSUME |
|
static FailureStrategy |
THROW_ASSERTION_ERROR |
Deprecated.
prefer
Truth.THROW_ASSERTION_ERROR . |
static FailureStrategy |
THROW_ASSUMPTION_ERROR |
Deprecated.
|
Constructor | Description |
---|---|
Truth() |
@Deprecated public static final FailureStrategy THROW_ASSERTION_ERROR
Truth.THROW_ASSERTION_ERROR
.@Deprecated @GwtIncompatible("JUnit4") public static final FailureStrategy THROW_ASSUMPTION_ERROR
TruthJUnit.THROW_ASSUMPTION_ERROR
.public static final TestVerb ASSERT
@GwtIncompatible("JUnit4") public static final TestVerb ASSUME
Copyright © 2019. All rights reserved.