org.truth0
Class Truth

java.lang.Object
  extended by org.truth0.Truth

public class Truth
extends Object

deprecated please use Truth.assert_() and TruthJUnit.assume() to access these capabilities.


Field Summary
static TestVerb ASSERT
           
static TestVerb ASSUME
           
static FailureStrategy THROW_ASSERTION_ERROR
          Deprecated. prefer Truth.THROW_ASSERTION_ERROR.
static FailureStrategy THROW_ASSUMPTION_ERROR
          Deprecated. prefer TruthJUnit.THROW_ASSUMPTION_ERROR.
 
Constructor Summary
Truth()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THROW_ASSERTION_ERROR

@Deprecated
public static final FailureStrategy THROW_ASSERTION_ERROR
Deprecated. prefer Truth.THROW_ASSERTION_ERROR.

THROW_ASSUMPTION_ERROR

@Deprecated
@GwtIncompatible(value="JUnit4")
public static final FailureStrategy THROW_ASSUMPTION_ERROR
Deprecated. prefer TruthJUnit.THROW_ASSUMPTION_ERROR.

ASSERT

public static final TestVerb ASSERT

ASSUME

@GwtIncompatible(value="JUnit4")
public static final TestVerb ASSUME
Constructor Detail

Truth

public Truth()


Copyright © 2014. All rights reserved.