CppGraph Application Framework©
Copyright © 2004-202x Geoff Goldberg
Static Public Attributes | Protected Member Functions | List of all members
cppgraph::test_suite_runner Struct Reference

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...
 

Detailed Description

A test suite runner runs a collection of tests.

Object Diagram

dot_inline_dotgraph_390.png

Class Diagram

test_suite_runner.png

Constructor & Destructor Documentation

◆ test_suite_runner()

cppgraph::test_suite_runner::test_suite_runner ( node_handle_t< test_suite > const &  h_test_suite)
protected

Construction.

Runs the provided tests, in order. A test_suite_completed_message is broadcast when they have completed.

Parameters
h_test_suiteNode to set to this node's test suite started state child node.

Member Data Documentation

◆ running_test_state_link_name

const cppgraph::link_name_t cppgraph::test_suite_runner::running_test_state_link_name { "running_test_state" }
inlinestatic

[auto-generated] Returns the link_name_t of property running_test_state .

Returns
The link_name_t of property running_test_state .

The documentation for this struct was generated from the following files: