Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerFuncTest.java80 @Mock IConfiguration mFastConfig; field in CommandSchedulerFuncTest
120 when(mFastConfig.getCommandOptions()).thenReturn(mCommandOptions); in setUp()
121 when(mFastConfig.getTestInvocationListeners()) in setUp()
124 when(mFastConfig.getDeviceRequirements()).thenReturn(new DeviceSelectionOptions()); in setUp()
128 when(mFastConfig.getDeviceConfigByName(Mockito.eq("device"))).thenReturn(mMockConfig); in setUp()
129 when(mFastConfig.getDeviceConfig()).thenReturn(mMockDeviceConfig); in setUp()
130 when(mFastConfig.getCommandLine()).thenReturn(""); in setUp()
132 when(mFastConfig.getConfigurationDescription()).thenReturn(new ConfigurationDescriptor()); in setUp()
133 when(mFastConfig.getTests()).thenReturn(new ArrayList<>()); in setUp()
135 when(mFastConfig.getLogSaver()).thenReturn(mMockLogSaver); in setUp()
[all …]