public TestRunnerWidget( tabs as TabWidget, report as TestReport = null, overlayHost as Container = null ):
Creates a test result widget.
| Parameter | Description |
|---|---|
tabs | Tab area receiving Output, selection and detail pages. |
report | Initial report, or null for an empty report. |
overlayHost | Root container receiving modal report lightboxes. |
workspace = DockWorkspace() root = Container(DockLayout()) view = TestRunnerWidget(workspace.center, TestReport(), root)