evosuite-plus-plus
evosuite-plus-plus copied to clipboard
Computation Graph - not checking primitive parameters
Context
Primitive parameters 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()
, branches on line 49 relies on the parameter paramString
of type String
, but the graph for both branches are empty.
Expected result
As explained above.
Additional info
NA
primitive is no modeled as it is trivial.