Home
last modified time | relevance | path

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

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/object/
DIsEventFromTest.java41 DerivedEvent wrongSource = new DerivedEvent("wrong source"); in testCanTestForSpecificEventClasses() local
48 assertMismatchDescription("source was \"wrong source\"", isEventMatcher, wrongSource); in testCanTestForSpecificEventClasses()