quickSelfTest/RunUnitTestsStart.st
changeset 380 fc30cef8ec0e
parent 350 a7785bedc5ed
child 381 e72e02985212
equal deleted inserted replaced
379:8e9d8c032cc7 380:fc30cef8ec0e
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "{ Package: 'stx:goodies/builder/quickSelfTest' }"
     3 "{ Package: 'stx:goodies/builder/quickSelfTest' }"
     2 
     4 
     3 "{ NameSpace: Smalltalk }"
     5 "{ NameSpace: Smalltalk }"
     4 
     6 
     5 StandaloneStartup subclass:#RunUnitTestsStart
     7 StandaloneStartup subclass:#RunUnitTestsStart
    25     [see also:]
    27     [see also:]
    26 
    28 
    27 "
    29 "
    28 ! !
    30 ! !
    29 
    31 
    30 !RunUnitTestsStart methodsFor:'starting'!
    32 !RunUnitTestsStart class methodsFor:'starting'!
    31 
    33 
    32 start
    34 main:argv
       
    35     self verboseInfo:('starting application').
       
    36     self startStartBlockProcess.
       
    37 
    33     Stdout nextPutLine:'stredggg1'.
    38     Stdout nextPutLine:'stredggg1'.
    34     Stderr nextPutLine:'stredggg2'.
    39     Stderr nextPutLine:'stredggg2'.
    35     Transcript nextPutLine:'stredggg3'.
    40     Transcript nextPutLine:'stredggg3'.
    36 ! !
    41 ! !
    37 
    42