Searched refs:testExceptions (Results 1 – 2 of 2) sorted by relevance
1429 testException testExceptions[] = { variable1449 for (j = 0;j < sizeof(testExceptions)/sizeof(testExceptions[0]);j++) { in launchTests()1450 if ((testExceptions[j].test == test) && in launchTests()1451 (testExceptions[j].limit == i)) { in launchTests()1452 if (testExceptions[j].fail != -1) in launchTests()1453 fail = testExceptions[j].fail; in launchTests()1454 if (testExceptions[j].size != 0) in launchTests()1455 limit = testExceptions[j].size; in launchTests()
127 public void testExceptions() { in testExceptions() method in SerializingExecutorTest