We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812ef94 commit 73675acCopy full SHA for 73675ac
src/MuTalk-Tests/MTNullMutation.class.st
@@ -8,15 +8,6 @@ Class {
8
#package : 'MuTalk-Tests'
9
}
10
11
-{ #category : 'running' }
12
-MTNullMutation >> runMutantStoppingOnError: aBoolean [
13
-
14
- "I am a null mutation that does not run any tests and does not install any code.
15
- Return an empty test result"
16
- 1halt.
17
- ^ TestResult new
18
-]
19
20
{ #category : 'running' }
21
MTNullMutation >> runMutantStoppingOnError: aBoolean in: aMTMutantEvaluation [
22
"I am a null mutation that does not run any tests and does not install any code.
0 commit comments