File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
sbe-tool/src/test/java/uk/co/real_logic/sbe/generation Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,9 @@ subprojects {
139139
140140 compile ' org.agrona:agrona:1.0.0'
141141
142- testCompile ' junit:junit:4.12 '
142+ testCompile ' org.hamcrest:hamcrest:2.1 '
143143 testCompile ' org.mockito:mockito-core:2.27.0'
144- testCompile ' org.hamcrest:hamcrest-library:1.3 '
144+ testCompile ' junit:junit:4.12 '
145145 }
146146
147147 checkstyle {
Original file line number Diff line number Diff line change 3333import java .nio .ByteOrder ;
3434import java .util .Map ;
3535
36- import static org .hamcrest .CoreMatchers .is ;
36+ import static org .hamcrest .Matchers .is ;
3737import static org .hamcrest .Matchers .greaterThan ;
3838import static org .hamcrest .Matchers .hasToString ;
3939import static org .hamcrest .Matchers .startsWith ;
Original file line number Diff line number Diff line change 3030
3131import java .util .Map ;
3232
33- import static org .hamcrest .CoreMatchers .is ;
33+ import static org .hamcrest .Matchers .is ;
3434import static org .junit .Assert .*;
3535import static uk .co .real_logic .sbe .generation .java .ReflectionUtil .get ;
3636import static uk .co .real_logic .sbe .generation .java .ReflectionUtil .set ;
Original file line number Diff line number Diff line change 1414import java .util .Optional ;
1515import java .util .concurrent .TimeUnit ;
1616
17- import static org .hamcrest .CoreMatchers .containsString ;
17+ import static org .hamcrest .Matchers .containsString ;
1818import static org .junit .Assert .assertThat ;
1919import static org .junit .Assert .assertTrue ;
2020import static uk .co .real_logic .sbe .generation .rust .RustTest .minimalDummyIr ;
You can’t perform that action at this time.
0 commit comments