Home
last modified time | relevance | path

Searched refs:firstParam (Results 1 – 3 of 3) sorted by relevance

/external/junit-params/src/test/java/junitparams/custom/combined/
DCombinedParametersProviderTest.java39 void called(String firstParam, String anotherParam){ in called() argument
40 calls.add(new Call(firstParam, anotherParam)); in called()
49 private final String firstParam; field in CombinedParametersProviderTest.Verifier.Call
52 Call(String firstParam, String anotherParam) { in Call() argument
53 this.firstParam = firstParam; in Call()
60 "'" + firstParam + '\'' + in toString()
76 return firstParam.equals(call.firstParam) && anotherParam.equals(call.anotherParam); in equals()
82 int result = firstParam.hashCode(); in hashCode()
/external/junit-params/src/test/java/junitparams/converters/
DNullableConverterTest.java46 …public void shouldNotApplyConversionToNull(@Nullable String firstParam, @Nullable String secondPar… in shouldNotApplyConversionToNull() argument
47 assertThat(firstParam).isEqualTo("A"); in shouldNotApplyConversionToNull()
/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c97 static UBool returnsNullForType(int firstParam, ...) { in returnsNullForType() argument
100 va_start(marker, firstParam); in returnsNullForType()