MCPcopy Create free account
hub / github.com/akeranen/the-one / updateAllNodes

Method updateAllNodes

test/AbstractRouterTest.java:91–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 protected void updateAllNodes() {
92 for (DTNHost node : utils.getAllHosts()) {
93 node.update(true);
94 }
95 }
96
97 protected void checkTransferStart(DTNHost from, DTNHost to, String msgId) {
98 assertTrue(mc.next());

Callers 15

testThresholdMethod · 0.80
testRoutingMethod · 0.80
doRelayMethod · 0.80
testRouterMethod · 0.80
testManyMessagesMethod · 0.80
testMessageRelayAbortMethod · 0.80
testAbortWhenReadyMethod · 0.80
testDifferentOrderingMethod · 0.80
testDoubleDeliveryMethod · 0.80
testQueueManagementMethod · 0.80

Calls 2

getAllHostsMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected