Migrate net.i2p.data tests to JUnit 4

This commit is contained in:
str4d
2017-12-02 17:25:09 +00:00
parent c36905a309
commit 60efd0b426
21 changed files with 485 additions and 432 deletions

View File

@@ -17,6 +17,9 @@ sourceSets {
test {
java {
srcDir 'java/test/junit'
exclude 'net/i2p/AllCoreTests.java'
exclude 'net/i2p/data/DataTestSuite.java'
exclude 'net/i2p/data/i2cp/I2CPTestSuite.java'
}
resources {
srcDir 'java/test/junit'