#include <TestStep.hpp>
◆ TestStep()
anna::testing::TestStep::TestStep |
( |
TestCase * |
testCase | ) |
|
|
inline |
anna::diameter::codec::Message * a_messageCodec
Definition: TestStep.hpp:87
anna::DataBlock a_message
Definition: TestStep.hpp:86
◆ ~TestStep()
virtual anna::testing::TestStep::~TestStep |
( |
| ) |
|
|
inlinevirtual |
◆ asText()
static const char* anna::testing::TestStep::asText |
( |
const Type::_v |
type | ) |
|
|
static |
◆ asXML()
◆ asXMLString()
std::string anna::testing::TestStep::asXMLString |
( |
| ) |
|
◆ complete()
void anna::testing::TestStep::complete |
( |
| ) |
|
◆ decodeMessage()
bool anna::testing::TestStep::decodeMessage |
( |
bool |
trust = false | ) |
|
|
protected |
◆ do_complete()
virtual void anna::testing::TestStep::do_complete |
( |
| ) |
|
|
protectedpure virtual |
◆ do_execute()
virtual bool anna::testing::TestStep::do_execute |
( |
| ) |
|
|
protectedpure virtual |
◆ do_reset()
virtual void anna::testing::TestStep::do_reset |
( |
| ) |
|
|
protectedpure virtual |
◆ execute()
bool anna::testing::TestStep::execute |
( |
| ) |
|
◆ getLapseMs()
71 {
return a_endTimestamp - a_beginTimestamp; }
◆ getNumber()
const int& anna::testing::TestStep::getNumber |
( |
| ) |
const |
|
inline |
◆ getType()
const Type::_v& anna::testing::TestStep::getType |
( |
| ) |
const |
|
inline |
Type::_v a_type
Definition: TestStep.hpp:83
◆ isCompleted()
bool anna::testing::TestStep::isCompleted |
( |
| ) |
const |
|
inline |
bool a_completed
Definition: TestStep.hpp:82
◆ next()
void anna::testing::TestStep::next |
( |
| ) |
|
◆ reset()
void anna::testing::TestStep::reset |
( |
| ) |
|
◆ a_completed
bool anna::testing::TestStep::a_completed |
|
protected |
◆ a_message
◆ a_messageCodec
◆ a_testCase
TestCase* anna::testing::TestStep::a_testCase |
|
protected |
◆ a_type
Type::_v anna::testing::TestStep::a_type |
|
protected |
The documentation for this class was generated from the following file: