islands/tests/stx_goodies_petitparser_islands_tests.st
changeset 505 19d830b74322
parent 460 87a3d30ab570
equal deleted inserted replaced
504:0fb1f0799fc1 505:19d830b74322
    54      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
    54      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
    55      This method is generated automatically,
    55      This method is generated automatically,
    56      by searching along the inheritance chain of all of my classes."
    56      by searching along the inheritance chain of all of my classes."
    57 
    57 
    58     ^ #(
    58     ^ #(
    59         #'stx:libbasic'    "Autoload - superclass of FirstFollowNextTests"
    59         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of JavaParserTest"
       
    60         #'stx:goodies/sunit'    "TestAsserter - superclass of FirstFollowNextTests"
       
    61         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_islands_tests"
    60     )
    62     )
    61 !
    63 !
    62 
    64 
    63 referencedPreRequisites
    65 referencedPreRequisites
    64     "list packages which are a prerequisite, because they contain
    66     "list packages which are a prerequisite, because they contain
    69      includes explicit checks for the package being present.
    71      includes explicit checks for the package being present.
    70      This method is generated automatically,
    72      This method is generated automatically,
    71      by searching all classes (and their packages) which are referenced by my classes."
    73      by searching all classes (and their packages) which are referenced by my classes."
    72 
    74 
    73     ^ #(
    75     ^ #(
       
    76         #'stx:goodies/petitparser'    "PPContext - referenced by JavaParserTest>>context"
       
    77         #'stx:goodies/petitparser/islands'    "JavaParser - referenced by JavaParserTest>>parserClass"
    74     )
    78     )
    75 !
    79 !
    76 
    80 
    77 subProjects
    81 subProjects
    78     "list packages which are known as subprojects.
    82     "list packages which are known as subprojects.
    92      or an array-literal consisting of class name and attributes.
    96      or an array-literal consisting of class name and attributes.
    93      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    97      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    94 
    98 
    95     ^ #(
    99     ^ #(
    96         "<className> or (<className> attributes...) in load order"
   100         "<className> or (<className> attributes...) in load order"
    97         #'stx_goodies_petitparser_islands_tests'
       
    98         (FirstFollowNextTests autoload)
   101         (FirstFollowNextTests autoload)
    99         (JavaParserTest autoload)
   102         (JavaParserTest autoload)
   100         (PPIslandTest autoload)
   103         (PPIslandTest autoload)
   101         (PPMemoizingIslandTest autoload)
       
   102         (RobustXmlFeedParserTest autoload)
   104         (RobustXmlFeedParserTest autoload)
   103         (XmlFeedParserTest autoload)
   105         (XmlFeedParserTest autoload)
       
   106         #'stx_goodies_petitparser_islands_tests'
       
   107         (PPMemoizingIslandTest autoload)
   104     )
   108     )
   105 !
   109 !
   106 
   110 
   107 extensionMethodNames
   111 extensionMethodNames
   108     "list class/selector pairs of extensions.
   112     "list class/selector pairs of extensions.