Skip to content

Commit 956be74

Browse files
author
Durieux Pol
committed
update method with new test class
1 parent 088b8d3 commit 956be74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MuTalk-Tests/MTTestCasesSelectionStrategyTest.class.st

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ MTTestCasesSelectionStrategyTest >> allTestsFromPackage [
1919
MTAuxiliarTestClassForContinuingTestsExecutionAfterFirstFail.
2020
MTAuxiliarClassForTimeTestFilterTest.
2121
MTAuxiliarTestClassForBlockTestFilter.
22-
MTAuxiliarTestClassForPragmaTestFilter })
22+
MTAuxiliarTestClassForPragmaTestFilter.
23+
MTAuxiliarParametrizedTestClass })
2324
inject: OrderedCollection new
2425
into: [ :tests :testClass |
2526
tests addAll: testClass suite tests.

0 commit comments

Comments
 (0)