|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.testing.reports.ANTJUnitReporter
public class ANTJUnitReporter
******************************************************************************* Copyright 2005-2009 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* A JUnit reporter for use with the ANT junitreport task, which uses an old version of JUnit formatting.
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
private any |
buildProperties(any buffer, any results, any bundleStats, any suiteStats)
|
private any |
buildTestCase(any buffer, any results, any specStats, any bundleStats)
|
private any |
buildTestSuites(any buffer, any results, any bundleStats, any suiteStats, [any parentName=''])
|
private any |
genPropsFromCollection(any buffer, any collection)
|
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 |
private any |
toJUnit(any results)
|
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Constructor Detail |
---|
public init()
Method Detail |
---|
private any buildProperties(any buffer, any results, any bundleStats, any suiteStats)
buffer
results
bundleStats
suiteStats
private any buildTestCase(any buffer, any results, any specStats, any bundleStats)
buffer
results
specStats
bundleStats
private any buildTestSuites(any buffer, any results, any bundleStats, any suiteStats, [any parentName=''])
buffer
results
bundleStats
suiteStats
parentName
private any genPropsFromCollection(any buffer, any collection)
buffer
collection
public any getName()
public any runReport(TestResult results, 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 withprivate any toJUnit(any results)
results
|
ColdBox Platform v3.8.0 | ||||
FRAMES |