Class NullFieldsEntityMarshallTest

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

@DisplayName("Null Fields Entity Marshall Test") public class NullFieldsEntityMarshallTest extends Object
Unit tests for satisfactory handling of null fields and values when marshalling object instances.
Author:
Mike Bailey, jmbailey@edu.nps.edu
  • Constructor Details

    • NullFieldsEntityMarshallTest

      public NullFieldsEntityMarshallTest()
      default constructor
  • Method Details

    • beforeAllTests

      @BeforeAll public static void beforeAllTests()
      preparation
    • afterAllTests

      @AfterAll public static void afterAllTests()
      housekeeping
    • setUp

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

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

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

      @Test public void testGoodMarshall()
      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