ReactOS
0.4.16-dev-257-g6aa11ac
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
};
CSimpleException
Definition:
CSimpleException.h:9
CTestException
Definition:
CTestException.h:9
CTestException::CTestException
CTestException(const string &Message)
Definition:
CTestException.h:11
Message
static const WCHAR Message[]
Definition:
register.c:74
modules
rostests
rosautotest
CTestException.h
Generated on Tue Nov 12 2024 06:08:30 for ReactOS by
1.9.6