Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/math/
DCSVTest.java51 String[] testCase = line.split(","); in TestCSVInputs() local
65 protected void runTest(String[] testCase) throws Exception { in runTest()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DModeTest.java31 public void testCase() throws PatternSyntaxException { in testCase() method in ModeTest
/libcore/dom/src/test/java/org/w3c/domts/
DDOMErrorMonitor.java57 public void assertLowerSeverity(DOMTestCase testCase, String id, int severity) { in assertLowerSeverity()
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DPatternSyntaxExceptionTest.java91 public void testCase() { in testCase() method in PatternSyntaxExceptionTest
/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java140 int testCase = CASE_WAIT; field in OldObjectTest.TestThread1
DOldRuntimeTest.java288 void checkExec(int testCase, String [] envp, File file) { in checkExec()