quickSelfTest/README
changeset 543 fda58d35b323
parent 535 02bf82681471
equal deleted inserted replaced
542:0b90cc7fc11a 543:fda58d35b323
    12 
    12 
    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 fileIn the RunUnitTest.st class
       
    18 and send it a #run message.
    18 The RunUnitTest class will perform all unit tests
    19 The RunUnitTest class will perform all unit tests
    19 (or a subset with the --runOnlyExpeccoUnitTests
    20 (or a subset with the --runOnlyExpeccoUnitTests
    20 or --runOnly xxx parameter)
    21  or --runOnly xxx parameter)
    21 and create a report file
    22 and create a report file.