Searched refs:compEvents (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-tests/test/com/google/common/eventbus/ |
D | EventBusTest.java | 78 final List<Comparable<?>> compEvents = Lists.newArrayList(); in testPolymorphicDistribution() local 84 compEvents.add(food); in testPolymorphicDistribution() 112 assertEquals("Two Comparable<?>s should be delivered.", 2, compEvents.size()); in testPolymorphicDistribution() 113 assertEquals("String fixture must be first comparable delivered.", EVENT, compEvents.get(0)); 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/ |
D | EventBusTest.java | 78 final List<Comparable<?>> compEvents = Lists.newArrayList(); in testPolymorphicDistribution() local 84 compEvents.add(food); in testPolymorphicDistribution() 112 assertEquals("Two Comparable<?>s should be delivered.", 2, compEvents.size()); in testPolymorphicDistribution() 113 assertEquals("String fixture must be first comparable delivered.", EVENT, compEvents.get(0)); in testPolymorphicDistribution() 115 "Comparable fixture must be second comparable delivered.", compEvent, compEvents.get(1)); in testPolymorphicDistribution()
|