ReactOS 0.4.16-dev-1025-gd3456f5
CTestInfo.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Automatic Testing Utility
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Class implementing a bucket for Test information
5 * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org)
6 */
7
9{
10public:
12 string Module;
13 string Test;
14 string Log;
15};
wstring CommandLine
Definition: CTestInfo.h:11
string Log
Definition: CTestInfo.h:14
string Module
Definition: CTestInfo.h:12
string Test
Definition: CTestInfo.h:13
__crt_unique_heap_ptr< wchar_t > const wstring(_malloc_crt_t(wchar_t, maxsize))