org.truth0
Class Truth

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

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

@Deprecated
public class Truth
extends Object


Field Summary
static TestVerb ASSERT
          Deprecated.  
static TestVerb ASSUME
          Deprecated.  
static FailureStrategy THROW_ASSERTION_ERROR
          Deprecated. 
static FailureStrategy THROW_ASSUMPTION_ERROR
          Deprecated. 
 
Constructor Summary
Truth()
          Deprecated.  
 
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. 

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. 
Constructor Detail

Truth

public Truth()
Deprecated. 


Copyright © 2014. All rights reserved.