diff options
Diffstat (limited to 'enigma/src/test/java')
| -rw-r--r-- | enigma/src/test/java/cuchaz/enigma/TestDeobfed.java | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/enigma/src/test/java/cuchaz/enigma/TestDeobfed.java b/enigma/src/test/java/cuchaz/enigma/TestDeobfed.java index 6daa293..b3d3517 100644 --- a/enigma/src/test/java/cuchaz/enigma/TestDeobfed.java +++ b/enigma/src/test/java/cuchaz/enigma/TestDeobfed.java | |||
| @@ -11,16 +11,17 @@ | |||
| 11 | 11 | ||
| 12 | package cuchaz.enigma; | 12 | package cuchaz.enigma; |
| 13 | 13 | ||
| 14 | import java.nio.file.Files; | ||
| 15 | import java.nio.file.Path; | ||
| 16 | import java.nio.file.Paths; | ||
| 17 | |||
| 18 | import org.junit.BeforeClass; | ||
| 19 | import org.junit.Test; | ||
| 20 | |||
| 14 | import cuchaz.enigma.classprovider.ClasspathClassProvider; | 21 | import cuchaz.enigma.classprovider.ClasspathClassProvider; |
| 15 | import cuchaz.enigma.source.Decompiler; | 22 | import cuchaz.enigma.source.Decompiler; |
| 16 | import cuchaz.enigma.source.Decompilers; | 23 | import cuchaz.enigma.source.Decompilers; |
| 17 | import cuchaz.enigma.source.SourceSettings; | 24 | import cuchaz.enigma.source.SourceSettings; |
| 18 | import org.junit.BeforeClass; | ||
| 19 | import org.junit.Test; | ||
| 20 | |||
| 21 | import java.nio.file.Files; | ||
| 22 | import java.nio.file.Path; | ||
| 23 | import java.nio.file.Paths; | ||
| 24 | 25 | ||
| 25 | import static cuchaz.enigma.TestEntryFactory.newClass; | 26 | import static cuchaz.enigma.TestEntryFactory.newClass; |
| 26 | import static org.hamcrest.MatcherAssert.assertThat; | 27 | import static org.hamcrest.MatcherAssert.assertThat; |