()
| 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()); |
no test coverage detected