Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/producers/monitoring/internal/
DMonitorsTest.java44 @Mock private ProductionComponentMonitor.Factory mockProductionComponentMonitorFactoryA; field in MonitorsTest
220 when(mockProductionComponentMonitorFactoryA.create(any(Object.class))).thenReturn(null); in multipleMonitors_nullProductionComponentMonitors()
226 mockProductionComponentMonitorFactoryA, in multipleMonitors_nullProductionComponentMonitors()
235 .when(mockProductionComponentMonitorFactoryA) in multipleMonitors_throwingProductionComponentMonitorFactories()
246 mockProductionComponentMonitorFactoryA, in multipleMonitors_throwingProductionComponentMonitorFactories()
254 when(mockProductionComponentMonitorFactoryA.create(any(Object.class))) in multipleMonitors_someNullProductionComponentMonitors()
263 mockProductionComponentMonitorFactoryA, in multipleMonitors_someNullProductionComponentMonitors()
286 when(mockProductionComponentMonitorFactoryA.create(any(Object.class))) in multipleMonitors_someThrowingProductionComponentMonitorFactories()
299 mockProductionComponentMonitorFactoryA, in multipleMonitors_someThrowingProductionComponentMonitorFactories()
326 mockProductionComponentMonitorFactoryA, in multipleMonitors_normalProductionComponentMonitorSuccess()
[all …]