Searched refs:setUp (Results 1 - 25 of 30) sorted by relevance

12

/development/samples/ApiDemos/tests/src/com/example/android/apis/
H A DApiDemosApplicationTests.java40 protected void setUp() throws Exception { method in class:ApiDemosApplicationTests
41 super.setUp();
/development/tools/mkstubs/tests/com/android/mkstubs/
H A DFilterClassAdapterTest.java26 public void setUp() throws Exception { method in class:FilterClassAdapterTest
H A DSourceGeneratorTest.java38 public void setUp() throws Exception { method in class:SourceGeneratorTest
/development/samples/Alarm/tests/src/com/example/android/newalarm/
H A DAlarmServiceTest.java47 protected void setUp() throws Exception { method in class:AlarmServiceTest
49 super.setUp();
/development/samples/ApiDemos/tests/src/com/example/android/apis/app/
H A DLocalServiceTest.java46 protected void setUp() throws Exception { method in class:LocalServiceTest
47 super.setUp();
H A DForwardingTest.java58 protected void setUp() throws Exception { method in class:ForwardingTest
59 super.setUp();
61 // In setUp, you can create any shared test data, or set up mock components to inject
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson2/
H A DMyFirstTestActivityTest.java37 protected void setUp() throws Exception { method in class:MyFirstTestActivityTest
38 super.setUp();
/development/testrunner/tests/
H A Dandroid_manifest_tests.py28 def setUp(self): member in class:AndroidManifestTest
/development/tools/hosttestlib/src/com/android/hosttest/
H A DDeviceTestCase.java67 protected void setUp() throws Exception { method in class:DeviceTestCase
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
H A DTabCompatActivity.java60 mTabHelper.setUp();
H A DTabHelper.java79 protected abstract void setUp(); method in class:TabHelper
H A DTabHelperHoneycomb.java38 protected void setUp() { method in class:TabHelperHoneycomb
/development/samples/ApiDemos/tests/src/com/example/android/apis/view/
H A DFocus2ActivityTest.java59 protected void setUp() throws Exception { method in class:Focus2ActivityTest
60 super.setUp();
H A DFocus2AndroidTest.java66 protected void setUp() throws Exception { method in class:Focus2AndroidTest
67 super.setUp();
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
H A DAuthenticatorActivityTest.java49 protected void setUp() throws Exception { method in class:AuthenticatorActivityTests
51 super.setUp();
/development/tools/emulator/test-apps/ConnectivityTest/src/com/android/emulator/connectivity/test/
H A DConnectivityTest.java40 protected void setUp() throws Exception { method in class:ConnectivityTest
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
H A DFieldSourcerTest.java36 public void setUp() throws Exception { method in class:FieldSourcerTest
H A DAccessSourcerTest.java35 public void setUp() throws Exception { method in class:AccessSourcerTest
H A DClassSourcerTest.java36 public void setUp() throws Exception { method in class:ClassSourcerTest
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson4/
H A DLaunchActivityTest.java40 protected void setUp() throws Exception { method in class:LaunchActivityTest
41 super.setUp();
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson5/
H A DSenderActivityTest.java46 protected void setUp() throws Exception { method in class:SenderActivityTest
47 super.setUp();
/development/samples/SpinnerTest/src/com/android/example/spinner/test/
H A DSpinnerActivityTest.java37 * Demonstrates the use of JUnit setUp() and assert() methods.
104 * @see android.test.ActivityInstrumentationTestCase2#setUp()
107 protected void setUp() throws Exception { method in class:SpinnerActivityTest
113 super.setUp();
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
H A DLogBuildNumber.java39 protected void setUp() throws Exception { method in class:LogBuildNumber
40 super.setUp();
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson3/
H A DClickFunActivityTest.java50 protected void setUp() throws Exception { method in class:ClickFunActivityTest
51 super.setUp();
/development/tools/emulator/test-apps/GpsLocationTest/src/com/android/emulator/gps/test/
H A DGpsLocationTest.java46 protected void setUp() throws Exception { method in class:GpsLocationTest

Completed in 6524 milliseconds

12