You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I downloaded the code and configured it in eclipse, I ran ProjectOverallTest.java. It is found that when the Boolean value aor is set to false, the program can get two files: BasicRules_ESTest_scaffoldin.java and BasicRules_ESTest.java. However, when I change the value of aor to true, the program will get a null pointer error. I am not sure whether it‘s the code error or configurations have some error such as some paths.
Steps to Reproduce
Set the boolean aor = true (the testBasicRulesObj method in ProjectOverallTest.java)2. 2.
Run it
See error
Current Result
Error when generating tests for: feature.objectconstruction.testgeneration.example.graphcontruction.BasicRules.checkRules.BasicRules with seed 1655267180609. Configuration id : null
Environment
OS: MacOS
Eclipse version: 4.23.0
The text was updated successfully, but these errors were encountered:
Context
After I downloaded the code and configured it in eclipse, I ran ProjectOverallTest.java. It is found that when the Boolean value aor is set to false, the program can get two files: BasicRules_ESTest_scaffoldin.java and BasicRules_ESTest.java. However, when I change the value of aor to true, the program will get a null pointer error. I am not sure whether it‘s the code error or configurations have some error such as some paths.
Steps to Reproduce
Current Result
Error when generating tests for: feature.objectconstruction.testgeneration.example.graphcontruction.BasicRules.checkRules.BasicRules with seed 1655267180609. Configuration id : null
Environment
OS: MacOS
Eclipse version: 4.23.0
The text was updated successfully, but these errors were encountered: