Wire Sysio Wire Sysion 1.0.0
|
#include <boost/test/included/unit_test.hpp>
#include <fc/variant_object.hpp>
#include <sysio/resource_monitor_plugin/file_space_handler.hpp>
Go to the source code of this file.
Classes | |
struct | add_file_system_fixture |
struct | add_file_system_fixture::mock_space_provider |
Macros | |
#define | BOOST_TEST_MODULE add_file_system |
Functions | |
BOOST_FIXTURE_TEST_CASE (get_stat_failure, add_file_system_fixture) | |
BOOST_FIXTURE_TEST_CASE (get_space_failure, add_file_system_fixture) | |
BOOST_FIXTURE_TEST_CASE (different_file_systems, add_file_system_fixture) | |
BOOST_FIXTURE_TEST_CASE (same_file_system, add_file_system_fixture) | |
BOOST_FIXTURE_TEST_CASE (mixed_file_systems, add_file_system_fixture) | |
#define BOOST_TEST_MODULE add_file_system |
Definition at line 1 of file test_add_file_system.cpp.
BOOST_FIXTURE_TEST_CASE | ( | different_file_systems | , |
add_file_system_fixture | ) |
Definition at line 108 of file test_add_file_system.cpp.
BOOST_FIXTURE_TEST_CASE | ( | get_space_failure | , |
add_file_system_fixture | ) |
Definition at line 92 of file test_add_file_system.cpp.
BOOST_FIXTURE_TEST_CASE | ( | get_stat_failure | , |
add_file_system_fixture | ) |
Definition at line 83 of file test_add_file_system.cpp.
BOOST_FIXTURE_TEST_CASE | ( | mixed_file_systems | , |
add_file_system_fixture | ) |
Definition at line 128 of file test_add_file_system.cpp.
BOOST_FIXTURE_TEST_CASE | ( | same_file_system | , |
add_file_system_fixture | ) |
Definition at line 118 of file test_add_file_system.cpp.