Skip to content

Commit 438ca29

Browse files
committed
Added Comment
1 parent 38920dc commit 438ca29

File tree

1 file changed

+1
-1
lines changed
  • ui-tests-starter/tstData/qTestGenerationTestProject/testModule1

1 file changed

+1
-1
lines changed

ui-tests-starter/tstData/qTestGenerationTestProject/testModule1/ErrorPath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
public class ErrorPath {
55

6-
// test method for Q Test Generation.
6+
// The below multiply method is private so science should throw an error from the backend as UTG supports only public methods for test generation.
77
private static double multiply(double num1, double num2) {
88
return num1 * num2;
99
}

0 commit comments

Comments
 (0)