Package org.mockito.internal.junit
Class StubbingArgMismatches
- java.lang.Object
-
- org.mockito.internal.junit.StubbingArgMismatches
-
class StubbingArgMismatches extends java.lang.Object
Contains stubbing arg mismatches, knows how to format them
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Map<Invocation,java.util.Set<Invocation>>
mismatches
-
Constructor Summary
Constructors Constructor Description StubbingArgMismatches()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Invocation invocation, Invocation stubbing)
void
format(java.lang.String testName, MockitoLogger logger)
int
size()
java.lang.String
toString()
-
-
-
Field Detail
-
mismatches
final java.util.Map<Invocation,java.util.Set<Invocation>> mismatches
-
-
Method Detail
-
add
public void add(Invocation invocation, Invocation stubbing)
-
format
public void format(java.lang.String testName, MockitoLogger logger)
-
size
public int size()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-