G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
ReportAssert.h
1#ifndef UNITTEST_ASSERT_H
2#define UNITTEST_ASSERT_H
3
4#include "HelperMacros.h"
5
6namespace UnitTest {
7
8UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber);
9
10}
11
12#endif