Method mutator #209
Replies: 3 comments
-
https://github.com/MilleBo/Unima/blob/master/src/Unima.Core/Creator/Mutators/MethodCallMutator.cs |
Beta Was this translation helpful? Give feedback.
-
Link mentioned by @mdaniyalkhann is dead (404) |
Beta Was this translation helpful? Give feedback.
-
It was simply renamed, file can be found here: https://github.com/Testura/Testura.Mutation/blob/master/src/Testura.Mutation.Core/Creator/Mutators/MethodCallMutator.cs that said the information there is not very useful for our intended use case. Let's talk about some possible types where we could introduce these kinds of mutations. Math probably has a lot of methods that have an inversion. |
Beta Was this translation helpful? Give feedback.
-
Some methods (other than Linq methods) can be mutated into their counterparts.
For example:
can be mutated into:
I would like to discuss what kind of methods could be mutated by this mutator. Removing methods is also an option.
Beta Was this translation helpful? Give feedback.
All reactions