runReport(TestResult results, TestBox testbox, [struct options='[runtime expression]'], [boolean justReturn='false'])
Do the reporting thing here using the incoming test results.
public any runReport(TestResult results, TestBox testbox, [struct options='[runtime expression]'], [boolean justReturn='false'])
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.
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
justReturn - Boolean flag that if set just returns the content with no content type and buffer reset