quickSelfTest/README
changeset 534 9b2ad8985ecf
parent 329 6a3fe7cea4e1
child 535 02bf82681471
equal deleted inserted replaced
532:59170f299fc2 534:9b2ad8985ecf
    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 (or a subset when use the --runOnlyExpeccoUnitTests paramter) unit tests
    18 The RunUnitTest class will perform all
       
    19 (or a subset with the --runOnlyExpeccoUnitTests parameter) unit tests
    19 and create the report file ""
    20 and create the report file ""
    20 
       
    21 
       
    22