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