1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 16:00:51 -07:00

PropertTest.java coverage 94.8%

This commit is contained in:
stleary 2015-03-19 17:30:44 -05:00
parent ab08db4ad6
commit e899a2970d
2 changed files with 83 additions and 1 deletions

View file

@ -5,7 +5,8 @@ import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({
CDLTest.class,
CookieTest.class
CookieTest.class,
PropertyTest.class
})
public class JunitTestSuite {
}