-
```
This should work for static & private methods:
InOrder inOrder = inOrder(firstMock, secondMock);
inOrder.verify(firstMock).someMethod("was called first");
inOrder.verify(secondMock).someMethod…
-
```
Add reset support for static methods in Mockito.
Implementation hint:
"I just found out that using mockStatic twice basically resets the
mock. But still I think a reset method would be good becau…
-
```
This should work for static & private methods:
InOrder inOrder = inOrder(firstMock, secondMock);
inOrder.verify(firstMock).someMethod("was called first");
inOrder.verify(secondMock).someMethod…
-
```
Add reset support for static methods in Mockito.
Implementation hint:
"I just found out that using mockStatic twice basically resets the
mock. But still I think a reset method would be good becau…
-
```
This should work for static & private methods:
InOrder inOrder = inOrder(firstMock, secondMock);
inOrder.verify(firstMock).someMethod("was called first");
inOrder.verify(secondMock).someMethod…
-
```
Add reset support for static methods in Mockito.
Implementation hint:
"I just found out that using mockStatic twice basically resets the
mock. But still I think a reset method would be good becau…
-
```
This should work for static & private methods:
InOrder inOrder = inOrder(firstMock, secondMock);
inOrder.verify(firstMock).someMethod("was called first");
inOrder.verify(secondMock).someMethod…
-
```
Add reset support for static methods in Mockito.
Implementation hint:
"I just found out that using mockStatic twice basically resets the
mock. But still I think a reset method would be good becau…
-
```
should be ported
```
Original issue reported on code.google.com by `johan.ha...@gmail.com` on 9 Sep 2009 at 6:44
-
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on September 19, 2010 19:30:31_
This should work for static & private methods:
InOrder inOrder = inOrder(firstMock, se…