(String[] args)
| 205 | } |
| 206 | |
| 207 | public static void main(String[] args) throws Exception { |
| 208 | setUp(args); |
| 209 | try { |
| 210 | testParticipantBIT(); |
| 211 | testTopicBIT(); |
| 212 | testSubscriptionBIT(); |
| 213 | testPublicationBIT(); |
| 214 | |
| 215 | } finally { |
| 216 | tearDown(); |
| 217 | } |
| 218 | } |
| 219 | |
| 220 | protected static void tearDown() { |
| 221 | participant.delete_contained_entities(); |
nothing calls this directly
no test coverage detected