Commit e4b19d4
Add mockito as static imports
[Mockito](https://site.mockito.org/) is a very widely used mocking framework for java. Just like JUnit itself, it promotes using static imports for many of its features.
This PR adds some common Mockito static imports so you can easily import them
Signed-off-by: Alexander Olsson <noseglid@gmail.com>1 parent 7b0e884 commit e4b19d4
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
215 | 218 | | |
216 | 219 | | |
217 | 220 | | |
| |||
0 commit comments