MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
P1Atom_Test.h
1 #ifndef P1ATOM_TEST_H /* -*- C++ -*- */
2 #define P1ATOM_TEST_H
3 
4 #include "Test_Common.h"
5 
6 namespace MFM {
7 
9 {
10 public:
11  static void Test_p1atomState();
12 
13  static void Test_p1atomLBCount();
14 
15  static void Test_p1atomSBCount();
16 
17  static void Test_p1atomReadBody();
18 
19  static void Test_p1atomAddLB();
20 
21  static void Test_p1atomAddSB();
22 
23  static void Test_p1atomFillSB();
24 
25  static void Test_p1atomFillLB();
26 
27  static void Test_p1atomRemoveLB();
28 
29  static void Test_p1atomRemoveSB();
30 };
31 } /* namespace MFM */
32 #endif /*P1ATOM_TEST_H*/
Definition: P1Atom_Test.h:8