File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ subprojects {
120
120
121
121
testCompile ' org.hamcrest:hamcrest-all:1.3'
122
122
testCompile ' junit:junit:4.12'
123
- testCompile ' org.mockito:mockito-core:1.10.19 '
123
+ testCompile ' org.mockito:mockito-core:2.2.9 '
124
124
testCompile ' com.google.code.gson:gson:2.3.1'
125
125
}
126
126
Original file line number Diff line number Diff line change 45
45
import static org .hamcrest .Matchers .not ;
46
46
import static org .hamcrest .Matchers .containsString ;
47
47
import static org .junit .Assert .assertThat ;
48
- import static org .mockito .Matchers .any ;
49
- import static org .mockito .Matchers .eq ;
50
- import static org .mockito .Mockito .inOrder ;
51
- import static org .mockito .Mockito .mock ;
48
+ import static org .mockito .ArgumentMatchers .any ;
49
+ import static org .mockito .ArgumentMatchers .eq ;
50
+ import static org .mockito .Mockito .*;
52
51
53
52
public class CompositeElementsGenerationTest
54
53
{
You can’t perform that action at this time.
0 commit comments