Commit 7fb332f Durieux Pol
committed
1 parent 7b0386a commit 7fb332f Copy full SHA for 7fb332f
File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ Class {
11
11
{ #category : ' as yet unclassified' }
12
12
MTTestCasesSelectionStrategyTest >> allTestsFromPackage [
13
13
14
- ^ (OrderedCollection
15
- with: MTTestClassForTestingCoverage
16
- with: MTAuxiliarTestClassForTestingStrategies
17
- with: MTAuxiliarClassForMTAnalysisTest
18
- with: MTAuxiliarTestClassForMTBudget
19
- with:
20
- MTAuxiliarTestClassForContinuingTestsExecutionAfterFirstFail
21
- with: MTAuxiliarClassForTimeTestFilterTest )
14
+ ^ (OrderedCollection withAll: {
15
+ MTTestClassForTestingCoverage .
16
+ MTAuxiliarTestClassForTestingStrategies .
17
+ MTAuxiliarClassForMTAnalysisTest .
18
+ MTAuxiliarTestClassForMTBudget .
19
+ MTAuxiliarTestClassForContinuingTestsExecutionAfterFirstFail .
20
+ MTAuxiliarClassForTimeTestFilterTest .
21
+ MTAuxiliarTestClassForBlockTestFilter .
22
+ MTAuxiliarTestClassForPragmaTestFilter })
22
23
inject: OrderedCollection new
23
24
into: [ :tests :testClass |
24
25
tests addAll: testClass suite tests.
You can’t perform that action at this time.
0 commit comments