|
drogon
C++14/17-based HTTP application framework
|


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_ |