G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
CurrentTest.h
1#ifndef UNITTEST_CURRENTTESTRESULTS_H
2#define UNITTEST_CURRENTTESTRESULTS_H
3
4#include "HelperMacros.h"
5
6namespace UnitTest {
7
8class TestResults;
9class TestDetails;
10
11namespace CurrentTest
12{
13 UNITTEST_LINKAGE TestResults*& Results();
14 UNITTEST_LINKAGE const TestDetails*& Details();
15}
16
17}
18
19#endif