analyzer/tests/stx_goodies_petitparser_analyzer_tests.st
changeset 420 b2f2f15cef26
parent 405 0470a5e6e712
child 425 0a5c4929af56
equal deleted inserted replaced
419:5c502ab8e87d 420:b2f2f15cef26
    50      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
    50      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
    51      This method is generated automatically,
    51      This method is generated automatically,
    52      by searching along the inheritance chain of all of my classes."
    52      by searching along the inheritance chain of all of my classes."
    53 
    53 
    54     ^ #(
    54     ^ #(
    55         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPAnalyzerTest"
    55         #'stx:libbasic'    "Autoload - superclass of PPAnalyzerTest"
    56         #'stx:goodies/sunit'    "TestAsserter - superclass of PPAnalyzerTest"
       
    57         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_analyzer_tests"
       
    58     )
    56     )
    59 !
    57 !
    60 
    58 
    61 referencedPreRequisites
    59 referencedPreRequisites
    62     "list packages which are a prerequisite, because they contain
    60     "list packages which are a prerequisite, because they contain
    64      We do not need these packages as a prerequisite for loading or compiling.
    62      We do not need these packages as a prerequisite for loading or compiling.
    65      This method is generated automatically,
    63      This method is generated automatically,
    66      by searching all classes (and their packages) which are referenced by my classes."
    64      by searching all classes (and their packages) which are referenced by my classes."
    67 
    65 
    68     ^ #(
    66     ^ #(
    69         #'stx:goodies/petitparser'    "PPAndParser - referenced by PPAnalyzerTest>>testIsNullable"
       
    70         #'stx:goodies/petitparser/analyzer'    "PPListPattern - referenced by PPRewriterTest>>testDuplicationRemoval"
       
    71     )
    67     )
    72 !
    68 !
    73 
    69 
    74 subProjects
    70 subProjects
    75     "list packages which are known as subprojects.
    71     "list packages which are known as subprojects.
    89      or an array-literal consisting of class name and attributes.
    85      or an array-literal consisting of class name and attributes.
    90      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    86      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    91 
    87 
    92     ^ #(
    88     ^ #(
    93         "<className> or (<className> attributes...) in load order"
    89         "<className> or (<className> attributes...) in load order"
       
    90         #'stx_goodies_petitparser_analyzer_tests'
    94         (PPAnalyzerTest autoload)
    91         (PPAnalyzerTest autoload)
    95         (PPRewriterTest autoload)
    92         (PPRewriterTest autoload)
    96         (PPSearcherTest autoload)
    93         (PPSearcherTest autoload)
    97         #'stx_goodies_petitparser_analyzer_tests'
       
    98     )
    94     )
    99 !
    95 !
   100 
    96 
   101 extensionMethodNames
    97 extensionMethodNames
   102     "list class/selector pairs of extensions.
    98     "list class/selector pairs of extensions.