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

/libcore/luni/src/test/java/libcore/java/math/
H A DCSVTest.java51 String[] testCase = line.split(",");
52 runTest(testCase);
65 protected void runTest(String[] testCase) throws Exception { argument
66 String function = testCase[0];
67 double expectedOutput = Double.parseDouble(testCase[1]);
68 double input = Double.parseDouble(testCase[2]);
71 double input2 = Double.parseDouble(testCase[3]);
72 if (testCase.length > 4) {
73 extra = testCase[4];
77 if (testCase
[all...]
/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMErrorMonitor.java57 public void assertLowerSeverity(DOMTestCase testCase, String id, int severity) { argument
62 testCase.fail(id + error.getMessage());
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldObjectTest.java140 int testCase = CASE_WAIT; field in class:OldObjectTest.TestThread1
143 testCase = option;
149 switch(testCase) {
H A DOldRuntimeTest.java282 void checkExec(int testCase, String [] envp, File file) { argument
293 switch(testCase) {
/libcore/ojluni/src/test/java/util/stream/
H A DTestDoubleSumAverage.java124 for(Map.Entry<Supplier<DoubleStream>, Double> testCase : testCases.entrySet()) {
125 Supplier<DoubleStream> ds = testCase.getKey();
126 double expected = testCase.getValue();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DModeTest.java30 public void testCase() throws PatternSyntaxException { method in class:ModeTest
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
H A DModeTest.java30 public void testCase() throws PatternSyntaxException { method in class:ModeTest
H A DPatternSyntaxExceptionTest.java91 public void testCase() { method in class:PatternSyntaxExceptionTest
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 607 milliseconds