HomeSort by relevance Sort by last modified time
    Searched full:propertyfield (Results 1 - 2 of 2) sorted by null

  /external/mockito/src/main/java/org/mockito/internal/util/reflection/
BeanPropertySetter.java 26 * @param propertyField The field that should be accessed with the setter
29 public BeanPropertySetter(final Object target, final Field propertyField, boolean reportNoSetterFound) {
30 this.field = propertyField;
38 * @param propertyField The propertyField that must be accessed through a setter
40 public BeanPropertySetter(final Object target, final Field propertyField) {
41 this(target, propertyField, false);
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 

Completed in 3305 milliseconds