Package edu.nps.moves.dis7.test
Class DataQueryPduRoundTripTest
java.lang.Object
edu.nps.moves.dis7.test.DataQueryPduRoundTripTest
Unit tests for DataQuery PDU fields and values.
- Author:
- brutzman
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Command-line invocation (CLI) of program, execution starts herevoid
setUp()
Setup initialization before each teststatic void
preparationvoid
tearDown()
Housekeeping after each teststatic void
Housekeeping after all testsvoid
Perform test of interest
-
Constructor Details
-
DataQueryPduRoundTripTest
public DataQueryPduRoundTripTest()default constructor
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass()preparation -
tearDownClass
@AfterAll public static void tearDownClass()Housekeeping after all tests -
setUp
@BeforeEach public void setUp()Setup initialization before each test -
tearDown
@AfterEach public void tearDown()Housekeeping after each test -
testRoundTrip
@Test public void testRoundTrip()Perform test of interest -
main
Command-line invocation (CLI) of program, execution starts here- Parameters:
args
- command-line arguments
-