Next: C++ Report Output Reference, Previous: C++ Test Report Reference, Up: C++ Report Reference [Contents][Index]
Valid objects of this type represent the report generated by a single
execution of a test_case
object.
Preconditions:
Effects:
Postconditions:
*this
are the assignment and the
destruction.
noexcept
¶noexcept
¶Preconditions:
Effects:
*this
.
*this
if other
is valid.
Postconditions:
Other helper types are:
This structure contains two public members—seconds
and
nanoseconds
—and a function template to<T>()
to convert
the result using std::chrono::duration_cast
..
Valid objects of this type represent the report generated by a single
execution of a test_case
object.
Internal template. Has two members: to_unit
which returns its
value in std::chrono::nanoseconds
and value
which
returns the underlying double
value.
Internal template. Has two members: to_unit
which returns its
value in std::size_t
and value
which returns the
underlying double
value.
Internal template. Has three <iteration-unit>
or
<time-unit>
fields: mean
,
std_deviation
and variance
.
Internal alias of a collection of time samples.
Preconditions:
*this
is a valid object.
Effects:
Postconditions:
state::set_name
was called during the execution associated
to *this
, the returned value is equivalent to the last
value provided during that execution.
Preconditions:
*this
is a valid object.
Effects:
Postconditions:
state::sizes
during the execution associated to *this
.
Preconditions:
*this
is a valid object.
Effects:
Postconditions:
*this
.
Preconditions:
*this
is a valid object.
Effects:
Postconditions:
*this
.
Preconditions:
*this
is a valid object.
Effects:
Postconditions:
*this
.
Preconditions:
*this
is a valid object.
Effects:
Postconditions:
*this
.
Preconditions:
*this
is a valid object.
Effects:
Postconditions:
*this
.
Preconditions:
*this
is a valid object.
Effects:
Postconditions:
*this
.
Preconditions:
*this
is a valid object.
Effects:
Postconditions:
*this
.
Preconditions:
*this
is a valid object.
Effects:
Postconditions:
*this
.
Preconditions:
*this
is a valid object.
Effects:
Postconditions:
*this
.
Next: C++ Report Output Reference, Previous: C++ Test Report Reference, Up: C++ Report Reference [Contents][Index]