Home
last modified time | relevance | path

Searched refs:testCase (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/libcore/java/math/
DCSVTest.java51 String[] testCase = line.split(","); in TestCSVInputs() local
52 runTest(testCase); in TestCSVInputs()
65 protected void runTest(String[] testCase) throws Exception { in runTest() argument
66 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 …]
/libcore/dom/src/test/java/org/w3c/domts/
DDOMErrorMonitor.java57 public void assertLowerSeverity(DOMTestCase testCase, String id, int severity) { in assertLowerSeverity() argument
62 testCase.fail(id + error.getMessage()); in assertLowerSeverity()
/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java140 int testCase = CASE_WAIT; field in OldObjectTest.TestThread1
143 testCase = option; in TestThread1()
149 switch(testCase) { in run()
DOldRuntimeTest.java279 void checkExec(int testCase, String [] envp, File file) { in checkExec() argument
290 switch(testCase) { in checkExec()
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DModeTest.java30 public void testCase() throws PatternSyntaxException { in testCase() method in ModeTest
DPatternSyntaxExceptionTest.java89 public void testCase() { in testCase() method in PatternSyntaxExceptionTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DModeTest.java30 public void testCase() throws PatternSyntaxException { in testCase() method in ModeTest
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...