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 {
139
139
140
140
compile ' org.agrona:agrona:1.0.0'
141
141
142
- testCompile ' junit:junit:4.12 '
142
+ testCompile ' org.hamcrest:hamcrest:2.1 '
143
143
testCompile ' org.mockito:mockito-core:2.27.0'
144
- testCompile ' org.hamcrest:hamcrest-library:1.3 '
144
+ testCompile ' junit:junit:4.12 '
145
145
}
146
146
147
147
checkstyle {
Original file line number Diff line number Diff line change 33
33
import java .nio .ByteOrder ;
34
34
import java .util .Map ;
35
35
36
- import static org .hamcrest .CoreMatchers .is ;
36
+ import static org .hamcrest .Matchers .is ;
37
37
import static org .hamcrest .Matchers .greaterThan ;
38
38
import static org .hamcrest .Matchers .hasToString ;
39
39
import static org .hamcrest .Matchers .startsWith ;
Original file line number Diff line number Diff line change 30
30
31
31
import java .util .Map ;
32
32
33
- import static org .hamcrest .CoreMatchers .is ;
33
+ import static org .hamcrest .Matchers .is ;
34
34
import static org .junit .Assert .*;
35
35
import static uk .co .real_logic .sbe .generation .java .ReflectionUtil .get ;
36
36
import static uk .co .real_logic .sbe .generation .java .ReflectionUtil .set ;
Original file line number Diff line number Diff line change 14
14
import java .util .Optional ;
15
15
import java .util .concurrent .TimeUnit ;
16
16
17
- import static org .hamcrest .CoreMatchers .containsString ;
17
+ import static org .hamcrest .Matchers .containsString ;
18
18
import static org .junit .Assert .assertThat ;
19
19
import static org .junit .Assert .assertTrue ;
20
20
import static uk .co .real_logic .sbe .generation .rust .RustTest .minimalDummyIr ;
You can’t perform that action at this time.
0 commit comments