org.truth0.subjects
Class Subject<S extends Subject<S,T>,T>

java.lang.Object
  extended by com.google.common.truth.Subject<S,T>
      extended by org.truth0.subjects.Subject<S,T>

Deprecated. use Subject.

@Deprecated
public class Subject<S extends Subject<S,T>,T>
extends Subject<S,T>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.truth.Subject
Subject.HasField
 
Field Summary
 
Fields inherited from class com.google.common.truth.Subject
failureStrategy
 
Constructor Summary
Subject(FailureStrategy failureStrategy, T subject)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.google.common.truth.Subject
check, equals, fail, failWithBadResults, failWithCustomSubject, failWithoutSubject, failWithRawMessage, getDisplaySubject, getSubject, hasField, hashCode, internalCustomName, is, isA, isEqualTo, isNotA, isNotEqualTo, isNotNull, isNull, labeled, named
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subject

public Subject(FailureStrategy failureStrategy,
               T subject)
Deprecated. 


Copyright © 2014. All rights reserved.