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

1234567891011>>

/dalvik/dx/src/junit/extensions/
H A DExceptionTestCase.java34 protected void runTest() throws Throwable { method in class:ExceptionTestCase
36 super.runTest();
/dalvik/libcore/junit/src/main/java/junit/extensions/
H A DExceptionTestCase.java34 protected void runTest() throws Throwable { method in class:ExceptionTestCase
36 super.runTest();
/dalvik/libcore/support/src/test/java/tests/support/
H A DSupport_SetTest.java39 public void runTest() { method in class:Support_SetTest
49 new Support_CollectionTest("", set).runTest();
/dalvik/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
/dalvik/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
/dalvik/dx/src/junit/framework/
H A DTestCase.java37 * In the static way you override the runTest method and define the method to
41 * public void runTest() {
47 * The dynamic way uses reflection to implement <code>runTest</code>. It dynamically finds
127 runTest();
137 protected void runTest() throws Throwable { method in class:TestCase
/dalvik/libcore/junit/src/main/java/junit/framework/
H A DTestCase.java37 * In the static way you override the runTest method and define the method to
41 * public void runTest() {
47 * The dynamic way uses reflection to implement <code>runTest</code>. It dynamically finds
127 runTest();
137 protected void runTest() throws Throwable { method in class:TestCase

Completed in 155 milliseconds

1234567891011>>