# HG changeset patch # User Claus Gittinger # Date 1553622339 -3600 # Node ID 0d8dabdb47253464fca0f7535c75427505a7fa05 # Parent 02bf82681471f4f0453ad75f9e162949cfc382c7 #DOCUMENTATION by cg class: RunUnitTestsStart class definition class: RunUnitTestsStart class added: #documentation #main: #setupSmalltalkFromArguments: #usage #version #version_CVS diff -r 02bf82681471 -r 0d8dabdb4725 quickSelfTest/RunUnitTestsStart.st --- a/quickSelfTest/RunUnitTestsStart.st Tue Mar 26 18:44:15 2019 +0100 +++ b/quickSelfTest/RunUnitTestsStart.st Tue Mar 26 18:45:39 2019 +0100 @@ -15,7 +15,7 @@ documentation " - documentation to be added. + Only for standalone startup. [author:] sr @@ -36,8 +36,11 @@ Stderr nextPutLine:' --help............................this infromation'. Stderr nextPutLine:' --settingsFile....................path to a stx settings file (may to set compiler options)'. Stderr nextPutLine:' --runOnlyExpeccoUnitTests.........run only expecco related test cases'. + Stderr nextPutLine:' --runOnly testName................run only this test case'. Stderr nextPutLine:' --resultFile......................path to a file for storing the result as xml'. Stderr nextPutLine:' --forceTestCase...................class name of a test case (only this test case will be executed)'. + + "Modified: / 26-03-2019 / 18:45:15 / Claus Gittinger" ! ! !RunUnitTestsStart class methodsFor:'startup'!