Searched refs:testNo (Results 1 - 5 of 5) 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...]
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DDefaultControlTest.java224 int testNo = 0;
227 testNo = 1;
232 error("newBundle: #%d got %s, expected Japan%n", testNo, s);
235 testNo = 2;
240 error("newBundle: #%d got %s, expected %s%n", testNo, s, CLAZZ);
243 error("newBundle: #%d threw %s%n", testNo, e);
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorDeadlockTest.java54 int testNo = Integer.parseInt(args[0]) - 1;
55 TestCase test = testCases[testNo];
H A DGaugeMonitorDeadlockTest.java54 int testNo = Integer.parseInt(args[0]) - 1;
55 TestCase test = testCases[testNo];
H A DStringMonitorDeadlockTest.java54 int testNo = Integer.parseInt(args[0]) - 1;
55 TestCase test = testCases[testNo];

Completed in 43 milliseconds