Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/
H A DUIEventsTest.java343 IEventBroker childEB = childContext.get(IEventBroker.class); in testBrokerCleanup() local
344 assertFalse("child context has same IEventBroker", appEB == childEB); in testBrokerCleanup()
347 childEB.subscribe(testTopic, event -> seen[0] = true); in testBrokerCleanup()