Class CommentPdusTest

java.lang.Object
edu.nps.moves.dis7.test.CommentPdusTest

@DisplayName("Comment Pdus Test") public class CommentPdusTest extends Object
Unit testing for CommentPdus, which can serve as a free-form holder for any kind of narrative information or simulation data.
Author:
brutzman
  • Constructor Details

    • CommentPdusTest

      public CommentPdusTest()
      default constructor
  • Method Details

    • setUpClass

      @BeforeAll public static void setUpClass()
    • tearDownClass

      @AfterAll public static void tearDownClass()
    • setUp

      @BeforeEach public void setUp()
      Setup initialization before each test
    • tearDown

      @AfterEach public void tearDown()
      Housekeeping after each test
    • testRoundTrip

      @Test public void testRoundTrip()
      Test PDU sending, receiving, marshalling (serialization) and unmarshalling (deserialization)
    • main

      public static void main(String[] args)
      Command-line invocation (CLI) of program, execution starts here
      Parameters:
      args - command-line arguments