()
| 21 | private SimClock sc; |
| 22 | |
| 23 | @Before |
| 24 | public void setUp() throws Exception { |
| 25 | sc = SimClock.getInstance(); |
| 26 | sc.setTime(10); |
| 27 | |
| 28 | msg = new Message(from, to, "M", 100); |
| 29 | msg.setTtl(10); |
| 30 | |
| 31 | } |
| 32 | |
| 33 | @Test |
| 34 | public void testGetTtl() { |
nothing calls this directly
no test coverage detected