Searched refs:mockProductionComponentMonitorFactory (Results 1 – 1 of 1) sorted by relevance
41 @Mock private ProductionComponentMonitor.Factory mockProductionComponentMonitorFactory; field in MonitorsTest69 when(mockProductionComponentMonitorFactory.create(any(Object.class))).thenReturn(null); in singleMonitor_nullProductionComponentMonitor()72 ImmutableList.of(mockProductionComponentMonitorFactory)); in singleMonitor_nullProductionComponentMonitor()79 .when(mockProductionComponentMonitorFactory) in singleMonitor_throwingProductionComponentMonitorFactory()83 ImmutableList.of(mockProductionComponentMonitorFactory)); in singleMonitor_throwingProductionComponentMonitorFactory()89 when(mockProductionComponentMonitorFactory.create(any(Object.class))) in singleMonitor_nullProducerMonitor()95 ImmutableList.of(mockProductionComponentMonitorFactory)); in singleMonitor_nullProducerMonitor()103 when(mockProductionComponentMonitorFactory.create(any(Object.class))) in singleMonitor_throwingProductionComponentMonitor()110 ImmutableList.of(mockProductionComponentMonitorFactory)); in singleMonitor_throwingProductionComponentMonitor()121 ImmutableList.of(mockProductionComponentMonitorFactory)); in singleMonitor_normalProducerMonitorSuccess()[all …]