org.truth0.subjects
Class ClassSubject

java.lang.Object
  extended by org.truth0.subjects.Subject<ClassSubject,Class<?>>
      extended by org.truth0.subjects.ClassSubject

@GwtCompatible
public class ClassSubject
extends Subject<ClassSubject,Class<?>>


Field Summary
 
Fields inherited from class org.truth0.subjects.Subject
failureStrategy
 
Constructor Summary
ClassSubject(FailureStrategy failureStrategy, Class<?> o)
           
 
Method Summary
 void declaresField(String fieldName)
           
 
Methods inherited from class org.truth0.subjects.Subject
check, equals, fail, failWithBadResults, failWithCustomSubject, failWithoutSubject, failWithRawMessage, getDisplaySubject, getSubject, hashCode, internalCustomLabel, is, isEqualTo, isNotEqualTo, isNotNull, isNull, labeled
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassSubject

public ClassSubject(FailureStrategy failureStrategy,
                    Class<?> o)
Method Detail

declaresField

@GwtIncompatible(value="Reflection. ")
public void declaresField(String fieldName)


Copyright © 2014. All rights reserved.