Package edu.nps.moves.dis7
Class SignalPdusTest
java.lang.Object
edu.nps.moves.dis7.SignalPdusTest
@DisplayName("Signal Pdus Test")
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
public class SignalPdusTest
extends Object
This is an important unit test as it examines the validity of our two special
case signal PDUs
- Author:
- tdnorbra@nps.edu
-
Constructor Details
-
SignalPdusTest
public SignalPdusTest()
-
-
Method Details
-
setUpClass
- Throws:
IOException
-
tearDownClass
- Throws:
IOException
-
setUp
- Throws:
IOException
InterruptedException
-
tearDown
- Throws:
IOException
-
testRoundTripNet
@Test @Order(1) public void testRoundTripNet() -
testRoundTripLog
- Throws:
IOException
InterruptedException
-
main
- Throws:
IOException
InterruptedException
-