Home
last modified time | relevance | path

Searched refs:loadPreviousResults (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/retry/
DRetryReschedulerTest.java111 when(mMockLoader.loadPreviousResults()).thenReturn(mFakeRecord); in testReschedule_onlyPassTests()
135 when(mMockLoader.loadPreviousResults()).thenReturn(mFakeRecord); in testReschedule_carryShardCount()
161 when(mMockLoader.loadPreviousResults()).thenReturn(mFakeRecord); in testReschedule_someFailedTests()
186 when(mMockLoader.loadPreviousResults()).thenReturn(mFakeRecord); in testReschedule_someAssumptionFailures()
211 when(mMockLoader.loadPreviousResults()).thenReturn(mFakeRecord); in testReschedule_mixedFailedAssumptionFailures()
241 when(mMockLoader.loadPreviousResults()).thenReturn(mFakeRecord); in testReschedule_excludeFilters()
266 when(mMockLoader.loadPreviousResults()).thenReturn(mFakeRecord); in testReschedule_module_option()
295 when(mMockLoader.loadPreviousResults()).thenReturn(mFakeRecord); in testReschedule_excludeFilters_abi()
322 when(mMockLoader.loadPreviousResults()).thenReturn(mFakeRecord); in testReschedule_moduleOption_abi()
349 when(mMockLoader.loadPreviousResults()).thenReturn(mFakeRecord); in testReschedule_parameterized_nofail()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DITestSuiteResultLoader.java31 public CollectingTestListener loadPreviousResults(); in loadPreviousResults() method
DRetryRescheduler.java166 CollectingTestListener collectedTests = previousLoader.loadPreviousResults(); in run()
/tools/tradefederation/core/javatests/com/android/tradefed/config/
DRetryConfigurationFactoryTest.java86 when(mMockLoader.loadPreviousResults()).thenReturn(mFakeRecord); in testLoadRescheduler()
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java212 this.loadPreviousResults(listener, previousResults); in run()
466 private void loadPreviousResults( in loadPreviousResults() method