versadac  1
versadac - Scalable Recorder Firmware
_atof.h
1 #ifndef JSON_TESTSUITE_NUMBER_TO_STRING__ATOF_H
2 #define JSON_TESTSUITE_NUMBER_TO_STRING__ATOF_H
3 
4 #include "../BaseTest.h"
5 
7 public:
8  testNumberToString__atof(const std::string & name);
9  virtual ~testNumberToString__atof();
10  void testPositive(void);
11  void testNegative(void);
16  void testStrict(void);
17  void testNotNumbers(void);
18 };
19 
20 #endif
void testPositive_SignedScientificNotation(void)
Definition: _atof.cpp:99
void testPositive_ScientificNotation(void)
Definition: _atof.cpp:55
void testNegative_SignedScientificNotation(void)
Definition: _atof.cpp:127
void testNegative(void)
Definition: _atof.cpp:38
Definition: BaseTest.h:9
void testNegative_ScientificNotation(void)
Definition: _atof.cpp:78
Definition: _atof.h:6
void testPositive(void)
Definition: _atof.cpp:20