evosuite-plus-plus
evosuite-plus-plus copied to clipboard
Computation Graph - issue with test 9
Context
An issue with graph for test 9 for target method execute()
, branches on lines 41 and 42.
Steps to Reproduce
Run testComputationGraphConstruction9()
in ObjectOrientedTest
EvoSuite Arguments
NA
Current Result
- Branches on lines 41 and 42 depend on
StringBuffer currentData
which depends onthis.mConfiguration.getEncoding()
which returnsthis.mEncoding
. Hence there should be a dependency fromthis.mConfiguration
->this.mEncoding
but it is not captured in the graph.
Expected result
As explained above.
Additional info
NA