Interface Subject.HasField

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

@GwtIncompatible("java.lang.reflect.Field") public static interface Subject.HasField
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Supplementary assertion in which a present field can be tested to determine if it contains a given value.
  • Method Details

    • withValue

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