OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestSuite
(Results
51 - 75
of
381
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
UnitTests.java
20
import junit.framework.
TestSuite
;
23
* Container
TestSuite
for all eclipse unit tests to be run
37
TestSuite
suite = new
TestSuite
();
/dalvik/libcore/luni/src/test/java/java/util/
CurrencyTest.java
20
import junit.framework.
TestSuite
;
TimeZoneTest.java
20
import junit.framework.
TestSuite
;
/dalvik/libcore/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AllTests.java
20
import junit.framework.
TestSuite
;
28
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("Test for java.lang.annotation");
/dalvik/libcore/annotation/src/test/java/tests/annotation/
AllTests.java
20
import junit.framework.
TestSuite
;
32
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("All Annotation test suites");
/dalvik/libcore/concurrent/src/test/java/tests/concurrent/
AllTests.java
20
import junit.framework.
TestSuite
;
35
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("JSR166 Unit Tests");
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
AllTests.java
20
import junit.framework.
TestSuite
;
33
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("All tests for package org.apache.harmony.crypto.tests.javax.crypto.interfaces;");
/dalvik/libcore/logging/src/test/java/tests/logging/
AllTests.java
21
import junit.framework.
TestSuite
;
33
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("All Logging test suites");
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
AllTests.java
20
import junit.framework.
TestSuite
;
33
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("Tests for HttpURLConnecton, HttpsURLConnection.");
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
AllTests.java
20
import junit.framework.
TestSuite
;
34
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("Tests for HttpURLConnecton, HttpsURLConnection.");
/dalvik/libcore/math/src/test/java/tests/api/java/math/
AllTests.java
20
import junit.framework.
TestSuite
;
32
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("Tests for java.math");
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AllTests.java
20
import junit.framework.
TestSuite
;
25
TestSuite
suite = tests.TestSuiteFactory.createTestSuite(
/dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/spi/
AllTests.java
20
import junit.framework.
TestSuite
;
29
TestSuite
suite = tests.TestSuiteFactory.createTestSuite(
/dalvik/libcore/prefs/src/test/java/tests/prefs/
AllTests.java
20
import junit.framework.
TestSuite
;
33
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("All Prefs test suites");
/dalvik/libcore/regex/src/test/java/tests/regex/
AllTests.java
20
import junit.framework.
TestSuite
;
32
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("All regex test suites");
/dalvik/libcore/security/src/test/java/org/bouncycastle/jce/provider/
AllTests.java
20
import junit.framework.
TestSuite
;
29
TestSuite
suite = tests.TestSuiteFactory.createTestSuite(
/dalvik/libcore/security/src/test/java/tests/api/java/security/
AllTests.java
20
import junit.framework.
TestSuite
;
33
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("All tests for package tests.api.java.security;");
/dalvik/libcore/security/src/test/java/tests/targets/security/cert/
AllTests.java
19
import junit.framework.
TestSuite
;
28
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("All tests for package tests.targets.security.certs;");
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
AllTests.java
20
import junit.framework.
TestSuite
;
33
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("All tests for package org.apache.harmony.sql.tests.javax.sql;");
/dalvik/libcore/sql/src/test/java/tests/SQLite/
AllTests.java
20
import junit.framework.
TestSuite
;
26
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("Tests for SQLite");
/dalvik/libcore/text/src/test/java/tests/text/
AllTests.java
21
import junit.framework.
TestSuite
;
34
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("All Text test suites");
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/
AllTests.java
20
import junit.framework.
TestSuite
;
33
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("All tests for package tests.api.javax.net;");
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/ext/
AllTests.java
20
import junit.framework.
TestSuite
;
29
TestSuite
suite = tests.TestSuiteFactory.createTestSuite("Tests for org.xml.sax.ext package");
/frameworks/base/test-runner/tests/src/android/test/
TestCaseUtilTest.java
21
import junit.framework.
TestSuite
;
28
TestSuite
testSuite
= new TwoTestsInTestSuite();
30
List<String> testCaseNames = TestCaseUtil.getTestCaseNames(
testSuite
, false);
62
assertEquals("", TestCaseUtil.getTestName(new
TestSuite
()));
86
TestSuite
suite = new
TestSuite
(OneTestTestSuite.class.getName());
92
public static class TwoTestsInTestSuite extends
TestSuite
{
94
TestSuite
suite = new
TestSuite
(TwoTestsInTestSuite.class.getName())
[
all
...]
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
SmokeTestSuiteBuilderTest.java
20
import junit.framework.
TestSuite
;
27
TestSuite
testSuite
= new SmokeTestSuiteBuilder(getClass())
30
List<String> testCaseNames = ListTestCaseNames.getTestCaseNames(
testSuite
);
Completed in 1135 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>