We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38920dc commit 438ca29Copy full SHA for 438ca29
ui-tests-starter/tstData/qTestGenerationTestProject/testModule1/ErrorPath.java
@@ -3,7 +3,7 @@
3
4
public class ErrorPath {
5
6
- // test method for Q Test Generation.
+ // The below multiply method is private so science should throw an error from the backend as UTG supports only public methods for test generation.
7
private static double multiply(double num1, double num2) {
8
return num1 * num2;
9
}
0 commit comments