public class AllInvocationsFinder
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
AllInvocationsFinder() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Invocation> |
find(java.lang.Iterable<?> mocks)
gets all invocations from mocks.
|
static java.util.Set<Stubbing> |
findStubbings(java.lang.Iterable<?> mocks)
Gets all stubbings from mocks.
|
public static java.util.List<Invocation> find(java.lang.Iterable<?> mocks)
mocks - mockspublic static java.util.Set<Stubbing> findStubbings(java.lang.Iterable<?> mocks)
mocks - mocks