mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
add http test
This commit is contained in:
parent
400bbd7fbf
commit
76cb83643d
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ import org.junit.runners.Suite;
|
||||||
CookieListTest.class,
|
CookieListTest.class,
|
||||||
PropertyTest.class,
|
PropertyTest.class,
|
||||||
XMLTest.class,
|
XMLTest.class,
|
||||||
JSONMLTest.class
|
JSONMLTest.class,
|
||||||
|
HTTPTest.class
|
||||||
})
|
})
|
||||||
public class JunitTestSuite {
|
public class JunitTestSuite {
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue