JayBeams  0.1
Another project to have fun coding.
Functions
ut_config_object_vector.cpp File Reference
#include <jb/config_files_location.hpp>
#include <jb/config_object.hpp>
#include <boost/test/unit_test.hpp>
#include <cstdlib>
#include <fstream>
#include <string>
#include <vector>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (config_object_vector)
 
 BOOST_AUTO_TEST_CASE (config_object_vector_longer)
 
 BOOST_AUTO_TEST_CASE (config_object_vector_by_class)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( config_object_vector  )
Test:
Verify we can merge configurations with vectors.

Definition at line 75 of file ut_config_object_vector.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( config_object_vector_longer  )
Test:
Verify we can merge configurations with larger sequences.

Definition at line 104 of file ut_config_object_vector.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( config_object_vector_by_class  )
Test:
Verify we can merge configurations with vectors by class.

Definition at line 134 of file ut_config_object_vector.cpp.