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

/openjdk7/jdk/test/java/math/BigDecimal/
H A DNegateTests.java45 static int negateTest(BigDecimal[][] testCases, MathContext mc) { argument
48 for (BigDecimal [] testCase : testCases) {
/openjdk7/jdk/test/java/net/CookieHandler/
H A DCookieManagerTest.java73 server.getLocalPort(), CookieHttpTransaction.testCases[i][0].serverPath);
110 // these two must match each other, i.e. testCases.length == testPolicies.length
112 public static CookieTestCase[][] testCases = null; // the test cases to run; each test case may contain multiple roundtrips field in class:CookieHttpTransaction
116 testCases = new CookieTestCase[testCount][];
127 testCases[count++] = new CookieTestCase[]{
152 testCases[count++] = new CookieTestCase[]{
167 testCases[count++] = new CookieTestCase[]{
187 testCases[count++] = new CookieTestCase[]{
207 testCases[count++] = new CookieTestCase[]{
223 testCases[coun
[all...]
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorDeadlockTest.java55 TestCase test = testCases[testNo];
153 private static final TestCase[] testCases = { field in class:CounterMonitorDeadlockTest
H A DGaugeMonitorDeadlockTest.java55 TestCase test = testCases[testNo];
154 private static final TestCase[] testCases = { field in class:GaugeMonitorDeadlockTest
H A DStringMonitorDeadlockTest.java55 TestCase test = testCases[testNo];
153 private static final TestCase[] testCases = { field in class:StringMonitorDeadlockTest
/openjdk7/jdk/test/java/lang/invoke/
H A DThrowExceptionsTest.java119 static int testCases; field in class:ThrowExceptionsTest
122 testCases = 0;
132 int tc = testCases;
139 if (testCases == tc) testCases++;
142 if (testCases == 0) throw new RuntimeException("no test cases found");
143 System.out.println("ran a total of "+testCases+" test cases");
183 testCases += 1;
H A DPermuteArgsTest.java126 static int testCases; field in class:PermuteArgsTest
129 testCases = 0;
137 System.out.println("ran a total of "+testCases+" test cases");
156 int testCases0 = testCases;
179 System.out.println("ran "+(testCases - testCases0)+" test cases for "+name+" }");
224 int testCases0 = testCases;
246 case 2: assert(testCases - testCases0 == 2); break;
247 case 3: assert(testCases - testCases0 == 6); break;
248 case 4: assert(testCases - testCases0 == 24); break;
249 case 5: assert(testCases
[all...]
/openjdk7/langtools/test/tools/javah/compareTest/
H A DCompareTest.java49 String[][] testCases = { field in class:CompareTest
69 for (String[] options: testCases) {
/openjdk7/langtools/test/tools/javac/processing/
H A DTestWarnErrorCount.java103 if (testCases == null)
104 testCases = new HashSet<Integer>();
105 testCases.add(Integer.valueOf(arg));
134 Set<Integer> testCases; field in class:TestWarnErrorCount
146 if (testCases != null && !testCases.contains(testNum))

Completed in 270 milliseconds