com.google.common.truth
Interface Subject.HasField

Enclosing class:
Subject<S extends Subject<S,T>,T>

@GwtIncompatible(value="java.lang.reflect.Field")
public static interface Subject.HasField


Method Summary
 void withValue(Object value)
          Supplementary assertion in which a present field can be tested to determine if it contains a given value.
 

Method Detail

withValue

void withValue(Object value)
Supplementary assertion in which a present field can be tested to determine if it contains a given value.



Copyright © 2014. All rights reserved.