We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some data is not recorded when using MonotonicGA algorithm - Age is always 0 and Missing Branches is always empty
Run Evosuite with the following options:
-Dsearch_budget 100 -Dinstrument_context true -Dp_test_delete 0 -Dp_test_change 0.9 -Dp_test_insert 0.3 -Dp_change_parameter 0.6 -Dp_functional_mocking 0 -Dmock_if_no_generator false -Dfunctional_mocking_percent 0 -Dprimitive_reuse_probability 0 -Dmin_initial_tests 10 -Dmax_initial_tests 20 -Ddse_probability 0 -Dinstrument_libraries true -Dinstrument_parent true -Dmax_attempts 100 -Dassertions false -Delite 10 -Ddynamic_pool 0.5 -Dprimitive_pool 0.5 -Djunit_check false -Dadopt_smart_mutation false -Dapply_object_rule false -generateSuite -Dstrategy Evosuite -Dalgorithm MONOTONIC_GA -criterion branch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Some data is not recorded when using MonotonicGA algorithm - Age is always 0 and Missing Branches is always empty
Steps to Reproduce
Run Evosuite with the following options:
The text was updated successfully, but these errors were encountered: