Searched refs:stringEvents (Results 1 – 2 of 2) sorted by relevance
102 List<String> stringEvents = stringCatcher.getEvents(); in testPolymorphicDistribution() local103 assertEquals("Only one String should be delivered.", 1, stringEvents.size()); in testPolymorphicDistribution()104 assertEquals("Correct string should be delivered.", EVENT, stringEvents.get(0)); in testPolymorphicDistribution()