class StubbingArgMismatches
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<Invocation,java.util.Set<Invocation>> |
mismatches |
Constructor and Description |
---|
StubbingArgMismatches() |
Modifier and Type | Method and Description |
---|---|
void |
add(Invocation invocation,
Invocation stubbing) |
void |
format(java.lang.String testName,
MockitoLogger logger) |
int |
size() |
java.lang.String |
toString() |
final java.util.Map<Invocation,java.util.Set<Invocation>> mismatches
public void add(Invocation invocation, Invocation stubbing)
public void format(java.lang.String testName, MockitoLogger logger)
public int size()
public java.lang.String toString()
toString
in class java.lang.Object