Searched refs:TestCase (Results 101 - 125 of 243) sorted by relevance

12345678910

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DClientWakelockAccountantTest.java27 import junit.framework.TestCase;
29 public class ClientWakelockAccountantTest extends TestCase {
/frameworks/support/tv-provider/tests/src/android/support/media/tv/
H A DTvContractUtilsTest.java26 import junit.framework.TestCase;
32 public class TvContractUtilsTest extends TestCase {
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestSuiteBuilder.java28 import junit.framework.TestCase;
49 private List<TestCase> testCases;
88 for (TestCase testCase : (List<TestCase>) TestCaseUtil.getTests(testSuite, true)) {
188 for (TestCase testCase : testCases) {
226 * A special {@link junit.framework.TestCase} used to indicate a failure during the build()
233 public static class FailedToCreateTests extends TestCase {
/frameworks/base/test-runner/tests/src/android/test/
H A DInstrumentationTestRunnerTest.java28 import junit.framework.TestCase;
37 public class InstrumentationTestRunnerTest extends TestCase {
319 public static class PlaceHolderTest extends TestCase {
333 public static class PlaceHolderTest2 extends TestCase {
347 public static class AnnotationTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/database/
H A DCursorWindowTest.java25 import junit.framework.TestCase;
27 public class CursorWindowTest extends TestCase implements PerformanceTestCase {
H A DDatabaseLocaleTest.java29 import junit.framework.TestCase;
31 public class DatabaseLocaleTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DTypefaceTest.java24 import junit.framework.TestCase;
27 public class TypefaceTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/metrics/
H A DMetricsReaderTest.java22 import junit.framework.TestCase;
26 public class MetricsReaderTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/net/
H A DLocalSocketTest.java25 import junit.framework.TestCase;
30 public class LocalSocketTest extends TestCase {
H A DNetworkTest.java36 import junit.framework.TestCase;
38 public class NetworkTest extends TestCase {
H A DUriMatcherTest.java23 import junit.framework.TestCase;
25 public class UriMatcherTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DCookiesTest.java29 import junit.framework.TestCase;
37 public final class CookiesTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/os/
H A DIdleHandlerTest.java24 import junit.framework.TestCase;
26 public class IdleHandlerTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/util/
H A DLongSparseLongArrayTest.java19 import junit.framework.TestCase;
29 public class LongSparseLongArrayTest extends TestCase {
/frameworks/base/core/tests/utiltests/src/android/util/
H A DMetadataReaderTest.java26 import junit.framework.TestCase;
37 public class MetadataReaderTest extends TestCase {
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DIndentingPrintWriterTest.java19 import junit.framework.TestCase;
27 public class IndentingPrintWriterTest extends TestCase {
/frameworks/base/legacy-test/src/android/test/
H A DAndroidTestCase.java25 import junit.framework.TestCase;
39 public class AndroidTestCase extends TestCase {
155 * This function is called by various TestCase implementations, at tearDown() time, in order
160 * @param testCaseClass The class of the derived TestCase implementation.
174 android.util.Log.d("TestCase", "Error: Could not nullify field!");
178 android.util.Log.d("TestCase", "Error: Could not nullify field!");
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncManagerTest.java22 import junit.framework.TestCase;
30 public class SyncManagerTest extends TestCase {
/frameworks/base/tests/net/java/android/net/netlink/
H A DNetlinkSocketTest.java31 import junit.framework.TestCase;
34 public class NetlinkSocketTest extends TestCase {
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DWindowManagerPermissionTests.java25 import junit.framework.TestCase;
33 public class WindowManagerPermissionTests extends TestCase {
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DTestSuiteBuilderTest.java31 import junit.framework.TestCase;
41 public class TestSuiteBuilderTest extends TestCase {
227 TestCase testCase = (TestCase) test;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffTestCase.java22 import junit.framework.TestCase;
28 * A {@link TestCase} for testing objects requiring {@link MffContext}. This test case can only be
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java45 import junit.framework.TestCase;
124 List<TestCase> testCases = collector.getTestCases();
158 for (TestCase testCase : testCases) {
279 String testName = ((TestCase) test).getName();
321 ((TestCase)test).getName(), BaseTestRunner.getFilteredTrace(t)));
333 ((TestCase)test).getName(), BaseTestRunner.getFilteredTrace(t)));
426 protected void prepareTestCase(TestCase testCase) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java34 import junit.framework.TestCase;
288 TestCase.fail("Not initialized.");
291 TestCase.fail("verify() was called twice.");
296 TestCase.fail("There are two input sources.");
302 TestCase.fail("No input is determined");
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DAdvertiseDataTest.java23 import junit.framework.TestCase;
31 public class AdvertiseDataTest extends TestCase {

Completed in 1266 milliseconds

12345678910