Home
last modified time | relevance | path

Searched refs:testName (Results 1 – 20 of 20) sorted by relevance

/libcore/ojluni/src/test/java/lang/Math/
DTests.java237 public static void test(String testName, float input, in test() argument
239 Assert.assertEquals(result, expected, "Failure for " + testName + ":\n" + in test()
245 public static void test(String testName, double input, in test() argument
247 Assert.assertEquals(result, expected, "Failure for " + testName + ":\n" + in test()
253 public static void test(String testName, float input1, float input2, in test() argument
255 Assert.assertEquals(result, expected, "Failure for " + testName + ":\n" + in test()
262 public static void test(String testName, double input1, double input2, in test() argument
264 Assert.assertEquals(result, expected, "Failure for " + testName + ":\n" + in test()
271 public static void test(String testName, float input, in test() argument
273 Assert.assertEquals(result, expected, "Failure for " + testName + ":\n" + in test()
[all …]
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dhc_elementnormalize.java62 Element testName; in runTest() local
69 testName = (Element) elementList.item(0); in runTest()
71 retNode = testName.appendChild(textNode); in runTest()
73 retNode = testName.appendChild(textNode); in runTest()
77 testName = (Element) elementList.item(0); in runTest()
78 firstChild = testName.getFirstChild(); in runTest()
Delementnormalize.java68 Element testName; in runTest() local
75 testName = (Element) elementList.item(2); in runTest()
76 firstChild = testName.getFirstChild(); in runTest()
Dnodecdatasectionnodetype.java72 Element testName; in runTest() local
77 testName = (Element) elementList.item(1); in runTest()
78 cdataNode = testName.getLastChild(); in runTest()
/libcore/ojluni/src/test/java/lang/StrictMath/
DTests.java38 static void test(String testName, double input, double result, double expected) { in test() argument
40 "Failure for " + testName + ":\n" + in test()
46 static void test(String testName, double input1, double input2, double result, in test() argument
49 "Failure for " + testName + ":\n" + in test()
/libcore/support/src/test/java/tests/support/
DSupport_TestWebData.java99 testName = name; in Support_TestWebData()
113 testName = file.getName(); in Support_TestWebData()
157 public String testName; field in Support_TestWebData
/libcore/ojluni/src/test/javax/xml/jaxp/transform/
DTestBase.java45 String testName; field in TestBase
54 testName = name; in TestBase()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DBuilder.java224 X500Name testName = (X500Name)test; in hops() local
225 X500Name commonName = baseName.commonAncestor(testName); in hops()
235 int testDistance = testName.subtreeDepth(); in hops()
/libcore/ojluni/src/test/java/lang/StringBuffer/
DIndexOf.java52 private static void report(String testName, int failCount) { in report() argument
53 System.err.println(testName+": " + in report()
/libcore/ojluni/src/test/java/lang/invoke/
DInvokeGenericTest.java68 String testName; field in InvokeGenericTest
75 … if (posTests != 0) System.out.println("=== "+testName+": "+posTests+" positive test cases run"); in printCounts()
76 … if (negTests != 0) System.out.println("=== "+testName+": "+negTests+" negative test cases run"); in printCounts()
88 if (testName != null) printCounts(); in startTest()
92 testName = name; in startTest()
DMethodHandlesTest.java79 String testName; field in MethodHandlesTest
87 … if (posTests != 0) System.out.println("=== "+testName+": "+posTests+" positive test cases run"); in printCounts()
88 … if (negTests != 0) System.out.println("=== "+testName+": "+negTests+" negative test cases run"); in printCounts()
103 if (testName != null) printCounts(); in startTest()
107 testName = name; in startTest()
/libcore/ojluni/src/test/java/lang/Double/
DParseHexFloatingPointTest.java47 static void test(String testName, String input, in test() argument
50 "Failure for " + testName + in test()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DAbstractCharsetTestCase.java93 public void testName() { in testName() method in AbstractCharsetTestCase
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DMethodOverridesTest.java29 public void testName() throws NoSuchMethodException { in testName() method in MethodOverridesTest
/libcore/jsr166-tests/src/test/java/jsr166/
DTimeUnitTest.java310 public void testName() { in testName() method in TimeUnitTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DTimeUnitTest.java504 public void testName() { in testName() method in TimeUnitTest
/libcore/ojluni/src/test/java/util/Scanner/
DScanTest.java1659 private static void report(String testName) { in report() argument
1660 System.err.printf("%-30s: %s%n", testName, in report()
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldAbstractPreferencesTest.java853 public void testName() { in testName() method in OldAbstractPreferencesTest
DOldPreferencesTest.java322 public void testName() { in testName() method in OldPreferencesTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DAbstractPreferencesTest.java408 public void testName() { in testName() method in AbstractPreferencesTest