add Chapter17
This commit is contained in:
23
Chapter17/fsm/libs/etl/test/UnitTest++/AssertException.h
Normal file
23
Chapter17/fsm/libs/etl/test/UnitTest++/AssertException.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef UNITTEST_ASSERTEXCEPTION_H
|
||||
#define UNITTEST_ASSERTEXCEPTION_H
|
||||
|
||||
#include "Config.h"
|
||||
#ifndef UNITTEST_NO_EXCEPTIONS
|
||||
|
||||
#include "HelperMacros.h"
|
||||
#include <exception>
|
||||
|
||||
namespace UnitTest {
|
||||
|
||||
class UNITTEST_LINKAGE AssertException : public std::exception
|
||||
{
|
||||
public:
|
||||
AssertException();
|
||||
virtual ~AssertException() throw();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user