File tree 1 file changed +6
-12
lines changed
src/test/java/org/scm4j/commons/regexconfig
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
package org .scm4j .commons .regexconfig ;
2
2
3
- import org .apache .commons .io .FileUtils ;
4
- import org .apache .commons .lang3 .StringUtils ;
5
- import org .junit .Before ;
6
- import org .junit .Test ;
7
- import org .scm4j .commons .EConfig ;
8
- import org .yaml .snakeyaml .Yaml ;
3
+ import static org .junit .Assert .assertEquals ;
4
+ import static org .junit .Assert .assertTrue ;
5
+ import static org .junit .Assert .fail ;
9
6
10
- import java .io .File ;
11
7
import java .io .IOException ;
12
- import java .nio .charset .StandardCharsets ;
13
8
14
- import static org .junit .Assert .*;
9
+ import org .junit .Before ;
10
+ import org .junit .Test ;
11
+ import org .scm4j .commons .EConfig ;
15
12
16
13
public class RegexConfigTest {
17
14
@@ -69,9 +66,6 @@ public void testWrongContent() throws IOException {
69
66
config .loadFromYamlUrls (wrongContent );
70
67
fail ();
71
68
} catch (EConfig e ) {
72
-
73
69
}
74
70
}
75
-
76
-
77
71
}
You can’t perform that action at this time.
0 commit comments