mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-18 00:10:51 -07:00
add JSONPointerTest to test suite, fix resource for gradle build
This commit is contained in:
parent
46044bfc51
commit
0112d82755
4 changed files with 8 additions and 7 deletions
|
@ -14,7 +14,8 @@ import org.junit.runners.Suite;
|
|||
JSONStringerTest.class,
|
||||
JSONObjectTest.class,
|
||||
JSONArrayTest.class,
|
||||
EnumTest.class
|
||||
EnumTest.class,
|
||||
JSONPointerTest.class
|
||||
})
|
||||
public class JunitTestSuite {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue