abstract class %UnitTest.Report
extends %CSP.Page
Defines the web pages (CSP pages) that report the results of tests.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
12
|
|
|
|
|
classmethod DeleteSuite(namespace, index)
as %Status
classmethod GetTestColor(level)
as %String
classmethod GetTestState(level)
as %String
classmethod GetTestStatus(namespace, index, suite, case, method, action)
as %Integer
return value 0 = failed, 1 = passed, 2 = skipped
classmethod NoNamespace()
as %Status
classmethod OnPage()
as %Status
Event handler for PAGE event: this is invoked in order to
generate the content of a csp page.
classmethod ShowAsserts(namespace, index, suite, case, method)
as %Status
classmethod ShowCases(namespace, index, suite)
as %Status
classmethod ShowIndices(namespace)
as %Status
classmethod ShowMethods(namespace, index, suite, case)
as %Status
classmethod ShowSuites(namespace, index)
as %Status
classmethod writeStyle()