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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
housekeepingstatic void
preparationstatic void
Command-line invocation (CLI) of program, execution starts herevoid
setUp()
Setup initialization before each testvoid
tearDown()
Housekeeping after each testvoid
Perform test of interestvoid
Perform test of interest
-
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
Command-line invocation (CLI) of program, execution starts here- Parameters:
args
- command-line arguments
-