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