File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
exist-ant/src/test/java/org/exist/ant Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 38
38
import java .net .URL ;
39
39
40
40
import static org .hamcrest .CoreMatchers .containsString ;
41
+ import static org .hamcrest .MatcherAssert .assertThat ;
41
42
import static org .junit .Assert .assertEquals ;
42
- import static org . junit . Assert . assertThat ;
43
+
43
44
44
45
public class FileTaskTest extends AbstractTaskTest {
45
46
Original file line number Diff line number Diff line change 30
30
31
31
import static org .hamcrest .CoreMatchers .containsString ;
32
32
import static org .hamcrest .CoreMatchers .not ;
33
+ import static org .hamcrest .MatcherAssert .assertThat ;
33
34
import static org .junit .Assert .assertEquals ;
34
- import static org .junit .Assert .assertThat ;
35
35
36
36
public class UserTaskTest extends AbstractTaskTest {
37
37
Original file line number Diff line number Diff line change 43
43
44
44
import static java .nio .charset .StandardCharsets .UTF_8 ;
45
45
import static org .hamcrest .CoreMatchers .containsString ;
46
+ import static org .hamcrest .MatcherAssert .assertThat ;
46
47
import static org .hamcrest .core .AllOf .allOf ;
47
48
import static org .junit .Assert .*;
48
49
You can’t perform that action at this time.
0 commit comments