TestBox 2.4.0

testbox.system.compat.framework
Class Results

railo-context.Component
        extended by testbox.system.compat.framework.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 bundles, [any testSpecs=''])
          Constructor
 
Method Summary
 any getResults()
 any getResultsOutput([any mode='simple'])
          Get the results output in a specific mode
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init(any bundles, [any testSpecs=''])
Constructor

Parameters:
bundles - true
testSpecs - true
Method Detail

getResults

public any getResults()


getResultsOutput

public any getResultsOutput([any mode='simple'])
Get the results output in a specific mode

Parameters:
mode - The mode of the output

TestBox 2.4.0