drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::test::TestCase Struct Referenceabstract
Inheritance diagram for drogon::test::TestCase:
Collaboration diagram for drogon::test::TestCase:

Public Member Functions

 TestCase (const std::string &name)
virtual void doTest_ (std::shared_ptr< Case >)=0
Public Member Functions inherited from drogon::test::CaseBase
 CaseBase (const std::string &name)
 CaseBase (std::shared_ptr< CaseBase > parent, const std::string &name)
std::string fullname () const
const std::string & name () const
void setFailed ()
bool failed () const

Additional Inherited Members

Protected Attributes inherited from drogon::test::CaseBase
bool failed_ = false
std::shared_ptr< CaseBase > parent_ = nullptr
std::string name_

The documentation for this struct was generated from the following file: