public class Truth extends Object
Truth.assert_() and
TruthJUnit.assume() to access these capabilities.| Modifier and Type | Field and 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 and Description |
|---|
Truth() |
@Deprecated public static final FailureStrategy THROW_ASSERTION_ERROR
Truth.THROW_ASSERTION_ERROR.@Deprecated @GwtIncompatible(value="JUnit4") public static final FailureStrategy THROW_ASSUMPTION_ERROR
TruthJUnit.THROW_ASSUMPTION_ERROR.public static final TestVerb ASSERT
@GwtIncompatible(value="JUnit4") public static final TestVerb ASSUME
Copyright © 2016. All rights reserved.