ifw-core 6.0.0
Loading...
Searching...
No Matches
Functions
testConversion.cpp File Reference
#include <iostream>
#include <gtest/gtest.h>
#include <ifw/core/utils/conversion/conversion.hpp>
#include "testConversionData.cpp"

Functions

 TEST (NbToStr, Normal)
 Unit test of ifw::core::utils::conversion.
 
 TEST (DblToString, Normal)
 
 TEST (BoolToString, Normal)
 
 TEST (Convert, Normal)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

◆ TEST() [1/4]

TEST ( BoolToString ,
Normal  )

◆ TEST() [2/4]

TEST ( Convert ,
Normal  )

◆ TEST() [3/4]

TEST ( DblToString ,
Normal  )

◆ TEST() [4/4]

TEST ( NbToStr ,
Normal  )

Unit test of ifw::core::utils::conversion.