Searched refs:request_ids (Results 1 – 1 of 1) sorted by relevance
92 Set<Integer> request_ids = new HashSet<Integer>(); in testSetMultipleBreakpoint() local93 checkBreakpointEvent(parsedEvents[0], request_ids); in testSetMultipleBreakpoint()94 checkBreakpointEvent(parsedEvents[1], request_ids); in testSetMultipleBreakpoint()95 assertTrue("Breakpoint 1 is missing", request_ids.contains(breakpoint1)); in testSetMultipleBreakpoint()96 assertTrue("Breakpoint 2 is missing", request_ids.contains(breakpoint2)); in testSetMultipleBreakpoint()121 private void checkBreakpointEvent(ParsedEvent parsedEvent, Set<Integer> request_ids) { in checkBreakpointEvent() argument128 request_ids.add(parsedEvent.getRequestID()); in checkBreakpointEvent()