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