Sign in
android
/
platform
/
external
/
Microsoft-unittest-cpp
/
424918c2d57d6d2c8d37987225cbce0c851ec222
/
.
/
UnitTest++
/
AssertException.cpp
blob: 9a7d78f23a222635cef8fd01a0a6ea234b821ad6 [
file
] [
log
] [
blame
]
#include
"AssertException.h"
#ifndef
UNITTEST_NO_EXCEPTIONS
namespace
UnitTest
{
AssertException
::
AssertException
()
{
}
AssertException
::~
AssertException
()
throw
()
{
}
}
#endif