Sign in
android
/
platform
/
external
/
Microsoft-unittest-cpp
/
edf1e370ef62b2b4100cd75f677b07a37e29b66f
/
.
/
UnitTest++
/
ReportAssert.h
blob: 0b5d6dde6c1ae32b44b7fcba3c25b6adf55d4242 [
file
] [
log
] [
blame
]
#ifndef
UNITTEST_ASSERT_H
#define
UNITTEST_ASSERT_H
#include
"HelperMacros.h"
namespace
UnitTest
{
UNITTEST_LINKAGE
void
ReportAssert
(
char
const
*
description
,
char
const
*
filename
,
int
lineNumber
);
}
#endif