coldbox.system.testing.compat.runner

Class Results

WEB-INF.cftags.component
        extended by coldbox.system.testing.compat.runner.Results
Class Attributes:
None

******************************************************************************* 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 WEB-INF.cftags.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