Searched refs:TestCase (Results 51 - 75 of 243) sorted by relevance

12345678910

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardBuilderTest.java26 import junit.framework.TestCase;
33 public class VCardBuilderTest extends TestCase {
H A DVCardTestUtilsTests.java25 import junit.framework.TestCase;
50 TestCase.fail("Test case that should fail actually succeeded.");
71 TestCase.fail("Test case that should fail actually succeeded.");
94 TestCase.fail("Test case that should fail actually succeeded.");
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DLineVerifier.java20 import junit.framework.TestCase;
44 TestCase.fail("Insufficient number of LineVerifier (" + index + ")");
H A DImportTestProvider.java27 import junit.framework.TestCase;
62 TestCase.fail("There is no operation.");
83 TestCase.assertNull(actualContentValues.get(RawContacts.ACCOUNT_NAME));
84 TestCase.assertNull(actualContentValues.get(RawContacts.ACCOUNT_TYPE));
88 TestCase.fail("Unregistered MimeType " + mimeType);
118 TestCase.fail("ContentValues for MimeType " + mimeType
130 TestCase.assertTrue(contentValuesCollection.remove(expectedContentValues));
145 TestCase.fail(builder.toString());
148 TestCase.fail("Unexpected Uri has come: " + uri);
170 TestCase
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraUtilsUncheckedThrowTest.java25 public class CameraUtilsUncheckedThrowTest extends junit.framework.TestCase {
H A DCameraOpenTest.java30 public class CameraOpenTest extends junit.framework.TestCase {
/frameworks/rs/rsov/compiler/unit_tests/
H A DTestRunner.h28 struct TestCase { struct in namespace:rs2spirv
40 static void addTest(TestCase TC) { getInstance().tests.push_back(TC); }
60 std::vector<TestCase> tests;
66 TestAdder(TestCase TC) { TestRunnerContext::addTest(TC); }
/frameworks/base/core/tests/coretests/src/android/util/
H A DLogTest.java20 import junit.framework.TestCase;
27 //This is an empty TestCase.
29 public class LogTest extends TestCase {
135 public static class PerformanceTest extends TestCase implements PerformanceTestCase {
/frameworks/base/legacy-test/src/junit/framework/
H A DTestCase.java10 * <li>implement a subclass of <code>TestCase</code></li>
19 * public class MathTest extends TestCase {
45 * TestCase test= new MathTest("add") {
58 * TestCase test= new MathTest("testAdd");
76 public abstract class TestCase extends Assert implements Test { class in inherits:Assert,Test
86 public TestCase() { method in class:TestCase
92 public TestCase(String name) { method in class:TestCase
152 assertNotNull("TestCase.fName cannot be null", fName); // Some VMs crash when calling getMethod(null,null);
199 * Gets the name of a TestCase
200 * @return the name of the TestCase
[all...]
/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java24 import junit.framework.TestCase;
45 private List<TestCase> mTestCases;
57 TestCase testCase = buildSingleTestMethod(testClass, testMethodName);
71 mTestCases = (List<TestCase>) TestCaseUtil.getTests(test, true);
99 private TestCase buildSingleTestMethod(Class testClass, String testMethodName) {
115 private TestCase newSingleTestMethod(Class testClass, String testMethodName,
118 TestCase testCase = (TestCase) constructor.newInstance(args);
135 return testMethodName != null && TestCase.class.isAssignableFrom(testClass);
168 public List<TestCase> getTestCase
[all...]
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DNestedFragmentRestoreTest.java20 import static junit.framework.TestCase.assertNotNull;
21 import static junit.framework.TestCase.assertNotSame;
22 import static junit.framework.TestCase.assertTrue;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DUnitTestSuiteBuilderTest.java24 import junit.framework.TestCase;
32 public class UnitTestSuiteBuilderTest extends TestCase {
105 TestCase testCase = (TestCase) test;
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothUuidTest.java22 import junit.framework.TestCase;
30 public class BluetoothUuidTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/content/res/
H A DConfigurationTest.java26 import junit.framework.TestCase;
36 public class ConfigurationTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkUtilsTest.java25 import junit.framework.TestCase;
27 public class NetworkUtilsTest extends TestCase {
H A DSSLTest.java24 import junit.framework.TestCase;
26 public class SSLTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DSslCertificateTest.java25 import junit.framework.TestCase;
27 public class SslCertificateTest extends TestCase {
H A DX509TrustManagerExtensionsTest.java26 import junit.framework.TestCase;
30 public class X509TrustManagerExtensionsTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/os/
H A DBuildTest.java23 import junit.framework.TestCase;
29 public class BuildTest extends TestCase {
H A DHandlerThreadTest.java19 import junit.framework.TestCase;
27 public class HandlerThreadTest extends TestCase {
H A DProcessTest.java25 import junit.framework.TestCase;
28 public class ProcessTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DRecycleAccessibilityEventTest.java19 import junit.framework.TestCase;
24 public class RecycleAccessibilityEventTest extends TestCase {
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsDualTimerTest.java21 import junit.framework.TestCase;
26 public class BatteryStatsDualTimerTest extends TestCase {
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DProgressReporterTest.java19 import junit.framework.TestCase;
21 public class ProgressReporterTest extends TestCase {
/frameworks/base/core/tests/systemproperties/src/android/os/
H A DSystemPropertiesTest.java19 import junit.framework.TestCase;
24 public class SystemPropertiesTest extends TestCase {

Completed in 781 milliseconds

12345678910