versadac
1
versadac - Scalable Recorder Firmware
Main Page
Classes
Files
File List
File Members
core
libjson
_internal
TestSuite2
NumberToString
_itoa.h
1
#ifndef JSON_TESTSUITE_NUMBER_TO_STRING__ITOA_H
2
#define JSON_TESTSUITE_NUMBER_TO_STRING__ITOA_H
3
4
#include "../BaseTest.h"
5
6
class
testNumberToString__itoa
:
public
BaseTest
{
7
public
:
8
testNumberToString__itoa
(
const
std::string & name) :
BaseTest
(name){}
9
void
testChar
(
void
);
10
void
testShort
(
void
);
11
void
testInt
(
void
);
12
void
testLong
(
void
);
13
void
testLongLong
(
void
);
14
};
15
16
#endif
testNumberToString__itoa
Definition:
_itoa.h:6
testNumberToString__itoa::testInt
void testInt(void)
Definition:
_itoa.cpp:42
testNumberToString__itoa::testChar
void testChar(void)
Definition:
_itoa.cpp:8
testNumberToString__itoa::testLongLong
void testLongLong(void)
Definition:
_itoa.cpp:87
BaseTest
Definition:
BaseTest.h:9
testNumberToString__itoa::testLong
void testLong(void)
Definition:
_itoa.cpp:62
testNumberToString__itoa::testShort
void testShort(void)
Definition:
_itoa.cpp:24
Generated on Wed Aug 19 2020 10:33:42 for versadac by
1.8.9.1