This is the complete list of members for o2scl::test_mgr, including all inherited members.
get_last_fail() const | o2scl::test_mgr | inline |
get_last_fail() | o2scl::test_mgr | inline |
get_ntests() const | o2scl::test_mgr | inline |
get_output_level() const | o2scl::test_mgr | inline |
get_success() const | o2scl::test_mgr | inline |
last_fail | o2scl::test_mgr | protected |
ntests | o2scl::test_mgr | protected |
operator+(const test_mgr &left, const test_mgr &right) | o2scl::test_mgr | friend |
output_level | o2scl::test_mgr | protected |
process_test(bool ret, std::string d2, std::string description) | o2scl::test_mgr | protected |
report() const | o2scl::test_mgr | |
set_output_level(int l) | o2scl::test_mgr | inline |
success | o2scl::test_mgr | protected |
test_abs(data_t result, data_t expected, data_t abs_error, std::string description) | o2scl::test_mgr | inline |
test_abs_mat(int nr, int nc, const mat_t &result, const mat2_t &expected, data_t abs_error, std::string description) | o2scl::test_mgr | inline |
test_abs_vec(int nv, const vec_t &result, const vec2_t &expected, data_t abs_error, std::string description) | o2scl::test_mgr | inline |
test_fact(data_t result, data_t expected, data_t factor, std::string description) | o2scl::test_mgr | inline |
test_fact_vec(int nv, const vec_t &result, const vec2_t &expected, data_t factor, std::string description) | o2scl::test_mgr | inline |
test_gen(bool value, std::string description) | o2scl::test_mgr | |
test_gen_vec(int nv, const vec_t &result, const vec_t &expected, std::string description) | o2scl::test_mgr | inline |
test_mgr(bool success_l=true, std::string last_fail_l="", int ntests_l=0, int output_level_l=1) | o2scl::test_mgr | inline |
test_rel(data_t result, data_t expected, data_t rel_error, std::string description) | o2scl::test_mgr | inline |
test_rel_mat(int nr, int nc, const mat_t &result, const mat2_t &expected, data_t rel_error, std::string description) | o2scl::test_mgr | inline |
test_rel_nonzero_mat(int nr, int nc, const mat_t &result, const mat2_t &expected, data_t error, data_t zero_tol, std::string description) | o2scl::test_mgr | inline |
test_rel_nonzero_table(const table_units< vec_t > &result, const table_units< vec_t > &expected, data_t error, data_t zero_tol, std::string description) | o2scl::test_mgr | inline |
test_rel_vec(int nv, const vec_t &result, const vec2_t &expected, data_t rel_error, std::string description) | o2scl::test_mgr | inline |
test_str(std::string result, std::string expected, std::string description) | o2scl::test_mgr |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).