klyn.unittest.gui.TestRunnerWidget.TestRunnerWidget
constructor
public TestRunnerWidget(
tabs as TabWidget,
report as TestReport = null,
overlayHost as Container = null
):
Description

Creates a test result widget.

Parameters
ParameterDescription
tabsTab area receiving Output, selection and detail pages.
reportInitial report, or null for an empty report.
overlayHostRoot container receiving modal report lightboxes.
Example
workspace = DockWorkspace()
root = Container(DockLayout())
view = TestRunnerWidget(workspace.center, TestReport(), root)