#include <TestTimer.hpp>
◆ asString()
std::string anna::testing::TestTimer::asString |
( |
void |
| ) |
const |
|
virtual |
Devuelve una cadena con la informacion referente a este temporizador.
- Returns
- Una cadena con la informacion referenta a este temporizador.
Reimplemented from anna::timex::Transaction.
◆ asText()
static const char* anna::testing::TestTimer::asText |
( |
const Type::_v |
type | ) |
|
|
static |
◆ getTestCaseStep() [1/2]
TestStep* anna::testing::TestTimer::getTestCaseStep |
( |
| ) |
|
|
inline |
33 {
return reinterpret_cast <TestStep*>(
getContext()); }
void * getContext()
Definition: Transaction.hpp:66
◆ getTestCaseStep() [2/2]
const TestStep* anna::testing::TestTimer::getTestCaseStep |
( |
| ) |
const |
|
inline |
34 {
return reinterpret_cast <
const TestStep*>(
getContext()); }
void * getContext()
Definition: Transaction.hpp:66
◆ getType()
◆ setType()
void anna::testing::TestTimer::setType |
( |
const Type::_v |
type | ) |
|
|
inline |
◆ anna::Allocator< TestTimer >
The documentation for this class was generated from the following file: