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