Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java92 Object objEvent = new Object(); in testPolymorphicDistribution() local
96 bus.post(objEvent); in testPolymorphicDistribution()
107 assertEquals("Object fixture must be second object delivered.", objEvent, objectEvents.get(1)); in testPolymorphicDistribution()
/external/guava/android/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java92 Object objEvent = new Object(); in testPolymorphicDistribution() local
96 bus.post(objEvent); in testPolymorphicDistribution()
107 assertEquals("Object fixture must be second object delivered.", objEvent, objectEvents.get(1)); in testPolymorphicDistribution()