From b54cd8bfdf8e33a8045c9cf6f675dc4febc26642 Mon Sep 17 00:00:00 2001 From: Pablo Tesone Date: Thu, 23 Jan 2020 17:23:15 +0100 Subject: [PATCH] Adding some comments to tests --- src/ParametrizedTests/PaSuiteTest.class.st | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ParametrizedTests/PaSuiteTest.class.st b/src/ParametrizedTests/PaSuiteTest.class.st index f1381b5..3165a75 100644 --- a/src/ParametrizedTests/PaSuiteTest.class.st +++ b/src/ParametrizedTests/PaSuiteTest.class.st @@ -19,6 +19,8 @@ PaSuiteTest >> testCasesHasTheCorrectNumberOfTests [ PaSuiteTest >> testCasesHasTheCorrectTests [ | suite | + "We are creating a new suite from the given matrix. + This suite should have all the combinations of the matrix" suite := PaCasesMatrixTest buildSuite. "I run the setup to set the parametrized values in the test case"