Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java100 List<String> stringEvents = stringCatcher.getEvents(); in testPolymorphicDistribution() local
101 assertEquals("Only one String should be delivered.", 1, stringEvents.size()); in testPolymorphicDistribution()
102 assertEquals("Correct string should be delivered.", EVENT, stringEvents.get(0)); in testPolymorphicDistribution()
/external/guava/android/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java100 List<String> stringEvents = stringCatcher.getEvents(); in testPolymorphicDistribution() local
101 assertEquals("Only one String should be delivered.", 1, stringEvents.size()); in testPolymorphicDistribution()
102 assertEquals("Correct string should be delivered.", EVENT, stringEvents.get(0)); in testPolymorphicDistribution()