Searched refs:testCount (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/net/Socket/
H A DLinkLocal.java35 static int testCount = 0; field in class:LinkLocal
40 testCount++;
41 System.out.println("Test " + testCount + ": TCP connect to " + ia);
70 testCount++;
73 System.out.println("Test " + testCount + ": UDP connect to " + ia);
75 System.out.println("Test " + testCount + ": UDP send to " + ia);
159 if (testCount == 0) {
163 System.out.println(testCount + " test(s) executed, " +
/openjdk7/jdk/test/java/net/CookieHandler/
H A DCookieManagerTest.java68 for (int i = 0; i < CookieHttpTransaction.testCount; i++) {
90 public static final int testCount = 6; field in class:CookieHttpTransaction
116 testCases = new CookieTestCase[testCount][];
117 testPolicies = new CookiePolicy[testCount];
241 assert count == testCount;
H A DTestHttpCookie.java35 private static int testCount = 0; field in class:TestHttpCookie
46 testCount++;
195 testCount++;
211 testCount++;
373 testCount++;
392 System.out.println("Succeeded in running " + testCount + " tests.");
/openjdk7/jdk/test/java/net/Socket/setReuseAddress/
H A DBasic.java36 static int testCount = 0; field in class:Basic
40 testCount++;
42 System.out.println("Test " + testCount + ": " + msg);
215 System.out.println(testCount + " test(s) executed, " +
/openjdk7/jdk/test/sun/net/idn/
H A DPunycodeTest.java65 public int testCount = 0; field in class:PunycodeTest
118 testCount++;
155 testCount++;
260 System.out.println("Test cases: " + mytest.testCount);
/openjdk7/jdk/test/java/net/URL/
H A DTest.java42 static int testCount = 0; field in class:Test
64 testCount++;
79 testCount++;
94 testCount++;
109 testCount++;
624 out.println("Test cases: " + testCount);
/openjdk7/jdk/test/java/net/URI/
H A DTest.java45 static int testCount = 0; field in class:Test
83 testCount++;
100 testCount++;
120 testCount++;
138 testCount++;
155 testCount++;
172 testCount++;
1234 testCount += 3;
1341 testCount++;
1370 testCount
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRETest.java242 int testCount = 0; field in class:RETest
293 say("Tests complete. " + testCount + " tests, " + failures + " failure(s).");
662 this.number = ++test.testCount;
/openjdk7/jdk/test/java/lang/invoke/
H A DAccessControlTest.java350 System.out.println("tested "+testCount+" access scenarios; "+testCountFails+" accesses were denied");
353 private int testCount, testCountFails; field in class:AccessControlTest
385 testCount++;

Completed in 44 milliseconds