MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PSym_Test.h
1 #ifndef PSYM_TEST_H /* -*- C++ -*- */
2 #define PSYM_TEST_H
3 
4 #include "PSym.h"
5 
6 namespace MFM {
7 
8  class PSym_Test
9  {
10  private:
11 
12  public:
13  static void Test_RunTests();
14 
15  static void Test_PSymMap();
16 
17  static void Test_PSymTemplates();
18 
19  };
20 } /* namespace MFM */
21 #endif /*PSYM_TEST_H*/
Definition: PSym_Test.h:8