We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f222e15 commit 6b8b8eaCopy full SHA for 6b8b8ea
src/MuTalk-Examples/MTAnalysis.extension.st
@@ -30,7 +30,8 @@ MTAnalysis class >> exampleAnalysisWithLessOperators [
30
mtAnalysis run.
31
mtAnalysis generalResult inspect.
32
33
- "How to get non mutated methods:"
+ "Uncomment the following instructions to get non mutated methods"
34
+
35
"nonMutatedAnalysis := MTNonMutatedMethodsAnalysis forClasses: { MyVehicle }.
36
nonMutatedAnalysis mtAnalysis: mtAnalysis.
37
nonMutatedAnalysis methodsWithoutMutation inspect"
0 commit comments