Searched refs:checkEventLocation (Results 1 – 2 of 2) sorted by relevance
271 return checkEventLocation(methodEntryEvent, expectedLocation); in checkMethodEntryEvent()279 return checkEventLocation(methodExitEvent, expectedLocation); in checkMethodExitEvent()287 boolean result = checkEventLocation(methodExitWithReturnValueEvent, expectedLocation); in checkMethodExitWithReturnValueEvent()
198 protected boolean checkEventLocation(ParsedEvent parsedEvent, Location expectedLocation) { in checkEventLocation() method in CombinedEventsTestCase278 success &= checkEventLocation(parsedEvents[i], expectedLocation); in checkEventsLocation()