46 EXCEPTION(
"CWebService::Finish was called, but not a single result had been submitted!\n");
48 Data =
"action=finish";
59 ss <<
"When finishing the test run, the server responded:" <<
endl <<
Response <<
endl;
75 Data =
"action=gettestid";
118 Data =
"action=getsuiteid";
120 Data +=
"&testtype=";
134 ss <<
"Expected Suite ID, but received:" <<
endl << SuiteID <<
endl;
163 Data =
"action=submit";
165 Data +=
"&testtype=";
178 ss <<
"When submitting the result, the server responded:" <<
endl <<
Response <<
endl;
static const CHAR szServerFile[]
static const CHAR szHostname[]
static const INTERNET_PORT ServerPort
basic_ostream< _CharT, _Traits > &_STLP_CALL endl(basic_ostream< _CharT, _Traits > &__os)
int strcmp(const char *String1, const char *String2)
void GetTestID(const char *TestType)
void Finish(const char *TestType)
void Submit(const char *TestType, CTestInfo *TestInfo)
PCHAR GetSuiteID(const char *TestType, CTestInfo *TestInfo)
virtual PCHAR DoRequest(const char *Hostname, INTERNET_PORT Port, const char *ServerFile, const string &InputData)=0
#define EXCEPTION(Message)
bool IsNumber(const char *Input)
string EscapeString(const char *Input)
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_INTERRUPT_CONFIG Configuration