quickSelfTest/RunUnitTestsStart.st
changeset 548 54b9fecb0bc9
parent 540 1ccf832eb9e7
equal deleted inserted replaced
547:8846155dc785 548:54b9fecb0bc9
    61     Stderr nextPutLine:'  --runOnlyExpeccoUnitTests.........run only expecco related test cases'.
    61     Stderr nextPutLine:'  --runOnlyExpeccoUnitTests.........run only expecco related test cases'.
    62     Stderr nextPutLine:'  --resultFile......................path to a file for storing the result as xml'.
    62     Stderr nextPutLine:'  --resultFile......................path to a file for storing the result as xml'.
    63     Stderr nextPutLine:'  --forceTestCase testName .........class name of a test case (only this test case will be executed)'.
    63     Stderr nextPutLine:'  --forceTestCase testName .........class name of a test case (only this test case will be executed)'.
    64     Stderr nextPutLine:'  --run testName ...................same, shorter'.
    64     Stderr nextPutLine:'  --run testName ...................same, shorter'.
    65     Stderr nextPutLine:'  --skip testName ..................skip a test class'.
    65     Stderr nextPutLine:'  --skip testName ..................skip a test class'.
       
    66     Stderr nextPutLine:'  --testRunner .....................test the runner itself (please check the generated xml)'.
    66 
    67 
    67     "Modified: / 26-03-2019 / 18:47:53 / Claus Gittinger"
    68     "Modified: / 26-03-2019 / 18:47:53 / Claus Gittinger"
    68 ! !
    69 ! !
    69 
    70 
    70 !RunUnitTestsStart class methodsFor:'documentation'!
    71 !RunUnitTestsStart class methodsFor:'documentation'!