Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java93 Object compEvent = new Integer(6); in testPolymorphicDistribution() local
97 bus.post(compEvent); in testPolymorphicDistribution()
109 "Comparable fixture must be thirdobject delivered.", compEvent, objectEvents.get(2)); in testPolymorphicDistribution()
115 "Comparable fixture must be second comparable delivered.", compEvent, compEvents.get(1)); in testPolymorphicDistribution()
/external/guava/android/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java93 Object compEvent = new Integer(6); in testPolymorphicDistribution() local
97 bus.post(compEvent); in testPolymorphicDistribution()
109 "Comparable fixture must be thirdobject delivered.", compEvent, objectEvents.get(2)); in testPolymorphicDistribution()
115 "Comparable fixture must be second comparable delivered.", compEvent, compEvents.get(1)); in testPolymorphicDistribution()