Public Attributes | |
| std::string | name |
| std::string | url |
| int | expectedStatus |
| std::string | expectedBody |
| std::string | connection |
Definition at line 53 of file testexpressnext.cpp.
| std::string TestCase::connection |
Definition at line 58 of file testexpressnext.cpp.
Referenced by NextTester::dispatchNextRequest().
| std::string TestCase::expectedBody |
Definition at line 57 of file testexpressnext.cpp.
Referenced by NextTester::dispatchNextRequest().
| int TestCase::expectedStatus |
Definition at line 56 of file testexpressnext.cpp.
Referenced by NextTester::dispatchNextRequest().
| std::string TestCase::name |
Definition at line 54 of file testexpressnext.cpp.
Referenced by NextTester::dispatchNextRequest().
| std::string TestCase::url |
Definition at line 55 of file testexpressnext.cpp.
Referenced by NextTester::dispatchNextRequest().