* The Shell.. for a long time we dreamed of having a compatible, properly working...
[reactos.git] / rostests / rosautotest / CVirtualTestList.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 virtual test list for the tests to be ran
5 * COPYRIGHT: Copyright 2009 Colin Finck <colin@reactos.org>
6 */
7
8 class CVirtualTestList : public CTestList
9 {
10 public:
11 CVirtualTestList(CTest* Test);
12
13 CTestInfo* GetNextTestInfo();
14 };