mockit.internal.expectations.UnorderedVerificationPhase Maven / Gradle / Ivy
/*
* Copyright (c) 2006-2013 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 org.jetbrains.annotations.*;
import mockit.internal.expectations.invocation.*;
final class UnorderedVerificationPhase extends BaseVerificationPhase
{
@NotNull final List verifiedExpectations;
UnorderedVerificationPhase(
@NotNull RecordAndReplayExecution recordAndReplay,
@NotNull List expectationsInReplayOrder, @NotNull List