Searched refs:mSlowConfig (Results 1 – 1 of 1) sorted by relevance
79 @Mock IConfiguration mSlowConfig; field in CommandSchedulerFuncTest117 when(mSlowConfig.getCommandOptions()).thenReturn(mCommandOptions); in setUp()118 when(mSlowConfig.getTestInvocationListeners()) in setUp()123 when(mSlowConfig.getDeviceRequirements()).thenReturn(new DeviceSelectionOptions()); in setUp()125 when(mSlowConfig.getDeviceConfig()).thenReturn(mMockDeviceConfig); in setUp()126 when(mSlowConfig.getDeviceConfigByName(Mockito.eq("device"))).thenReturn(mMockConfig); in setUp()127 when(mSlowConfig.getCommandLine()).thenReturn(""); in setUp()131 when(mSlowConfig.getConfigurationDescription()).thenReturn(new ConfigurationDescriptor()); in setUp()134 when(mSlowConfig.getTests()).thenReturn(new ArrayList<>()); in setUp()136 when(mSlowConfig.getLogSaver()).thenReturn(mMockLogSaver); in setUp()[all …]