Class CreateAllObjectTypesTest

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

@DisplayName("All Object Types Create") public class CreateAllObjectTypesTest extends Object
Manually constructed tests for many object types. TODO consider automated production. CreateAllObjectTypes created on May 20, 2019 MOVES Institute Naval Postgraduate School, Monterey, CA, USA www.nps.edu
Author:
Mike Bailey, jmbailey@edu.nps.edu
  • Constructor Details

    • CreateAllObjectTypesTest

      public CreateAllObjectTypesTest()
      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 all tests
    • testCreateAllObjectTypes

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