TestBox 1.1.0

testbox.testbox.system.testing.compat.runner
Class Results

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

public class Results
extends railo-context.Component

Copyright 2005-2009 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | 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 1.1.0