OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllTests
(Results
1 - 25
of
27
) sorted by null
1
2
/external/junit/src/org/junit/runners/
AllTests.java
5
/** Runner for use with JUnit 3.8.x-style
AllTests
classes
9
* @RunWith(
AllTests
.class)
17
public class
AllTests
extends SuiteMethod {
21
public
AllTests
(Class<?> klass) throws Throwable {
/cts/tools/vm-tests-tf/src/dot/junit/
AllTests.java
26
public class
AllTests
{
28
TestRunner.main(new String[] {
AllTests
.class.getName()});
34
suite.addTest(dot.junit.opcodes.
AllTests
.suite());
35
suite.addTest(dot.junit.verify.
AllTests
.suite());
36
suite.addTest(dot.junit.format.
AllTests
.suite());
/cts/tools/vm-tests-tf/src/dot/
Main.java
19
import dot.junit.
AllTests
;
29
TestRunner.run(
AllTests
.suite());
/cts/tools/vm-tests-tf/src/dot/junit/format/
AllTests.java
26
public class
AllTests
{
29
TestRunner.main(new String[] {
AllTests
.class.getName()});
/development/samples/ApiDemos/tests/src/com/example/android/apis/
AllTests.java
33
* -e class com.example.android.apis.
AllTests
\
46
public class
AllTests
extends TestSuite {
49
return new TestSuiteBuilder(
AllTests
.class)
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/
AllTests.java
27
public class
AllTests
extends TestSuite {
30
return new TestSuiteBuilder(
AllTests
.class).includeAllPackagesUnderHere().build();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AllTests.java
24
public class
AllTests
extends TestSuite {
26
public
AllTests
() {
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
AllTests.java
33
* -e class com.example.android.apis.
AllTests
\
46
public class
AllTests
extends TestSuite {
49
return new TestSuiteBuilder(
AllTests
.class)
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
AllTests.java
33
* -e class com.example.android.apis.
AllTests
\
46
public class
AllTests
extends TestSuite {
49
return new TestSuiteBuilder(
AllTests
.class)
/tools/build/testapps/applibtest/app/src/test/java/com/android/tests/testprojecttest/test/
AllTests.java
33
* -e class com.example.android.apis.
AllTests
\
46
public class
AllTests
extends TestSuite {
49
return new TestSuiteBuilder(
AllTests
.class)
/tools/build/testapps/applibtest/lib/src/test/java/com/android/tests/testprojecttest/test/
AllTests.java
33
* -e class com.example.android.apis.
AllTests
\
46
public class
AllTests
extends TestSuite {
49
return new TestSuiteBuilder(
AllTests
.class)
/tools/build/testapps/basic/
AllTests.java
8
public class
AllTests
extends TestSuite {
11
return new TestSuiteBuilder(
AllTests
.class)
/sdk/monkeyrunner/test/com/android/monkeyrunner/
AllTests.java
27
public class
AllTests
{
38
TestResult result = tr.doRun(
AllTests
.suite(JythonUtilsTest.class,
/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
AllTests.java
27
public class
AllTests
implements TestSuiteProvider {
/cts/tools/vm-tests-tf/src/dot/junit/verify/
AllTests.java
26
public class
AllTests
{
29
TestRunner.main(new String[] {
AllTests
.class.getName()});
/sdk/chimpchat/test/com/android/chimpchat/
AllTests.java
30
public class
AllTests
{
41
TestResult result = tr.doRun(
AllTests
.suite(ImageUtilsTest.class,
/external/chromium/testing/gtest/test/
gtest_xml_outfiles_test.py
48
<testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="
AllTests
">
56
<testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="
AllTests
">
gtest_xml_output_unittest.py
57
<testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="
AllTests
">
130
<testsuites tests="0" failures="0" disabled="0" errors="0" time="*" name="
AllTests
">
/external/gtest/test/
gtest_xml_outfiles_test.py
48
<testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="
AllTests
">
56
<testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="
AllTests
">
gtest_xml_output_unittest.py
57
<testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="
AllTests
">
130
<testsuites tests="0" failures="0" disabled="0" errors="0" time="*" name="
AllTests
">
/external/protobuf/gtest/test/
gtest_xml_outfiles_test.py
48
<testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="
AllTests
">
56
<testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="
AllTests
">
gtest_xml_output_unittest.py
57
<testsuites tests="15" failures="4" disabled="2" errors="0" time="*" name="
AllTests
">
112
<testsuites tests="0" failures="0" disabled="0" errors="0" time="*" name="
AllTests
">
/cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java
21
import dot.junit.
AllTests
;
150
}.doRun(
AllTests
.suite());
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/
AllTests.java
26
public class
AllTests
{
29
TestRunner.main(new String[] {
AllTests
.class.getName()});
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar
Completed in 2674 milliseconds
1
2