versadac  1
versadac - Scalable Recorder Firmware
Public Member Functions | List of all members
testNumberToString__itoa Class Reference

Public Member Functions

 testNumberToString__itoa (const std::string &name)
 
void testChar (void)
 
void testShort (void)
 
void testInt (void)
 
void testLong (void)
 
void testLongLong (void)
 
- Public Member Functions inherited from BaseTest
 BaseTest (const std::string &name)
 
virtual void setUp (const std::string &methodName)
 
virtual void tearDown (void)
 

Additional Inherited Members

- Protected Attributes inherited from BaseTest
const std::string _name
 
libjson_CodeCoverage * coverage
 

Member Function Documentation

void testNumberToString__itoa::testChar ( void  )

Test converting a char value into a string

void testNumberToString__itoa::testInt ( void  )

Test converting an int value into a string

void testNumberToString__itoa::testLong ( void  )

Test converting a long value into a string

void testNumberToString__itoa::testLongLong ( void  )

Test converting a long long value into a string

void testNumberToString__itoa::testShort ( void  )

Test converting a short value into a string


The documentation for this class was generated from the following files: