Class IFFPduTest
java.lang.Object
edu.nps.moves.dis7.test.PduTest
edu.nps.moves.dis7.test.IFFPduTest
-
Field Summary
Fields inherited from class edu.nps.moves.dis7.test.PduTest
THREAD_SLEEP_INTERVAL_MSEC_DEFAULT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
preparationvoid
Test PDU sending, receiving, marshalling (serialization) and unmarshalling (deserialization)protected void
testOnePdu
(Pdu createdPdu) Test single PDU for correctness according to all contained fields in this PDU typeMethods inherited from class edu.nps.moves.dis7.test.PduTest
compare, getMasterEventNumber, getMaximumRetryAttempts, getThreadSleepInterval, incrementMasterEventNumber, isVerbose, prepareClass, sendIeeeStandardPdu, setMasterEventNumber, setMaximumRetryAttempts, setThreadSleepInterval, setUp, setVerbose, sleep, sleep, sleep, tearDown, tearDownClass, testPduCommonFields, testPduSendReceiveHeaderMatch
-
Constructor Details
-
IFFPduTest
public IFFPduTest()
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass()preparation -
testMultiplePdus
@Test public void testMultiplePdus()Description copied from class:PduTest
Test PDU sending, receiving, marshalling (serialization) and unmarshalling (deserialization)- Specified by:
testMultiplePdus
in classPduTest
-
testOnePdu
Description copied from class:PduTest
Test single PDU for correctness according to all contained fields in this PDU type- Specified by:
testOnePdu
in classPduTest
- Parameters:
createdPdu
- separate PDU for comparison
-