|
CppGraph Application Framework©
Copyright © 2004-202x Geoff Goldberg
|
A test suite runner runs a collection of tests. More...
#include <test_suite_runner.h>
Inherits state_machine.
Static Public Attributes | |
| static const cppgraph::link_name_t | running_test_state_link_name { "running_test_state" } |
[auto-generated] Returns the link_name_t of property running_test_state . More... | |
Protected Member Functions | |
| test_suite_runner (node_handle_t< test_suite > const &h_test_suite) | |
| Construction. More... | |
|
protected |
Construction.
Runs the provided tests, in order. A test_suite_completed_message is broadcast when they have completed.
| h_test_suite | Node to set to this node's test suite started state child node. |
|
inlinestatic |
[auto-generated] Returns the link_name_t of property running_test_state .
link_name_t of property running_test_state .
1.8.14