A test_suite is an ordered collection of tests.
More...
#include <test_suite.h>
Inherits node.
A test_suite is an ordered collection of tests.
Object Diagram
Class Diagram
◆ test_suite()
Construction.
- Parameters
-
| h_name | Value to assign to this node's name property. |
| tests | Tests to attach as this node's test child nodes. |
◆ get_const_name()
| utf8_string const& cppgraph::test_suite::get_const_name |
( |
| ) |
const |
|
inline |
[auto-generated] name property access.
- Returns
- A const reference to the value of this node's name property.
◆ get_handle_to_const_name()
[auto-generated] name property handle access.
- Returns
- A handle to this node's name property.
◆ get_handle_to_name()
[auto-generated] name property handle access.
- Returns
- A handle to this node's name property.
- Exceptions
-
| exception | There is more than 1 matching property. |
| exception | There is no matching property. |
◆ get_name()
[auto-generated] name property access.
- Returns
- A reference to the value of this node's name property.
◆ set_handle_to_name()
[auto-generated] Replaces the handle to this node's name property with a specified handle.
- Parameters
-
| h_property | Handle to assign as this node's name property handle. |
◆ set_name()
| void cppgraph::test_suite::set_name |
( |
utf8_string const & |
property | ) |
const |
|
inline |
[auto-generated] Assigns a specified value to this node's name property.
- Parameters
-
| property | Value to assign to this node's name property. |
◆ name_link_name
[auto-generated] Returns the link_name_t of property name .
- Returns
- The
link_name_t of property name .
The documentation for this struct was generated from the following files:
- c:/cppgraph/lib/cppgraph/test/test_suite.h
- c:/cppgraph/lib/cppgraph/test/test_suite.cpp