quickSelfTest/README
changeset 535 02bf82681471
parent 534 9b2ad8985ecf
child 543 fda58d35b323
equal deleted inserted replaced
534:9b2ad8985ecf 535:02bf82681471
    13 the cmd script will start stx with Start.st
    13 the cmd script will start stx with Start.st
    14 Start.st will prepare the stx environment required for the unit test.
    14 Start.st will prepare the stx environment required for the unit test.
    15 For e.g. loading required packages.
    15 For e.g. loading required packages.
    16 
    16 
    17 The last command of Start.st will file in RunUnitTest.st class and send #run.
    17 The last command of Start.st will file in RunUnitTest.st class and send #run.
    18 The RunUnitTest class will perform all
    18 The RunUnitTest class will perform all unit tests
    19 (or a subset with the --runOnlyExpeccoUnitTests parameter) unit tests
    19 (or a subset with the --runOnlyExpeccoUnitTests
    20 and create the report file ""
    20 or --runOnly xxx parameter)
       
    21 and create a report file