JayBeams  0.1
Another project to have fun coding.
Functions
ut_strtonum.cpp File Reference
#include <jb/strtonum.hpp>
#include <boost/test/unit_test.hpp>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (strtonum_int)
 
 BOOST_AUTO_TEST_CASE (strtonum_double)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( strtonum_int  )
Test:
Verify that strtonum<int> works as expected.

Definition at line 8 of file ut_strtonum.cpp.

References jb::strtonum().

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( strtonum_double  )
Test:
Verify that strtonum<double> works as expected.

Definition at line 38 of file ut_strtonum.cpp.

References jb::strtonum().