terminals/tests/stx_goodies_xtreams_terminals_tests.st
changeset 122 3b4640056b6d
parent 112 b6b3d8435bb7
child 133 e0d30f1cb8c6
equal deleted inserted replaced
121:e76388506fd4 122:3b4640056b6d
    16 
    16 
    17     ^ #(
    17     ^ #(
    18     )
    18     )
    19 !
    19 !
    20 
    20 
    21 preRequisites
    21 mandatoryPreRequisites
    22     "list all required packages.
    22     "list all required mandatory packages.
       
    23      Packages are mandatory, if they contain superclasses of the package's classes
       
    24      or classes which are extended by this package.
    23      This list can be maintained manually or (better) generated and
    25      This list can be maintained manually or (better) generated and
    24      updated by scanning the superclass hierarchies and looking for
    26      updated by scanning the superclass hierarchies
    25      global variable accesses. (the browser has a menu function for that)
    27      (the browser has a menu function for that)
    26      Howevery, often too much is found, and you may want to explicitely
    28      However, often too much is found, and you may want to explicitely
    27      exclude individual packages in the #excludedFromPrerequisites method."
    29      exclude individual packages in the #excludedFromPreRequisites method."
    28 
    30 
    29     ^ #(
    31     ^ #(
    30         #'stx:goodies/sunit'    "TestAsserter - superclass of Xtreams::BlockClosureTest "
    32         #'stx:goodies/sunit'    "TestAsserter - superclass of Xtreams::ReadingWritingTest "
    31         #'stx:goodies/xtreams/core'    "Xtreams::Incomplete - referenced by Xtreams::CollectionReadingWritingTest>>testWriteFromStream "
    33         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_xtreams_core_tests "
    32         #'stx:goodies/xtreams/core/tests'    "Xtreams::ReadingWritingTest - superclass of Xtreams::SharedQueueReadingWritingTest "
    34 
    33         #'stx:libbasic'    "Object - superclass of Xtreams::BlockClosureTest "
    35         #'stx:goodies/xtreams/support'
    34         #'stx:libbasic2'    "Socket - referenced by Xtreams::SocketReadingWritingTest>>setUp "
    36         #'stx:goodies/xtreams/core'
       
    37         #'stx:goodies/xtreams/terminals'
       
    38         #'stx:goodies/xtreams/transforms'
       
    39         #'stx:goodies/xtreams/substreams'
    35     )
    40     )
       
    41 
       
    42     "Modified: / 20-03-2013 / 19:56:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    43 ! !
       
    44 
       
    45 !stx_goodies_xtreams_terminals_tests class methodsFor:'description - actions'!
       
    46 
       
    47 postLoadAction
       
    48     Smalltalk loadPackage: 'stx:goodies/xtreams/support/tests'.
       
    49     Smalltalk loadPackage: 'stx:goodies/xtreams/core/tests'.
       
    50     Smalltalk loadPackage: 'stx:goodies/xtreams/terminals/tests'.
       
    51     Smalltalk loadPackage: 'stx:goodies/xtreams/transforms/tests'.
       
    52     Smalltalk loadPackage: 'stx:goodies/xtreams/substreams/tests'.
       
    53 
       
    54     "Created: / 20-03-2013 / 18:58:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    36 ! !
    55 ! !
    37 
    56 
    38 !stx_goodies_xtreams_terminals_tests class methodsFor:'description - contents'!
    57 !stx_goodies_xtreams_terminals_tests class methodsFor:'description - contents'!
    39 
    58 
    40 classNamesAndAttributes
    59 classNamesAndAttributes