diff --git a/test/edu/nps/moves/dis7/test/PduFactoryTest.java b/test/edu/nps/moves/dis7/test/PduFactoryTest.java
index 2bf7fa7eb85a940ef979b03b10a59307dd319ef6..6f0d9106799a2343e55fafc1418e0c951b1d1047 100644
--- a/test/edu/nps/moves/dis7/test/PduFactoryTest.java
+++ b/test/edu/nps/moves/dis7/test/PduFactoryTest.java
@@ -19,22 +19,26 @@ import static org.junit.jupiter.api.Assertions.assertNull;
 public class PduFactoryTest
 {
     @BeforeAll
+    /** actions to perform before all tests */
     public static void beforeAllTests()
     {
       System.out.println("PduFactoryTest");
     }
 
     @AfterAll
+    /** actions to perform after all tests */
     public static void afterAllTests()
     {
     }
 
     @BeforeEach
+    /** initialization */
     public void setUp()
     {
     }
 
     @AfterEach
+    /** close open objects */
     public void tearDown()
     {
     }