Searched refs:childOfCancel (Results 1 – 1 of 1) sorted by relevance
914 Context childOfCancel = cancellable.withValue(PET, "cat"); in cancellableAncestorIntegrationTest() local915 assertSame(cancellable, childOfCancel.cancellableAncestor); in cancellableAncestorIntegrationTest()916 Context grandChildOfCancel = childOfCancel.withValue(FOOD, "lasagna"); in cancellableAncestorIntegrationTest()919 Context.CancellableContext cancellable2 = childOfCancel.withCancellation(); in cancellableAncestorIntegrationTest()