klyn.unittest.gui.TestRunnerWidget.showLoadReportDialog
method
public showLoadReportDialog(owner as Window = null) as Boolean:
Description

Opens an open-file dialog and loads a persisted JSON report.

Cancellation leaves the current report visible and returns false. Invalid reports and backend failures are displayed in a report tab.

Parameters
ParameterDescription
ownerWindow that owns the file dialog.
Returns

true when a report was loaded.

Example
view.showLoadReportDialog(window)