Module Simantics/TestsUI
This module is undocumented. This is a list of its definitions.
createSTSSuiteAction :: Resource -> <Proc> ()
The New / STS Suite action: creates an STS test suite under the given parent in
its own write transaction.
createSTSTestAction :: Resource -> <Proc> ()
The New / STS Test action: creates an STS test under the given parent in its own
write transaction.
createSTSVariableAction :: Resource -> <Proc> ()
The New / STS Variable action: creates an STS variable under the given test in
its own write transaction.
ignoreSTSTestAction :: Resource -> <Proc> ()
The Ignore action of an STS test: marks the test ignored, so that runs of the
suite containing it skip it. There is no action here to unmark it.
runSTSTestAction :: Resource -> <Proc> ()
The Run action of an STS test: opens the STS test runner view, makes the
given test the current one and executes it.
|