tests/jv_libgdbs_tests.st
changeset 56 20989de12cfb
parent 55 437ee6413c74
child 79 303c4edc75ad
equal deleted inserted replaced
55:437ee6413c74 56:20989de12cfb
    29      This method is generated automatically,
    29      This method is generated automatically,
    30      by searching along the inheritance chain of all of my classes."
    30      by searching along the inheritance chain of all of my classes."
    31 
    31 
    32     ^ #(
    32     ^ #(
    33         #'jv:libgdbs'    "GDBCommandStatus - shared pool used by GDBMIParserTests"
    33         #'jv:libgdbs'    "GDBCommandStatus - shared pool used by GDBMIParserTests"
    34         #'stx:goodies/sunit'    "TestAsserter - superclass of GDBDebuggerTests"
    34         #'stx:goodies/sunit'    "TestAsserter - superclass of GDBDebuggeesResource"
    35         #'stx:libbasic'    "LibraryDefinition - superclass of jv_libgdbs_tests"
    35         #'stx:libbasic'    "LibraryDefinition - superclass of jv_libgdbs_tests"
    36     )
    36     )
    37 !
    37 !
    38 
    38 
    39 referencedPreRequisites
    39 referencedPreRequisites
    69      or an array-literal consisting of class name and attributes.
    69      or an array-literal consisting of class name and attributes.
    70      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    70      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    71 
    71 
    72     ^ #(
    72     ^ #(
    73         "<className> or (<className> attributes...) in load order"
    73         "<className> or (<className> attributes...) in load order"
    74         GDBDebuggerTests
    74         GDBDebuggeesResource
       
    75         GDBDebuggerTestCase
    75         GDBInternalPipeStreamTests
    76         GDBInternalPipeStreamTests
    76         GDBMIParserTests
    77         GDBMIParserTests
    77         GDBSimulatorProcessTests
    78         GDBSimulatorProcessTests
    78         #'jv_libgdbs_tests'
    79         #'jv_libgdbs_tests'
       
    80         GDBDebuggerTestsR
       
    81         GDBDebuggerTestsS
    79     )
    82     )
    80 !
    83 !
    81 
    84 
    82 extensionMethodNames
    85 extensionMethodNames
    83     "list class/selector pairs of extensions.
    86     "list class/selector pairs of extensions.