ReactOS
0.4.15-dev-4927-gfe8f806
CTestException.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: Simple exception during test execution that can be skipped over
5
* COPYRIGHT: Copyright 2015 Thomas Faber (thomas.faber@reactos.org)
6
*/
7
8
class
CTestException
:
public
CSimpleException
9
{
10
public
:
11
CTestException
(
const
string
&
Message
) :
CSimpleException
(
Message
) { }
12
};
CTestException::CTestException
CTestException(const string &Message)
Definition:
CTestException.h:11
CSimpleException
Definition:
CSimpleException.h:8
Message
CHAR Message[80]
Definition:
alive.c:5
CTestException
Definition:
CTestException.h:8
modules
rostests
rosautotest
CTestException.h
Generated on Tue Aug 16 2022 06:07:01 for ReactOS by
1.8.15