Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/producers/cancellation/
DProducerCancellationTest.java85 tester.assertNotCancelled("foo"); in cancellingNonEntryPointProducer_doesNotCancelUnderlyingTask()
98 tester.assertNotCancelled("leaf2", "leaf3"); in cancellingProducerFromComponentDependency_cancelsUnderlyingTask()
DProducerSubcomponentCancellationTest.java60 tester.assertNotCancelled("leaf1", "leaf2", "leaf3"); in cancellingSubcomponent_doesNotCancelParent()
106 tester.assertNotCancelled("subTask1", "subTask2"); in cancellingProducerFromComponentDependency_inSubcomponent_cancelsUnderlyingTask()
DProducerTester.java89 Only assertNotCancelled(String... nodes) { in assertNotCancelled() method in ProducerTester
DCancellationPolicyTest.java170 tester.assertNotCancelled("a"); in nonPropagatingParent_childCancellationDoesNotPropagateToParent()