Searched refs:anotherParam (Results 1 - 1 of 1) sorted by relevance

/external/junit-params/src/test/java/junitparams/custom/combined/
H A DCombinedParametersProviderTest.java39 void called(String firstParam, String anotherParam){ argument
40 calls.add(new Call(firstParam, anotherParam));
50 private final String anotherParam; field in class:CombinedParametersProviderTest.Verifier.Call
52 Call(String firstParam, String anotherParam) { argument
54 this.anotherParam = anotherParam;
61 ",'" + anotherParam + '\'' +
76 return firstParam.equals(call.firstParam) && anotherParam.equals(call.anotherParam);
83 result = 31 * result + anotherParam
[all...]

Completed in 646 milliseconds