ReactOS 0.4.15-dev-7953-g1f49173
CVirtualTestList.cpp
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 virtual test list for the tests to be ran
5 * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org)
6 */
7
8#include "precomp.h"
9
18{
19}
20
30{
31 return m_Test->GetNextTestInfo();
32}
CTest * m_Test
Definition: CTestList.h:11
Definition: CTest.h:9
virtual CTestInfo * GetNextTestInfo()=0
CTestInfo * GetNextTestInfo()
CVirtualTestList(CTest *Test)