Home
last modified time | relevance | path

Searched refs:excludeFields (Results 1 – 6 of 6) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/matchers/apachecommons/
DReflectionEquals.java15 private final String[] excludeFields; field in ReflectionEquals
17 public ReflectionEquals(Object wanted, String... excludeFields) { in ReflectionEquals() argument
19 this.excludeFields = excludeFields; in ReflectionEquals()
23 return EqualsBuilder.reflectionEquals(wanted, actual, excludeFields); in matches()
DEqualsBuilder.java138 public static boolean reflectionEquals(Object lhs, Object rhs, String[] excludeFields) { in reflectionEquals() argument
139 return reflectionEquals(lhs, rhs, false, null, excludeFields); in reflectionEquals()
222 String[] excludeFields) { in reflectionEquals() argument
254 reflectionAppend(lhs, rhs, testClass, equalsBuilder, testTransients, excludeFields); in reflectionEquals()
257 reflectionAppend(lhs, rhs, testClass, equalsBuilder, testTransients, excludeFields); in reflectionEquals()
287 String[] excludeFields) { in reflectionAppend() argument
289 …List<String> excludedFieldList = excludeFields != null ? Arrays.asList(excludeFields) : Collection… in reflectionAppend()
/external/mockito/src/main/java/org/mockito/
DArgumentMatchers.java932 public static <T> T refEq(T value, String... excludeFields) { in refEq() argument
933 reportMatcher(new ReflectionEquals(value, excludeFields)); in refEq()
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/struts2/lib/
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...