Searched defs:testNo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/text/Bidi/
H A DBidiConformance.java119 int testNo;
127 testNo = 0;
128 System.out.println(" Test#" + testNo +": RUN_DIRECTION_LTR");
134 callTestEachMethod4Constructor1(textNo, testNo, bidi);
137 ++testNo;
138 System.out.println(" Test#" + testNo +
146 callTestEachMethod4Constructor1(textNo, testNo, bidi);
149 ++testNo;
150 System.out.println(" Test#" + testNo +
158 callTestEachMethod4Constructor1(textNo, testNo, bid
650 callTestEachMethod4Constructor1(int textNo, int testNo, Bidi bidi) argument
[all...]

Completed in 1494 milliseconds