TestBox 2.4.0

testbox.system.compat.runner
Class Results

railo-context.Component
        extended by testbox.system.compat.runner.Results

public class Results
extends railo-context.Component

Copyright Since 2005 TestBox Framework by Luis Majano and Ortus Solutions, Corp 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
 

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

TestBox 2.4.0