com.google.common.truth
Class ClassSubject

java.lang.Object
  extended by com.google.common.truth.Subject<ClassSubject,Class<?>>
      extended by com.google.common.truth.ClassSubject

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


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
ClassSubject(FailureStrategy failureStrategy, Class<?> o)
           
 
Method Summary
 void declaresField(String fieldName)
           
 
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

ClassSubject

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

declaresField

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


Copyright © 2014. All rights reserved.