lucee.Componenttestbox.system.reports.BaseReporter
testbox.system.reports.TapReporter
Copyright Since 2005 TestBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- A tap reporter https://testanything.org/
Method Summary | |
---|---|
any
|
getName()
Get the name of the reporter. |
any
|
runReport(TestResult results, TestBox testbox, [struct options='[runtime expression]'], [boolean justReturn='false'])
Do the reporting thing here using the incoming test results. |
Methods inherited from class testbox.system.reports.BaseReporter |
---|
getPageContextResponse, init, resetHTMLResponse |
Methods inherited from class lucee.Component |
---|
None |
Method Detail |
---|
Get the name of the reporter
Do the reporting thing here using the incoming test results The report should return back in whatever format they desire and should set any Specific browser types if needed.
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 withjustReturn
- Boolean flag that if set just returns the content with no content type and buffer reset