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

Method main

java/tests/complex_idl/ComplexIDLTest.java:326–334  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

setUpMethod · 0.95
testQuotesMethod · 0.95
testElectionNewsMethod · 0.95
tearDownMethod · 0.95

Tested by

no test coverage detected