pharo-contributions / mutalk

Mutation Testing in Pharo Smalltalk
22 stars 14 forks source link

Mutalk doesn't handle parametrized tests #88

Closed DurieuxPol closed 8 months ago

DurieuxPol commented 9 months ago

It only considers one parametrization, while it should consider all of them.

analysis := MTAnalysis new
                classesToMutate: {  };
                testClasses: { StringLineEndingsTest }.
analysis testCases inspect

There are only 3 test cases, while there should be 108