Package edu.nps.moves.dis7.test
Class X3dCreateLineSetTest
java.lang.Object
edu.nps.moves.dis7.test.X3dCreateLineSetTest
Unit tests for X3dCreateLineSet utility class.
Validates ESPDU byte buffer processing and point accumulation
for X3D LineSet generation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidCommand-line invocation (CLI) of program, execution starts herestatic voidstatic voidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
X3dCreateLineSetTest
public X3dCreateLineSetTest()default constructor
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass() -
tearDownClass
@AfterAll public static void tearDownClass() -
testDefaultConstructor
@Test public void testDefaultConstructor() -
testAddPointsWithEspduBytes
- Throws:
Exception
-
testAddMultipleEspduPoints
- Throws:
Exception
-
testNonEspduBytesIgnored
@Test public void testNonEspduBytesIgnored() -
testMakeX3dLineSetEmpty
@Test public void testMakeX3dLineSetEmpty() -
testMakeX3dLineSetWithData
- Throws:
Exception
-
testInputBufferCloned
- Throws:
Exception
-
main
Command-line invocation (CLI) of program, execution starts here- Parameters:
args- command-line arguments- Throws:
Exception
-