(String[] args)
| 337 | } |
| 338 | |
| 339 | public static void main(String[] args) throws ReflectiveOperationException { |
| 340 | TestJson t = new TestJson(); |
| 341 | t.test1(); |
| 342 | t.test2(); |
| 343 | t.test3(); |
| 344 | t.test4(); |
| 345 | t.test5(); |
| 346 | t.test6(); |
| 347 | t.test7(); |
| 348 | t.test8(); |
| 349 | t.test9(); |
| 350 | t.testA(); |
| 351 | t.testB(); |
| 352 | t.testC(); |
| 353 | t.testD(); |
| 354 | t.testE(); |
| 355 | t.testF(); |
| 356 | t.testG(); |
| 357 | t.testH(); |
| 358 | System.out.println(t.getClass().getSimpleName() + ": 17 tests OK!"); |
| 359 | } |
| 360 | } |