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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (severity_level_simple)
 
 BOOST_AUTO_TEST_CASE (severity_level_errors)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( severity_level_simple  )
Test:
Verify that the severity_level functions work as expected.

Definition at line 8 of file ut_severity_level.cpp.

References jb::error, jb::get_name(), and jb::notice.

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( severity_level_errors  )
Test:
Verify that the severity_level functions detect errors.

Definition at line 24 of file ut_severity_level.cpp.

References jb::get_name().