Searched refs:mockProductionComponentMonitorFactoryC (Results 1 – 1 of 1) sorted by relevance
46 @Mock private ProductionComponentMonitor.Factory mockProductionComponentMonitorFactoryC; field in MonitorsTest222 when(mockProductionComponentMonitorFactoryC.create(any(Object.class))).thenReturn(null); in multipleMonitors_nullProductionComponentMonitors()228 mockProductionComponentMonitorFactoryC)); in multipleMonitors_nullProductionComponentMonitors()241 .when(mockProductionComponentMonitorFactoryC) in multipleMonitors_throwingProductionComponentMonitorFactories()248 mockProductionComponentMonitorFactoryC)); in multipleMonitors_throwingProductionComponentMonitorFactories()257 when(mockProductionComponentMonitorFactoryC.create(any(Object.class))).thenReturn(null); in multipleMonitors_someNullProductionComponentMonitors()265 mockProductionComponentMonitorFactoryC)); in multipleMonitors_someNullProductionComponentMonitors()292 .when(mockProductionComponentMonitorFactoryC) in multipleMonitors_someThrowingProductionComponentMonitorFactories()301 mockProductionComponentMonitorFactoryC)); in multipleMonitors_someThrowingProductionComponentMonitorFactories()328 mockProductionComponentMonitorFactoryC)); in multipleMonitors_normalProductionComponentMonitorSuccess()[all …]