![JAR search and dependency download from the Maven repository](/logo.png)
mockit.internal.expectations.OrderedVerificationPhase Maven / Gradle / Ivy
/*
* Copyright (c) 2006-2011 Rogério Liesenfeld
* This file is subject to the terms of the MIT license (see LICENSE.txt).
*/
package mockit.internal.expectations;
import java.util.*;
import mockit.internal.expectations.invocation.*;
public final class OrderedVerificationPhase extends BaseVerificationPhase
{
private final int expectationCount;
private ExpectedInvocation unverifiedInvocationLeftBehind;
private ExpectedInvocation unverifiedInvocationPrecedingVerifiedOnesLeftBehind;
private boolean unverifiedExpectationsFixed;
private int replayIndex;
private int indexIncrement;
OrderedVerificationPhase(
RecordAndReplayExecution recordAndReplay,
List expectationsInReplayOrder, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy