Class CreateAllObjectTypesTest
java.lang.Object
edu.nps.moves.dis7.test.CreateAllObjectTypesTest
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 Summary
Constructors -
Method Summary
-
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
Command-line invocation (CLI) of program, execution starts here- Parameters:
args
- command-line arguments
-