evosuite-plus-plus
evosuite-plus-plus copied to clipboard
Computation Graph - not checking classes with static methods
Context
Static methods in non-target classes does not seem to be accounted for, as shown in the following example.
Steps to Reproduce
Run testComputationGraphConstruction4()
in ObjectOrientedTest
.
EvoSuite Arguments
NA
Current Result
In setMoveName()
, branch on line 46 calls Main.getWindow()
. It returns a static JFrame window
object, but the graph for this branch is empty.
Expected result
As explained above.
Additional info
NA