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 …]
43 for (Object[] testCase : testCases) { in testEncodeByte()44 Number toEncode = (Number) testCase[0]; in testEncodeByte()45 String expected = (String) testCase[1]; in testEncodeByte()60 for (Object[] testCase : testCases) { in testEncodeBytes()61 byte[] bytes = (byte[]) testCase[0]; in testEncodeBytes()62 String encodedLower = lower((String) testCase[1]); in testEncodeBytes()63 String encodedUpper = upper((String) testCase[1]); in testEncodeBytes()
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()
288 void checkExec(int testCase, String [] envp, File file) { in checkExec() argument299 switch(testCase) { in checkExec()
124 for(Map.Entry<Supplier<DoubleStream>, Double> testCase : testCases.entrySet()) { in testNonfiniteSum()125 Supplier<DoubleStream> ds = testCase.getKey(); in testNonfiniteSum()126 double expected = testCase.getValue(); in testNonfiniteSum()
31 public void testCase() throws PatternSyntaxException { in testCase() method in ModeTest
91 public void testCase() { in testCase() method in PatternSyntaxExceptionTest