versadac  1
versadac - Scalable Recorder Firmware
JSON_ASSERT_SAFE.h
1 #ifndef JSON_TESTSUITE_JSON_DEBUG__JSON_ASSERT_SAFE_H
2 #define JSON_TESTSUITE_JSON_DEBUG__JSON_ASSERT_SAFE_H
3 
4 #include "../BaseTest.h"
5 
7 public:
8  testJSONDebug_JSON_ASSERT_SAFE(const std::string & name) : BaseTest(name){}
9  virtual void setUp(const std::string & methodName);
10  virtual void tearDown(void);
11  void testPass(void);
12  void testFail(void);
13 };
14 
15 #endif
void testPass(void)
Definition: JSON_ASSERT_SAFE.cpp:44
Definition: BaseTest.h:9
Definition: JSON_ASSERT_SAFE.h:6
void testFail(void)
Definition: JSON_ASSERT_SAFE.cpp:60