Package com.google.common.truth
Interface Subject.HasField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-