Searched refs:protectedParentField (Results 1 – 1 of 1) sorted by relevance
22 protected String protectedParentField; field in ReflectionMatchersTest.Parent23 public Parent(int parentField, String protectedParentField) { in Parent() argument25 this.protectedParentField = protectedParentField; in Parent()32 …public Child(int parentField, String protectedParentField, int childFieldOne, Object childFieldTwo… in Child() argument33 super(parentField, protectedParentField); in Child()