quickSelfTest/RunUnitTestsStart.st
changeset 536 0d8dabdb4725
parent 485 652613b4eb5f
child 537 3dc87166e57d
equal deleted inserted replaced
535:02bf82681471 536:0d8dabdb4725
    13 
    13 
    14 !RunUnitTestsStart class methodsFor:'documentation'!
    14 !RunUnitTestsStart class methodsFor:'documentation'!
    15 
    15 
    16 documentation
    16 documentation
    17 "
    17 "
    18     documentation to be added.
    18     Only for standalone startup.
    19 
    19 
    20     [author:]
    20     [author:]
    21         sr
    21         sr
    22 
    22 
    23     [instance variables:]
    23     [instance variables:]
    34 usage
    34 usage
    35     Stderr cr.
    35     Stderr cr.
    36     Stderr nextPutLine:'  --help............................this infromation'.
    36     Stderr nextPutLine:'  --help............................this infromation'.
    37     Stderr nextPutLine:'  --settingsFile....................path to a stx settings file (may to set compiler options)'.
    37     Stderr nextPutLine:'  --settingsFile....................path to a stx settings file (may to set compiler options)'.
    38     Stderr nextPutLine:'  --runOnlyExpeccoUnitTests.........run only expecco related test cases'.
    38     Stderr nextPutLine:'  --runOnlyExpeccoUnitTests.........run only expecco related test cases'.
       
    39     Stderr nextPutLine:'  --runOnly testName................run only this test case'.
    39     Stderr nextPutLine:'  --resultFile......................path to a file for storing the result as xml'.
    40     Stderr nextPutLine:'  --resultFile......................path to a file for storing the result as xml'.
    40     Stderr nextPutLine:'  --forceTestCase...................class name of a test case (only this test case will be executed)'.
    41     Stderr nextPutLine:'  --forceTestCase...................class name of a test case (only this test case will be executed)'.
       
    42 
       
    43     "Modified: / 26-03-2019 / 18:45:15 / Claus Gittinger"
    41 ! !
    44 ! !
    42 
    45 
    43 !RunUnitTestsStart class methodsFor:'startup'!
    46 !RunUnitTestsStart class methodsFor:'startup'!
    44 
    47 
    45 main:argv
    48 main:argv