Classes | |
| class | xml_reporter |
| class | statistics |
| class | test_reporter |
| Base class for reporters. More... | |
| class | test_failure |
| struct | failure_info |
| class | simple_reporter |
| class | concise_reporter |
| class | range_generator |
| class | array_generator |
Typedefs | |
| typedef std::vector < string > | string_vector |
| typedef std::ostream | stream_class |
| typedef concise_reporter | default_reporter |
Functions | |
| template<class T> | |
| string | object_to_string (T const &object) |
| string | object_to_string (std::type_info const &object) |
| string | object_to_string (char const *const object) |
| string | object_to_string (string const &object) |
| test_holder & | tests () |
| template<class T> | |
| bool | operator== (statistics const &x, T const &) |
| template<class T> | |
| bool | operator!= (statistics const &x, T const &) |
| template<class T> | |
| bool | operator== (T const &, statistics const &x) |
| template<class T> | |
| bool | operator!= (T const &, statistics const &x) |
Definition at line 374 of file testsoon.hpp.
| typedef std::ostream testsoon::stream_class |
Definition at line 50 of file testsoon.hpp.
| typedef std::vector<string> testsoon::string_vector |
Definition at line 49 of file testsoon.hpp.
| string testsoon::object_to_string | ( | string const & | object | ) |
Definition at line 67 of file testsoon.hpp.
| string testsoon::object_to_string | ( | char const *const | object | ) |
Definition at line 63 of file testsoon.hpp.
| string testsoon::object_to_string | ( | std::type_info const & | object | ) |
Definition at line 59 of file testsoon.hpp.
| string testsoon::object_to_string | ( | T const & | object | ) |
Definition at line 53 of file testsoon.hpp.
| bool testsoon::operator!= | ( | T const & | , | |
| statistics const & | x | |||
| ) |
Definition at line 125 of file testsoon.hpp.
References testsoon::statistics::do_not_compare_implicit_bool().
| bool testsoon::operator!= | ( | statistics const & | x, | |
| T const & | ||||
| ) |
Definition at line 119 of file testsoon.hpp.
References testsoon::statistics::do_not_compare_implicit_bool().
| bool testsoon::operator== | ( | T const & | , | |
| statistics const & | x | |||
| ) |
Definition at line 122 of file testsoon.hpp.
References testsoon::statistics::do_not_compare_implicit_bool().
| bool testsoon::operator== | ( | statistics const & | x, | |
| T const & | ||||
| ) |
Definition at line 116 of file testsoon.hpp.
References testsoon::statistics::do_not_compare_implicit_bool().
| test_holder& testsoon::tests | ( | ) |
1.5.3