Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/producers/monitoring/internal/
DMonitorsTest.java47 @Mock private ProductionComponentMonitor mockProductionComponentMonitorA; field in MonitorsTest
255 .thenReturn(mockProductionComponentMonitorA); in multipleMonitors_someNullProductionComponentMonitors()
258 when(mockProductionComponentMonitorA.producerMonitorFor(nullable(ProducerToken.class))) in multipleMonitors_someNullProductionComponentMonitors()
287 .thenReturn(mockProductionComponentMonitorA); in multipleMonitors_someThrowingProductionComponentMonitorFactories()
294 when(mockProductionComponentMonitorA.producerMonitorFor(nullable(ProducerToken.class))) in multipleMonitors_someThrowingProductionComponentMonitorFactories()
479 .thenReturn(mockProductionComponentMonitorA); in setUpNormalMultipleMonitors()
484 when(mockProductionComponentMonitorA.producerMonitorFor(nullable(ProducerToken.class))) in setUpNormalMultipleMonitors()