org.truth0
Class Truth
java.lang.Object
org.truth0.Truth
Deprecated. please use Truth.assert_()
and
TruthJUnit.assume()
to access these capabilities.
@Deprecated
public class Truth
- extends Object
Constructor Summary |
Truth()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THROW_ASSERTION_ERROR
@Deprecated
public static final FailureStrategy THROW_ASSERTION_ERROR
- Deprecated.
THROW_ASSUMPTION_ERROR
@Deprecated
@GwtIncompatible(value="JUnit4")
public static final FailureStrategy THROW_ASSUMPTION_ERROR
- Deprecated.
ASSERT
public static final TestVerb ASSERT
- Deprecated.
ASSUME
@GwtIncompatible(value="JUnit4")
public static final TestVerb ASSUME
- Deprecated.
Truth
public Truth()
- Deprecated.
Copyright © 2014. All rights reserved.