evosuite-plus-plus
evosuite-plus-plus copied to clipboard
Manual evaluation on computation graph construction
Context
We need to thoroughly evaluate the computation graph construction. A graph is derived from analyzing the data flow and call graph of a branch. A computation graph describes what fields and objects will be used to influence the branch decision. For example,
Steps to Reproduce
Please break down here below all the needed steps to reproduce the issue. [If possible, please upload an example of the project you are generating tests for.]
- Run test case: regression.objectconstruction.testgeneration.testcase.ObjectOrientedTest.testComputationGraphConstruction()
- It will generate a computation graph for each branch as pictures.
- Manually evaluate whether those graphs are correct
- Turn each graph into a test case.