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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (base_validator)
 
 BOOST_AUTO_TEST_CASE (disabled_validator)
 
 BOOST_AUTO_TEST_CASE (enabled_validator)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( base_validator  )
Test:
Verify that the trivial validators work as expected.

Definition at line 8 of file ut_char_list_validator.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( disabled_validator  )
Test:
Verify that the disabled validator works as expected.

Definition at line 19 of file ut_char_list_validator.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( enabled_validator  )
Test:
Verify that the enabled validator works as expected.

Definition at line 30 of file ut_char_list_validator.cpp.