ANNA Suite
2020b
Multipurpose development suite for Telco applications
|
#include <TestStep.hpp>
Public Member Functions | |
TestStepSendDiameterXml2c (TestCase *testCase) | |
![]() | |
TestStepSendDiameterXml (TestCase *testCase) | |
~TestStepSendDiameterXml () | |
void | setOriginHost (anna::diameter::comm::OriginHost *host) |
anna::diameter::comm::OriginHost * | getOriginHost () const |
void | setWaitForRequestStepNumber (int stepNumber) |
int | getWaitForRequestStepNumber () const |
void | setMsgDataBlock (const anna::DataBlock &db) |
const anna::DataBlock & | getMsgDataBlock () const |
bool | do_execute () |
void | do_complete () |
void | do_reset () |
anna::xml::Node * | asXML (anna::xml::Node *parent) |
![]() | |
TestStep (TestCase *testCase) | |
virtual | ~TestStep () |
const Type::_v & | getType () const |
const int & | getNumber () const |
bool | isCompleted () const |
anna::Millisecond | getLapseMs () const |
bool | execute () |
void | complete () |
void | reset () |
void | next () |
std::string | asXMLString () |
Additional Inherited Members | |
![]() | |
static const char * | asText (const Type::_v type) |
![]() | |
bool | decodeMessage (bool trust=false) |
![]() | |
anna::diameter::comm::OriginHost * | a_originHost |
int | a_waitForRequestStepNumber |
bool | a_expired |
![]() | |
TestCase * | a_testCase |
bool | a_completed |
Type::_v | a_type |
anna::DataBlock | a_message |
anna::diameter::codec::Message * | a_messageCodec |
|
inline |