xmscore  1.0
XmError.t.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef CXX_TEST
3 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 
10 // 3. Standard Library Headers
11 
12 // 4. External Library Headers
13 #include <cxxtest/TestSuite.h>
14 
15 // 5. Shared Headers
16 
17 // 6. Non-shared Headers
18 
19 class XmErrorUnitTests : public CxxTest::TestSuite
20 {
21 public:
22  void test1();
23  void test_XM_ASSERT();
24 };
25 #endif
void test_XM_ASSERT()
Tests for XM_ASSERT.
Definition: XmError.cpp:335
Unit tests for XmError.
Definition: XmError.t.h:19
void test1()
Tests for XmError.
Definition: XmError.cpp:285