#include <TestStep.hpp>
|
| TestStepWaitDiameter (TestCase *testCase) |
|
| ~TestStepWaitDiameter () |
|
void | setCondition (bool fromEntity, const std::string &code, const std::string &bitR, const std::string &hopByHop, const std::string &applicationId, const std::string &sessionId, const std::string &resultCode, const std::string &msisdn, const std::string &imsi, const std::string &serviceContextId) |
|
void | setConditionRegexpXml (bool fromEntity, const std::string ®exp) |
|
void | setConditionRegexpHex (bool fromEntity, const std::string ®exp) |
|
void | setClientSession (anna::diameter::comm::ClientSession *cs) |
|
void | setServerSession (anna::diameter::comm::ServerSession *ss) |
|
anna::diameter::comm::ClientSession * | getClientSession () const |
|
anna::diameter::comm::ServerSession * | getServerSession () const |
|
const TestDiameterCondition & | getCondition () const |
|
bool | fulfilled (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 () |
|
◆ TestStepWaitDiameter()
anna::testing::TestStepWaitDiameter::TestStepWaitDiameter |
( |
TestCase * |
testCase | ) |
|
|
inline |
196 a_clientSession = NULL;
197 a_serverSession = NULL;
Type::_v a_type
Definition: TestStep.hpp:83
TestStep(TestCase *testCase)
Definition: TestStep.hpp:64
Definition: TestStep.hpp:61
◆ ~TestStepWaitDiameter()
anna::testing::TestStepWaitDiameter::~TestStepWaitDiameter |
( |
| ) |
|
|
inline |
◆ asXML()
◆ do_complete()
void anna::testing::TestStepWaitDiameter::do_complete |
( |
| ) |
|
|
virtual |
◆ do_execute()
bool anna::testing::TestStepWaitDiameter::do_execute |
( |
| ) |
|
|
virtual |
◆ do_reset()
void anna::testing::TestStepWaitDiameter::do_reset |
( |
| ) |
|
|
virtual |
◆ fulfilled()
bool anna::testing::TestStepWaitDiameter::fulfilled |
( |
const anna::DataBlock & |
db | ) |
|
◆ getClientSession()
211 {
return a_clientSession; }
◆ getCondition()
214 {
return a_condition; }
◆ getMsgDataBlock()
const anna::DataBlock& anna::testing::TestStepWaitDiameter::getMsgDataBlock |
( |
| ) |
const |
|
inline |
anna::DataBlock a_message
Definition: TestStep.hpp:86
◆ getServerSession()
212 {
return a_serverSession; }
◆ setClientSession()
209 { a_clientSession = cs; }
◆ setCondition()
void anna::testing::TestStepWaitDiameter::setCondition |
( |
bool |
fromEntity, |
|
|
const std::string & |
code, |
|
|
const std::string & |
bitR, |
|
|
const std::string & |
hopByHop, |
|
|
const std::string & |
applicationId, |
|
|
const std::string & |
sessionId, |
|
|
const std::string & |
resultCode, |
|
|
const std::string & |
msisdn, |
|
|
const std::string & |
imsi, |
|
|
const std::string & |
serviceContextId |
|
) |
| |
◆ setConditionRegexpHex()
void anna::testing::TestStepWaitDiameter::setConditionRegexpHex |
( |
bool |
fromEntity, |
|
|
const std::string & |
regexp |
|
) |
| |
◆ setConditionRegexpXml()
void anna::testing::TestStepWaitDiameter::setConditionRegexpXml |
( |
bool |
fromEntity, |
|
|
const std::string & |
regexp |
|
) |
| |
◆ setServerSession()
210 { a_serverSession = ss; }
The documentation for this class was generated from the following file: