Class FieldNameMatcherStrategy

java.lang.Object
org.powermock.reflect.internal.matcherstrategies.FieldMatcherStrategy
org.powermock.reflect.internal.matcherstrategies.FieldNameMatcherStrategy

public class FieldNameMatcherStrategy extends FieldMatcherStrategy
  • Field Details

    • fieldName

      private final String fieldName
  • Constructor Details

    • FieldNameMatcherStrategy

      public FieldNameMatcherStrategy(String fieldName)
  • Method Details