MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / main

Method main

java/tests/builtintopics/BuiltinTopicsTest.java:207–218  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 6

setUpMethod · 0.95
testParticipantBITMethod · 0.95
testTopicBITMethod · 0.95
testSubscriptionBITMethod · 0.95
testPublicationBITMethod · 0.95
tearDownMethod · 0.95

Tested by

no test coverage detected