testbox.system.compat.runner

Class Results

railo-context.Component
        extended by testbox.system.compat.runner.Results
Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  

    Copyright Since 2005 TestBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.ortussolutions.com A compat class for MXUnit Directory Test Suite

    Constructor Summary
    init(any directory, [any componentPath=''], [boolean recurse='true'], [any excludes=''])
    Method Summary
    private any filterExcludes(any path)
         This will execute within the context of TestBox, it is not a closure as to remain cf9 compat.
    any getResultsOutput([any mode='simple'])
     
    Methods inherited from class railo-context.Component
    None

    Constructor Detail

    init

    public init(any directory, [any componentPath=''], [boolean recurse='true'], [any excludes=''])

    Parameters:
    directory
    componentPath
    recurse
    excludes

    Method Detail

    filterExcludes

    private any filterExcludes(any path)

    This will execute within the context of TestBox, it is not a closure as to remain cf9 compat

    Parameters:
    path

    getResultsOutput

    public any getResultsOutput([any mode='simple'])

    Parameters:
    mode