|
ColdBox Platform v3.8.0
|
FRAMES
|
coldbox.system.testing.reports
Class
CodexWikiReporter
WEB-INF.cftags.component
coldbox.system.testing.reports.CodexWikiReporter
-
public class CodexWikiReporter
- extends WEB-INF.cftags.component
******************************************************************************* Copyright 2005-2009 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* A simple Documentation style reporter
Constructor Summary |
init()
|
Method Summary |
any |
getName()
Get the name of the reporter
|
any |
runReport(TestResult results, TestBox testbox, [struct options='[runtime expression]'])
Do the reporting thing here using the incoming test results The report should return back in whatever format they desire and should set any Specifc browser types if needed
|
Methods inherited from class WEB-INF.cftags.component |
None
|
init
public init()
-
getName
public any getName()
-
Get the name of the reporter
runReport
public any runReport(TestResult results, TestBox testbox, [struct options='[runtime expression]'])
-
Do the reporting thing here using the incoming test results The report should return back in whatever format they desire and should set any Specifc browser types if needed.
- Parameters:
results
- The instance of the TestBox TestResult object to build a report on
testbox
- The TestBox core object
options
- A structure of options this reporter needs to build the report with
|
ColdBox Platform v3.8.0
|
FRAMES
|