Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DurieuxPol committed Oct 23, 2024
1 parent f222e15 commit 6b8b8ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MuTalk-Examples/MTAnalysis.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ MTAnalysis class >> exampleAnalysisWithLessOperators [
mtAnalysis run.
mtAnalysis generalResult inspect.

"How to get non mutated methods:"
"Uncomment the following instructions to get non mutated methods"

"nonMutatedAnalysis := MTNonMutatedMethodsAnalysis forClasses: { MyVehicle }.
nonMutatedAnalysis mtAnalysis: mtAnalysis.
nonMutatedAnalysis methodsWithoutMutation inspect"
Expand Down

0 comments on commit 6b8b8ea

Please sign in to comment.