com.google.common.truth
Class DefaultSubject

java.lang.Object
  extended by com.google.common.truth.Subject<DefaultSubject,Object>
      extended by com.google.common.truth.DefaultSubject

public class DefaultSubject
extends Subject<DefaultSubject,Object>


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
DefaultSubject(FailureStrategy failureStrategy, Object o)
           
 
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

DefaultSubject

public DefaultSubject(FailureStrategy failureStrategy,
                      Object o)


Copyright © 2014. All rights reserved.