Closed DurieuxPol closed 8 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.
MTSubclassReplacementOperator
It even seems like the CI is ok now
Oh Nice!
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.