We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14cffd commit 98655b7Copy full SHA for 98655b7
src/MuTalk-Utilities-Tests/MTMatrixTest.class.st
@@ -18,7 +18,9 @@ MTMatrixTest >> setUp [
18
matrix := MTMatrix forClasses: { MTAuxiliarClassForMatrix }.
19
matrix setUpAnalysis.
20
matrix analysis
21
- operators: MTAbstractMutantOperator contents;
+ operators:
22
+ (MTParseRewriterMutantOperator allConcreteSubclasses collect: [
23
+ :operator | operator new ]);
24
budget: MTFreeBudget new.
25
matrix build.
26
self setUpVariablesForTest
0 commit comments