Searched refs:testCase (Results 1 – 8 of 8) sorted by relevance
51 String[] testCase = line.split(","); in TestCSVInputs() local52 runTest(testCase); in TestCSVInputs()65 protected void runTest(String[] testCase) throws Exception { in runTest() argument66 String function = testCase[0]; in runTest()67 double expectedOutput = Double.parseDouble(testCase[1]); in runTest()68 double input = Double.parseDouble(testCase[2]); in runTest()71 double input2 = Double.parseDouble(testCase[3]); in runTest()72 if (testCase.length > 4) { in runTest()73 extra = testCase[4]; in runTest()77 if (testCase.length > 3) { in runTest()[all …]
57 public void assertLowerSeverity(DOMTestCase testCase, String id, int severity) { in assertLowerSeverity() argument62 testCase.fail(id + error.getMessage()); in assertLowerSeverity()
140 int testCase = CASE_WAIT; field in OldObjectTest.TestThread1143 testCase = option; in TestThread1()149 switch(testCase) { in run()
279 void checkExec(int testCase, String [] envp, File file) { in checkExec() argument290 switch(testCase) { in checkExec()
30 public void testCase() throws PatternSyntaxException { in testCase() method in ModeTest
89 public void testCase() { in testCase() method in PatternSyntaxExceptionTest
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...