drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::test::CaseBase Class Reference
Inheritance diagram for drogon::test::CaseBase:
Collaboration diagram for drogon::test::CaseBase:

Public Member Functions

 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

Protected Attributes

bool failed_ = false
std::shared_ptr< CaseBase > parent_ = nullptr
std::string name_

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