versadac  1
versadac - Scalable Recorder Firmware
jsonSingleton.h
1 #ifndef JSON_TESTSUITE_JSON_GLOBALS__JSON_SINGLETON_H
2 #define JSON_TESTSUITE_JSON_GLOBALS__JSON_SINGLETON_H
3 
4 #include "../BaseTest.h"
5 
7 public:
8  testJSONGlobals__jsonSingleton(const std::string & name) : BaseTest(name){}
9  void testValue(void);
10  void testNoValue(void);
11 };
12 
13 #endif
Definition: jsonSingleton.h:6
Definition: BaseTest.h:9