File tree Expand file tree Collapse file tree
app/src/test/java/io/github/yawnoc/utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88package io .github .yawnoc .utilities ;
99
10- import static org .junit .Assert .* ;
10+ import static org .junit .Assert .assertEquals ;
1111
1212import org .junit .Test ;
1313
Original file line number Diff line number Diff line change 77
88package io .github .yawnoc .utilities ;
99
10- import static org .junit .Assert .*;
10+ import static org .junit .Assert .assertArrayEquals ;
11+ import static org .junit .Assert .assertEquals ;
12+ import static org .junit .Assert .assertFalse ;
13+ import static org .junit .Assert .assertTrue ;
1114
1215import org .junit .Test ;
1316
Original file line number Diff line number Diff line change 77
88package io .github .yawnoc .utilities ;
99
10- import static org .junit .Assert .* ;
10+ import static org .junit .Assert .assertEquals ;
1111
1212import org .junit .Test ;
1313
You can’t perform that action at this time.
0 commit comments