Forgetting to save really sucks. Sorry again for the wasted commit.
[reactos.git] / rostests / rosautotest / CTestInfo.h
1 /*
2 * PROJECT: ReactOS Automatic Testing Utility
3 * LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
4 * PURPOSE: Class implementing a bucket for Test information
5 * COPYRIGHT: Copyright 2009 Colin Finck <colin@reactos.org>
6 */
7
8 class CTestInfo
9 {
10 public:
11 wstring CommandLine;
12 string Module;
13 string Test;
14 string Log;
15 };