SNode.C
Loading...
Searching...
No Matches
TestCase Struct Reference
Collaboration diagram for TestCase:

Public Attributes

std::string name
std::string url
int expectedStatus
std::string expectedBody
std::string connection

Detailed Description

Definition at line 53 of file testexpressnext.cpp.

Member Data Documentation

◆ connection

std::string TestCase::connection

Definition at line 58 of file testexpressnext.cpp.

Referenced by NextTester::dispatchNextRequest().

◆ expectedBody

std::string TestCase::expectedBody

Definition at line 57 of file testexpressnext.cpp.

Referenced by NextTester::dispatchNextRequest().

◆ expectedStatus

int TestCase::expectedStatus

Definition at line 56 of file testexpressnext.cpp.

Referenced by NextTester::dispatchNextRequest().

◆ name

std::string TestCase::name

Definition at line 54 of file testexpressnext.cpp.

Referenced by NextTester::dispatchNextRequest().

◆ url

std::string TestCase::url

Definition at line 55 of file testexpressnext.cpp.

Referenced by NextTester::dispatchNextRequest().


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