/packages/apps/Camera2/tests/src/com/android/camera/ |
D | CameraTestRunner.java | 34 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests() local 35 suite.addTestSuite(CameraTest.class); in getAllTests() 36 suite.addTestSuite(ImageCaptureIntentTest.class); in getAllTests() 37 suite.addTestSuite(VideoCaptureIntentTest.class); in getAllTests() 38 suite.addTestSuite(CameraUnitTest.class); in getAllTests() 39 return suite; in getAllTests()
|
D | StressTests.java | 38 public static Test suite() { in suite() method in StressTests
|
/packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/ |
D | README.md | 20 If you need to add an entirely new JUnit test suite, you need to add both a JUnit test 21 suite, and a new testable SDK. 40 // by your JUnit test suite to load 76 // the JUnit test suite and returning results. 89 // test suite. 108 They need to be invoked from a JUnit test suite. 111 ### Invoke from a JUnit test suite 113 This guide will skip over defining a new JUnit test suite, 114 as this is the same as any other JUnit test suite in CTS. 117 JUnit test suite APK relies on the SDK you defined: [all …]
|
/packages/apps/Camera2/tests/src/com/android/camera/stress/ |
D | CameraStressTestRunner.java | 33 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests() local 34 suite.addTestSuite(ImageCapture.class); in getAllTests() 35 suite.addTestSuite(VideoCapture.class); in getAllTests() 36 return suite; in getAllTests()
|
/packages/modules/AdServices/adservices/libraries/health/runners/concurrent-longevity/adservices/src/android/adservices/test/longevity/concurrent/ |
D | ProfileSuite.java | 82 Class<?> suite, RunnerBuilder builder, Bundle args) throws InitializationError { in constructClassRunners() argument 83 validateSuiteAndScenarios(suite, builder); in constructClassRunners() 84 SuiteClasses annotation = suite.getAnnotation(SuiteClasses.class); in constructClassRunners() 86 .getRunnerSequence(builder.runners(suite, annotation.value())); in constructClassRunners() 193 private static void validateSuiteAndScenarios(Class<?> suite, RunnerBuilder builder) in validateSuiteAndScenarios() argument 195 SuiteClasses annotation = suite.getAnnotation(SuiteClasses.class); in validateSuiteAndScenarios() 200 suite.getName())); in validateSuiteAndScenarios()
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/ |
D | CameraStressTestRunner.java | 35 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests() local 36 suite.addTestSuite(ImageCapture.class); in getAllTests() 37 suite.addTestSuite(VideoCapture.class); in getAllTests() 38 return suite; in getAllTests()
|
D | UnitTests.java | 29 public static Test suite() { in suite() method in UnitTests
|
D | StressTests.java | 38 public static Test suite() { in suite() method in StressTests
|
/packages/modules/Bluetooth/tools/rootcanal/test/ |
D | main.py | 83 suite = unittest.TestSuite() variable 88 suite.addTest(unittest.defaultTestLoader.loadTestsFromModule(module)) 89 unittest.TextTestRunner(verbosity=3).run(suite)
|
/packages/modules/Bluetooth/system/doc/ |
D | directory_layout.md | 25 * test - *Test suite* - Stack level validiation and stress test suite.
|
/packages/providers/MediaProvider/photopicker/ |
D | README | 46 app does not need to be installed first for the test suite to be run. The test 47 suite will bring along all the code it needs.
|
/packages/apps/Car/Cluster/DirectRenderingCluster/tests/robotests/ |
D | readme.md | 1 Unit test suite for DirectRenderingCluster using Robolectric.
|
/packages/apps/Car/Settings/tests/robotests/ |
D | readme.md | 1 Unit test suite for SettingsLib using Robolectric.
|
/packages/apps/TV/tests/robotests/ |
D | README.md | 1 Unit test suite for Live Channels using Robolectric.
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
D | UnitTests.java | 29 public static Test suite() { in suite() method in UnitTests
|
/packages/modules/AdServices/sdksandbox/tests/ui/ |
D | README.md | 5 The SDK Sandbox UI test suite facilitates the testing of the UI components of the SDK sandbox, such 6 as the rendering of remote views into a `SurfaceView`. This test suite enables the testing of UI
|
/packages/apps/Settings/tests/robotests/ |
D | README.md | 4 ## The full suite
|
/packages/modules/HealthFitness/tests/ |
D | README.md | 7 - unittests - small tests, test apis implementation. Included to the mainline tests suite.
|
/packages/apps/Settings/tests/screenshot/src/com/android/settings/tests/screenshot/ |
D | README.md | 4 too large, it will be likely that this suite breaks due to flakiness(which
|
/packages/modules/Uwb/service/uci/jni/ |
D | Android.bp | 59 // build targets with secondary architectures, as the MTS test suite packaging logic flattens
|
/packages/modules/AdServices/adservices/tests/unittest/ui/ |
D | Android.bp | 29 // This will run in a separate test suite. 106 // This will run in a separate test suite.
|
/packages/modules/Connectivity/remoteauth/service/jni/ |
D | Android.bp | 71 // build targets with secondary architectures, as the MTS test suite packaging logic flattens
|
/packages/modules/Bluetooth/system/test/suite/ |
D | BUILD.gn | 26 "//bt/system/test/suite",
|
/packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/ |
D | HostsideNetworkTestCase.java | 27 import com.android.tradefed.targetprep.suite.SuiteApkInstaller;
|
/packages/apps/Settings/tests/unit/ |
D | README | 7 // The following instructions show how to run the test suite using make + adb //
|