use of org.mockito.internal.verification.InOrderContextImpl in project mockito by mockito.
the class NumberOfInvocationsInOrderCheckerTest method setup.
@Before
public void setup() {
context = new InOrderContextImpl();
mock = mock(IMethods.class, "mock");
}
Aggregations