reports/stx_goodies_builder_reports.st
changeset 289 258f98c24a4e
parent 283 907471201200
child 295 4dd4d4b67e42
equal deleted inserted replaced
288:a6a3efd9a825 289:258f98c24a4e
    71      or an array-literal consisting of class name and attributes.
    71      or an array-literal consisting of class name and attributes.
    72      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    72      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    73 
    73 
    74     ^ #(
    74     ^ #(
    75         "<className> or (<className> attributes...) in load order"
    75         "<className> or (<className> attributes...) in load order"
    76         #'Builder::JUnitReportReader'
    76         (#'Builder::JUnitReportReader' autoload)
    77         #'Builder::Report'
    77         #'Builder::Report'
    78         #'Builder::ReportFormat'
    78         #'Builder::ReportFormat'
    79         #'Builder::ReportRunner'
    79         #'Builder::ReportRunner'
    80         #'Builder::ReportSourceInfo'
    80         #'Builder::ReportSourceInfo'
    81         #'stx_goodies_builder_reports'
    81         #'stx_goodies_builder_reports'