Home
last modified time | relevance | path

Searched defs:testInfo (Results 1 – 25 of 180) sorted by relevance

12345678

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DIsolatedHostTestTest.java276 TestInformation testInfo = TestInformation.newBuilder().build(); in testSimpleFailingTestLifecycle() local
297 TestInformation testInfo = TestInformation.newBuilder().build(); in testSimplePassingTestLifecycle() local
319 TestInformation testInfo = TestInformation.newBuilder().build(); in testIncludeFilterByMethodLifecycle() local
341 TestInformation testInfo = TestInformation.newBuilder().build(); in testIncludeFilterByClassLifecycle() local
373 TestInformation testInfo = TestInformation.newBuilder().build(); in testIncludeFilterByModuleLifecycle() local
407 TestInformation testInfo = TestInformation.newBuilder().build(); in testExcludeFilterByMethodLifecycle() local
431 TestInformation testInfo = TestInformation.newBuilder().build(); in testExcludeFilterByClassLifecycle() local
447 TestInformation testInfo = TestInformation.newBuilder().build(); in testExcludeFilterByModuleLifecycle() local
466 TestInformation testInfo = TestInformation.newBuilder().build(); in testConflictingFilterLifecycle() local
491 TestInformation testInfo = TestInformation.newBuilder().build(); in testConflictingFilterNoTestsLeftLifecycle() local
[all …]
/tools/tradefederation/contrib/src/com/android/tradefed/targetprep/
DAddWhitelistPackage.java37 public void setUp(TestInformation testInfo) in setUp()
48 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DUserCleaner.java32 public void setUp(TestInformation testInfo) in setUp()
38 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DRebootTargetPreparer.java36 public void setUp(TestInformation testInfo) in setUp()
45 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DSemaphoreTokenTargetPreparer.java45 public void setUp(TestInformation testInfo) in setUp()
66 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DCompileBootImageWithSpeedTargetPreparer.java46 public void setUp(TestInformation testInfo) in setUp()
65 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DDeviceStringPusher.java42 public void setUp(TestInformation testInfo) in setUp()
55 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DDisableSELinuxTargetPreparer.java39 public void setUp(TestInformation testInfo) in setUp()
69 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DRunHostScriptTargetPreparer.java84 public final void setUp(TestInformation testInfo) in setUp()
151 private File findScriptFile(TestInformation testInfo) { in findScriptFile()
172 private void setPathVariable(TestInformation testInfo) { in setPathVariable()
DTearDownPassThroughPreparer.java52 public void setUp(TestInformation testInfo) { in setUp()
58 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DRootTargetPreparer.java51 public void setUp(TestInformation testInfo) in setUp()
67 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DPerfettoPreparer.java49 public void setUp(TestInformation testInfo) in setUp()
83 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DFolderSaver.java55 public void setUp(TestInformation testInfo) in setUp()
70 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DDeviceStorageFiller.java50 public void setUp(TestInformation testInfo) in setUp()
67 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DWifiPreparer.java69 public void setUp(TestInformation testInfo) in setUp()
120 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DRunBeforesWithInfo.java30 private final TestInformation testInfo; field in RunBeforesWithInfo
35 Statement next, List<FrameworkMethod> befores, TestInformation testInfo) { in RunBeforesWithInfo()
DRunAftersWithInfo.java32 private final TestInformation testInfo; field in RunAftersWithInfo
37 Statement next, List<FrameworkMethod> afters, TestInformation testInfo) { in RunAftersWithInfo()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/multi/
DHelloWorldMultiTargetPreparer.java33 public void setUp(TestInformation testInfo) throws TargetSetupError { in setUp()
52 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DVisibleBackgroundUserPreparer.java53 public void setUp(TestInformation testInfo) in setUp()
83 TestInformation testInfo, ITestDevice device, int userId) in startUserVisibleOnBackground()
137 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DProfileTargetPreparer.java81 public void setUp(TestInformation testInfo) in setUp()
119 private boolean userTypeIsSupported(TestInformation testInfo) in userTypeIsSupported()
138 private boolean matchesApiLevel(TestInformation testInfo, int apiLevel) in matchesApiLevel()
194 private int createProfile(TestInformation testInfo) in createProfile()
289 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
311 private boolean checkTrueOrSkipOnDevice(boolean value, String reason, TestInformation testInfo) in checkTrueOrSkipOnDevice()
319 private boolean featuresAreSupported(TestInformation testInfo, String... features) in featuresAreSupported()
DRunOnSystemUserTargetPreparer.java41 public void setUp(TestInformation testInfo) in setUp()
51 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
DCreateUserPreparer.java42 public void setUp(TestInformation testInfo) in setUp()
76 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown()
/tools/asuite/atest/java/src/com/android/atest/
DAtestLogArtifactsUploader.java44 public void setUp(TestInformation testInfo) { in setUp()
49 public void tearDown(TestInformation testInfo, Throwable e) { in tearDown()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DIInvocationExecution.java49 TestInformation testInfo, in fetchBuild()
77 TestInformation testInfo, IConfiguration config, final ITestLogger logger) in doSetup()
116 TestInformation testInfo, in doTeardown()
149 TestInformation testInfo, in shardConfig()
/tools/tradefederation/contrib/src/com/android/scenario/
DAppSetup.java65 public void run(TestInformation testInfo, final ITestInvocationListener listener) in run()
92 protected void runTest(TestInformation testInfo, final ITestInvocationListener listener) in runTest()

12345678