mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Added JSONArrayTest
This commit is contained in:
parent
9df929963f
commit
f0d175c5b2
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import org.junit.runners.Suite;
|
|||
JSONMLTest.class,
|
||||
HTTPTest.class,
|
||||
JSONStringerTest.class,
|
||||
JSONObjectTest.class
|
||||
JSONObjectTest.class,
|
||||
JSONArrayTest.class
|
||||
})
|
||||
public class JunitTestSuite {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue