(String[] args)
| 324 | } |
| 325 | |
| 326 | public static void main(String[] args) throws Exception { |
| 327 | setUp(args); |
| 328 | try { |
| 329 | testQuotes(); |
| 330 | testElectionNews(); |
| 331 | } finally { |
| 332 | tearDown(); |
| 333 | } |
| 334 | } |
| 335 | |
| 336 | protected static void tearDown() { |
| 337 | participant.delete_contained_entities(); |
nothing calls this directly
no test coverage detected