Searched refs:runTest (Results 1 - 25 of 844) sorted by relevance

1234567891011>>

/libcore/support/src/test/java/tests/support/
H A DSupport_SetTest.java36 public void runTest() { method in class:Support_SetTest
46 new Support_CollectionTest("", set).runTest();
/libcore/luni/src/test/java/libcore/java/math/
H A DCSVTest.java23 * These functions will call run2InputTest; others will call runTest.
52 runTest(testCase);
65 protected void runTest(String[] testCase) throws Exception { method in class:CSVTest
80 runTest(function, expectedOutput, input, extra);
84 abstract void runTest(String func, double expectedOutput, double input, method in class:CSVTest
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Ddocumentgetelementsbytagnamelength.java63 public void runTest() throws Throwable { method in class:documentgetelementsbytagnamelength
H A Delementgetelementsbytagname.java64 public void runTest() throws Throwable { method in class:elementgetelementsbytagname
H A Delementgetelementsbytagnamenomatch.java62 public void runTest() throws Throwable { method in class:elementgetelementsbytagnamenomatch
H A Dhc_documentgetelementsbytagnamelength.java62 public void runTest() throws Throwable { method in class:hc_documentgetelementsbytagnamelength
H A Dhc_elementgetelementsbytagname.java63 public void runTest() throws Throwable { method in class:hc_elementgetelementsbytagname
H A Dhc_elementgetelementsbytagnamenomatch.java61 public void runTest() throws Throwable { method in class:hc_elementgetelementsbytagnamenomatch
H A Dhc_nodedocumentnodeattribute.java61 public void runTest() throws Throwable { method in class:hc_nodedocumentnodeattribute
H A Dhc_nodedocumentnodename.java61 public void runTest() throws Throwable { method in class:hc_nodedocumentnodename
H A Dhc_nodedocumentnodetype.java60 public void runTest() throws Throwable { method in class:hc_nodedocumentnodetype
H A Dhc_nodedocumentnodevalue.java61 public void runTest() throws Throwable { method in class:hc_nodedocumentnodevalue
H A Dhc_nodegetownerdocumentnull.java60 public void runTest() throws Throwable { method in class:hc_nodegetownerdocumentnull
H A Dnodedocumentnodeattribute.java59 public void runTest() throws Throwable { method in class:nodedocumentnodeattribute
H A Dnodedocumentnodename.java62 public void runTest() throws Throwable { method in class:nodedocumentnodename
H A Dnodedocumentnodetype.java61 public void runTest() throws Throwable { method in class:nodedocumentnodetype
H A Dnodedocumentnodevalue.java62 public void runTest() throws Throwable { method in class:nodedocumentnodevalue
H A Dnodegetownerdocumentnull.java58 public void runTest() throws Throwable { method in class:nodegetownerdocumentnull
H A Dattreffectivevalue.java61 public void runTest() throws Throwable { method in class:attreffectivevalue
H A Dattrentityreplacement.java66 public void runTest() throws Throwable { method in class:attrentityreplacement
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DdocumentgetelementsbytagnameNS03.java66 public void runTest() throws Throwable { method in class:documentgetelementsbytagnameNS03
H A DdocumentgetelementsbytagnameNS05.java68 public void runTest() throws Throwable { method in class:documentgetelementsbytagnameNS05
H A DgetElementById02.java66 public void runTest() throws Throwable { method in class:getElementById02
H A DownerDocument01.java64 public void runTest() throws Throwable { method in class:ownerDocument01
/libcore/luni/src/test/java/libcore/java/io/
H A DOldAndroidPipedStreamTest.java26 public abstract void runTest() throws Exception; method in class:OldAndroidPipedStreamTest.TestThread
30 runTest();
53 public void runTest() throws Exception {
77 public void runTest() throws Exception {
120 public void runTest() throws Exception {
156 public void runTest() throws Exception {
204 public void runTest() throws Exception {
227 public void runTest() throws Exception {

Completed in 837 milliseconds

1234567891011>>