JayBeams
0.1
Another project to have fun coding.
|
#include <jb/convert_cpu_set.hpp>
#include <jb/cpu_set.hpp>
#include <boost/test/unit_test.hpp>
#include <sstream>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (cpu_set_basic) | |
BOOST_AUTO_TEST_CASE (cpu_set_ostream) | |
BOOST_AUTO_TEST_CASE (cpu_set_istream) | |
BOOST_AUTO_TEST_CASE (cpu_set_clear) | |
BOOST_AUTO_TEST_CASE (cpu_set_parse_invalid) | |
BOOST_AUTO_TEST_CASE (cpu_set_yaml_convert) | |
BOOST_AUTO_TEST_CASE | ( | cpu_set_basic | ) |
Definition at line 11 of file ut_cpu_set.cpp.
References jb::cpu_set::capacity(), jb::cpu_set::count(), jb::cpu_set::set(), and jb::cpu_set::status().
BOOST_AUTO_TEST_CASE | ( | cpu_set_ostream | ) |
Definition at line 99 of file ut_cpu_set.cpp.
References jb::cpu_set::set().
BOOST_AUTO_TEST_CASE | ( | cpu_set_istream | ) |
Definition at line 149 of file ut_cpu_set.cpp.
BOOST_AUTO_TEST_CASE | ( | cpu_set_clear | ) |
Definition at line 206 of file ut_cpu_set.cpp.
References jb::cpu_set::clear(), jb::cpu_set::count(), jb::cpu_set::set(), and jb::cpu_set::status().
BOOST_AUTO_TEST_CASE | ( | cpu_set_parse_invalid | ) |
Definition at line 222 of file ut_cpu_set.cpp.
References jb::cpu_set::parse().
BOOST_AUTO_TEST_CASE | ( | cpu_set_yaml_convert | ) |
Definition at line 236 of file ut_cpu_set.cpp.
References YAML::convert< jb::cpu_set >::decode(), YAML::convert< jb::cpu_set >::encode(), and jb::cpu_set::parse().