Copyright Since 2005 TestBox Framework by Luis Majano and Ortus Solutions, Corp
www.ortussolutions.com
---
A text reporter that emits to the console via java System out.
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.