Skip to content
New issue

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

Mutation Test: with more mutation strategies #19417

Merged
merged 1 commit into from Dec 6, 2017

Commits on Dec 6, 2017

  1. Mutation Testing

    Introduced strategy design pattern
    
    Added Strategies:
    if true and if false
    Replace String literals
    Remove if blocks which do not have else.
    Modify Comparision Statement - changing <= to < and changing >= to >
    Duplicating statements
    Added plus to minus and minus to plus mutaiton strategy
    
    Classifying build failures for mutant as unexpected error - Skipping test run for mutant with compilation failure
    Added logger messages instead of print
    Randomized the mutation test order
    Try new strategy on failure to mutate on a file
    Updated Readme - Adding mutation strategy and mutation test execution flow
    dsandeephegde committed Dec 6, 2017
You can’t perform that action at this time.