File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
Extension { #name : ' MTGeneralResult' }
2
2
3
3
{ #category : ' *MuTalk-SpecUI' }
4
- MTGeneralResult >> inspectorExtension [
4
+ MTGeneralResult >> killedMutantsExtension [
5
5
6
- < inspectorPresentationOrder: 0 title: ' Mutation Results' >
6
+ < inspectorPresentationOrder: 1 title: ' Killed Mutants' >
7
+ ^ MTMutationResultsPresenter on: self killedMutants
8
+ ]
9
+
10
+ { #category : ' *MuTalk-SpecUI' }
11
+ MTGeneralResult >> survivingMutantsExtension [
12
+
13
+ < inspectorPresentationOrder: 0 title: ' Surviving Mutants' >
7
14
^ MTMutationResultsPresenter on: self aliveMutants
8
15
]
16
+
17
+ { #category : ' *MuTalk-SpecUI' }
18
+ MTGeneralResult >> terminatedMutantsExtension [
19
+
20
+ < inspectorPresentationOrder: 2 title: ' Terminated Mutants' >
21
+ ^ MTMutationResultsPresenter on: self terminatedMutants
22
+ ]
You can’t perform that action at this time.
0 commit comments