Next: C++ Report Reference, Previous: C++ Test Reference, Up: C++ API Reference [Contents][Index]
The following type represents the state of a test execution.
An instance of the following type is provided to set up and tear down functions when they are provided to the test. An instance of this type is provided to directed tests as well.
Handle of the execution state. The lifetime of these objects is bounded to the function call that provided it. No public constructor is available for this type.
Preconditions:
*this
is in a valid state.
Effects:
Postconditions:
*this
.
this->set_name
was called, the returned value is
equivalent to the value provided to the function call in effect.
Preconditions:
*this
is in a valid state.
Effects:
Postconditions:
*this
.
Preconditions:
*this
is in a valid state.
Effects:
Postconditions:
true
if the test should run at least one
iteration more.
Preconditions:
*this
is in a valid state.
Effects:
Postconditions:
Next: C++ Report Reference, Previous: C++ Test Reference, Up: C++ API Reference [Contents][Index]