Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java68 final List<Object> objectEvents = Lists.newArrayList(); in testPolymorphicDistribution() local
74 objectEvents.add(food); in testPolymorphicDistribution()
105 assertEquals("Three Objects should be delivered.", 3, objectEvents.size()); in testPolymorphicDistribution()
106 assertEquals("String fixture must be first object delivered.", EVENT, objectEvents.get(0)); in testPolymorphicDistribution()
107 assertEquals("Object fixture must be second object delivered.", objEvent, objectEvents.get(1)); in testPolymorphicDistribution()
109 "Comparable fixture must be thirdobject delivered.", compEvent, objectEvents.get(2)); in testPolymorphicDistribution()
/external/guava/android/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java68 final List<Object> objectEvents = Lists.newArrayList(); in testPolymorphicDistribution() local
74 objectEvents.add(food); in testPolymorphicDistribution()
105 assertEquals("Three Objects should be delivered.", 3, objectEvents.size()); in testPolymorphicDistribution()
106 assertEquals("String fixture must be first object delivered.", EVENT, objectEvents.get(0)); in testPolymorphicDistribution()
107 assertEquals("Object fixture must be second object delivered.", objEvent, objectEvents.get(1)); in testPolymorphicDistribution()
109 "Comparable fixture must be thirdobject delivered.", compEvent, objectEvents.get(2)); in testPolymorphicDistribution()