versadac  1
versadac - Scalable Recorder Firmware
json_encode64.h
1 #ifndef JSON_TESTSUITE_JSON_BASE64__JSON_ENCODE64_H
2 #define JSON_TESTSUITE_JSON_BASE64__JSON_ENCODE64_H
3 
4 #include "../BaseTest.h"
5 
7 public:
8  testJSON_Base64__json_encode64(const std::string & name) : BaseTest(name){}
9  void testReverseEachOther(void);
10  void testAllChars(void);
11 };
12 
13 #endif
Definition: BaseTest.h:9
void testAllChars(void)
Definition: json_encode64.cpp:31
void testReverseEachOther(void)
Definition: json_encode64.cpp:7
Definition: json_encode64.h:6