Searched refs:stringEvents (Results 1 – 2 of 2) sorted by relevance
100 List<String> stringEvents = stringCatcher.getEvents(); in testPolymorphicDistribution() local101 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()