Package com.google.common.truth
Interface Subject.HasField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
withValue(java.lang.Object value)
Supplementary assertion in which a present field can be tested to determine if it contains a given value.
-