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 | threshold_fixture |
struct | threshold_fixture::mock_space_provider |
Macros | |
#define | BOOST_TEST_MODULE threshold |
#define BOOST_TEST_MODULE threshold |
Definition at line 1 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | above_threshold_1000_byte | , |
threshold_fixture | ) |
Definition at line 106 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | above_threshold_1_byte | , |
threshold_fixture | ) |
Definition at line 98 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | below_threshold_1_byte | , |
threshold_fixture | ) |
Definition at line 130 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | below_threshold_500_byte | , |
threshold_fixture | ) |
Definition at line 138 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | both_file_systems_over_threshold | , |
threshold_fixture | ) |
Definition at line 176 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | equal_to_threshold | , |
threshold_fixture | ) |
Definition at line 90 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | first_file_system_over_threshold | , |
threshold_fixture | ) |
Definition at line 146 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | get_space_failure_in_middle | , |
threshold_fixture | ) |
Definition at line 258 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | no_file_system_over_threshold | , |
threshold_fixture | ) |
Definition at line 166 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | none_of_three_over_threshold | , |
threshold_fixture | ) |
Definition at line 210 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | none_of_three_over_threshold_dup | , |
threshold_fixture | ) |
Definition at line 222 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | not_yet_warning | , |
threshold_fixture | ) |
Definition at line 122 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | one_of_three_over_threshold | , |
threshold_fixture | ) |
Definition at line 186 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | one_of_three_over_threshold_dup | , |
threshold_fixture | ) |
Definition at line 198 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | second_file_system_over_threshold | , |
threshold_fixture | ) |
Definition at line 156 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | warning_threshold_equal_to_threshold | , |
threshold_fixture | ) |
Definition at line 234 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | warning_threshold_greater_than_threshold | , |
threshold_fixture | ) |
Definition at line 242 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | warning_threshold_less_than_threshold | , |
threshold_fixture | ) |
Definition at line 250 of file test_threshold.cpp.
BOOST_FIXTURE_TEST_CASE | ( | within_warning | , |
threshold_fixture | ) |
Definition at line 114 of file test_threshold.cpp.