mockit.internal.expectations.invocation.ArgumentValuesAndMatchersWithoutVarargs 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.invocation;
import java.util.*;
import org.jetbrains.annotations.*;
import mockit.internal.expectations.argumentMatching.*;
final class ArgumentValuesAndMatchersWithoutVarargs extends ArgumentValuesAndMatchers
{
ArgumentValuesAndMatchersWithoutVarargs(@NotNull InvocationArguments signature, @NotNull Object[] values)
{
super(signature, values);
}
@Override
boolean isMatch(@NotNull Object[] replayArgs, @NotNull Map