public class AllInvocationsFinder extends Object
Modifier and Type | Method and Description |
---|---|
static List<Invocation> |
find(Iterable<?> mocks)
gets all invocations from mocks.
|
static Set<Stubbing> |
findStubbings(Iterable<?> mocks)
Gets all stubbings from mocks.
|
public static List<Invocation> find(Iterable<?> mocks)
mocks
- mocksCopyright © 2019. All rights reserved.