21222324252627
private final InvocationsFinder finder; private final Reporter reporter; private final InvocationMarker marker; public NonGreedyNumberOfInvocationsInOrderChecker() { this(new InvocationsFinder(), new Reporter(), new InvocationMarker()); }