lucee.Componentcommandbox.system.modules_app.testbox-commands.models.CLIRenderer
Copyright Since 2014 CommandBox by Ortus Solutions, Corp www.coldbox.org | www.ortussolutions.com I render TestBox data out for the CLI
Method Summary | |
---|---|
any
|
genSuiteReport(any suiteStats, any bundleStats, [any level='0'], any print, any verbose)
Recursive Output for suites. |
private any
|
getAggregatedColor([any errors='0'], [any failures='0'], [any skips='0'])
Get aggregate color for display. |
any
|
getIndicator(any status)
Get the indicator status. |
private any
|
headerCell(any text)
Create a header cell. |
any
|
render([any print], [any testData], [any verbose])
|
Methods inherited from class lucee.Component |
---|
None |
Method Detail |
---|
Recursive Output for suites
suiteStats
- Suite statsbundleStats
- Bundle statslevel
- Generation levelprint
- The print Bufferverbose
- The verbose indicatorGet aggregate color for display
errors
- number of errorsfailures
- number of failuresskips
- number of skipped specsGet the indicator status
status
- The status to get backCreate a header cell
text
- The header textprint
- a print buffer to usetestData
- test results from TestBoxverbose
- Display information about passing and skipped specs