Class ObjectTypeMarshallTest

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

@DisplayName("Object Type Marshal Test") public class ObjectTypeMarshallTest extends Object
Unit tests for satisfactory handling of typed fields and values when marshalling object instances.
  • Constructor Details

    • ObjectTypeMarshallTest

      public ObjectTypeMarshallTest()
      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
    • testGoodMarshall

      @Test public void testGoodMarshall()
      Perform test of interest
    • testNoSubCategory

      @Test public void testNoSubCategory()
      Perform test of interest
    • main

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