Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTestTest.java59 private RetryFactoryTest mFactory; field in RetryFactoryTestTest
133 mFactory = new RetryFactoryTest() { in setUp()
151 OptionSetter setter = new OptionSetter(mFactory); in testRetry_receiveOption()
155 mFactory.run(mTestInfo, mMockListener); in testRetry_receiveOption()
166 Collection<IRemoteTest> res = mFactory.split(2); in testRetry_split()
177 mFactory = new RetryFactoryTest() { in testValidation()
187 mFactory.setBuild(mMockInfo); in testValidation()
188 mFactory.setDevice(mMockDevice); in testValidation()
189 mFactory.setSystemStatusChecker(mCheckers); in testValidation()
190 mFactory.setConfiguration(mMockMainConfiguration); in testValidation()
[all …]