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 {
120120
121121 testCompile ' org.hamcrest:hamcrest-all:1.3'
122122 testCompile ' junit:junit:4.12'
123- testCompile ' org.mockito:mockito-core:1.10.19 '
123+ testCompile ' org.mockito:mockito-core:2.2.9 '
124124 testCompile ' com.google.code.gson:gson:2.3.1'
125125 }
126126
Original file line number Diff line number Diff line change 4545import static org .hamcrest .Matchers .not ;
4646import static org .hamcrest .Matchers .containsString ;
4747import 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 .*;
5251
5352public class CompositeElementsGenerationTest
5453{
You can’t perform that action at this time.
0 commit comments