OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedsLength
(Results
1 - 2
of
2
) sorted by null
/external/junit/src/org/junit/internal/
ComparisonCriteria.java
34
int
expectedsLength
= assertArraysAreSameLength(expecteds,
37
for (int i= 0; i <
expectedsLength
; i++) {
68
int
expectedsLength
= Array.getLength(expecteds);
69
if (actualsLength !=
expectedsLength
)
71
+
expectedsLength
+ " actual.length=" + actualsLength);
72
return
expectedsLength
;
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar
Completed in 203 milliseconds