quickSelfTest/RunUnitTestsStart.st
changeset 382 777dbd727377
parent 381 e72e02985212
child 383 e9e6b209c623
equal deleted inserted replaced
381:e72e02985212 382:777dbd727377
    36     self startStartBlockProcess.
    36     self startStartBlockProcess.
    37 
    37 
    38     Stdout nextPutLine:'12'.
    38     Stdout nextPutLine:'12'.
    39     Stderr nextPutLine:'32'.
    39     Stderr nextPutLine:'32'.
    40 
    40 
    41     (OperatingSystem pathOfSTXExecutable asFilename / 'Start.st') fileIn.
    41     (OperatingSystem pathOfSTXExecutable asFilename directory / 'Start.st') fileIn.
    42     Transcript nextPutLine:'43'.
    42     Transcript nextPutLine:'43'.
    43 ! !
    43 ! !
    44 
    44 
    45 !RunUnitTestsStart class methodsFor:'documentation'!
    45 !RunUnitTestsStart class methodsFor:'documentation'!
    46 
    46