Searched refs:getMismatchPosition (Results 1 – 1 of 1) sorted by relevance
100 final int mismatchPosition = getMismatchPosition(expectedEvents.getValue(), actual); in lowLevelMismatchDiagnostics()127 private static int getMismatchPosition(List<Pattern> expected, List<String> actual) { in getMismatchPosition() method in LogEventChecker