pharo-contributions / mutalk

Mutation Testing in Pharo Smalltalk
21 stars 14 forks source link

Subclass replacement operator #75

Closed DurieuxPol closed 8 months ago

DurieuxPol commented 9 months ago

Added a new operator, MTSubclassReplacementOperator, which replaces a class referenced by a reference for each of its subclasses, thus creating a mutant for each one. It's worth noting that only direct subclasses are considered, not all subclasses.

DurieuxPol commented 9 months ago

It even seems like the CI is ok now

guillep commented 9 months ago

It even seems like the CI is ok now

Oh Nice!