|
TestBox 1.1.0 | ||||
FRAMES |
testbox.testbox.system.testing.reports.IReporter
public interface IReporter
Copyright 2005-2009 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com The TestBox main reporting interface for producing awesome testing reports
Method Summary | |
---|---|
any |
getName()
Get the name of the reporter |
any |
runReport(testbox.system.testing.testresult results, testbox.system.testing.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 |
Method Detail |
---|
public any getName()
public any runReport(testbox.system.testing.testresult results, testbox.system.testing.testbox testbox, [struct options='[runtime expression]'])
results
- The instance of the TestBox TestResult object to build a report ontestbox
- The TestBox core objectoptions
- A structure of options this reporter needs to build the report with
|
TestBox 1.1.0 | ||||
FRAMES |