@@ -47,7 +47,7 @@ GobPieConfReader preFileSetup(Integer fileNumber) {
4747 return new GobPieConfReader (magpieServer , gobPieConfFileName );
4848 }
4949
50- /*
50+ /**
5151 * Mock test to ensure @readGobPieConfiguration function
5252 * reads GobPie configuration
5353 */
@@ -71,7 +71,7 @@ void testReadGobPieConfiguration() {
7171 assertEquals (expectedGobPieConfiguration , actualGobPieConfiguration );
7272 }
7373
74- /*
74+ /**
7575 * Mock test to ensure @readGobPieConfiguration function
7676 * reads Complete GobPie configuration with different Boolean values
7777 */
@@ -95,7 +95,7 @@ void testReadCompleteGobPieConfiguration() {
9595 assertEquals (expectedGobPieConfiguration , actualGobPieConfiguration );
9696 }
9797
98- /*
98+ /**
9999 * Mock test to ensure @readGobPieConfiguration function
100100 * accurately retrieves default values
101101 */
@@ -119,7 +119,7 @@ void testGobPieConfigurationDefaultValues() {
119119 assertEquals (expectedGobPieConfiguration , actualGobPieConfiguration );
120120 }
121121
122- /*
122+ /**
123123 * Mock test to ensure @readGobPieConfiguration function
124124 * throws an exception when there is a syntax error in the JSON
125125 */
@@ -130,7 +130,7 @@ void testReadGobPieConfigurationWithWrongJSONSyntax() {
130130 assertEquals ("GobPie configuration file syntax is wrong." , thrown .getMessage ());
131131 }
132132
133- /*
133+ /**
134134 * Mock test to ensure @readGobPieConfiguration function
135135 * checks for the presence of an unexpected field in the configuration
136136 */
@@ -202,7 +202,7 @@ void testGobPieConfigurationFileMissingInRoot() throws IOException, ExecutionExc
202202 }
203203 }
204204
205- /*
205+ /**
206206 * Mock test to ensure @readGobPieConfiguration function
207207 *
208208 */
@@ -254,7 +254,7 @@ void testGobPieConfigurationWithoutGoblintConfField() throws IOException, Execut
254254 }
255255 }
256256
257- /*
257+ /**
258258 * Mock test to ensure @readGobPieConfiguration function
259259 * messages user when goblintConf parameter is missing
260260 * from GobPie configuration file.
0 commit comments