The Class Functions Index
The class member functions used by this project are:
- a -
- abort(): micro_os_plus::micro_test_plus::test_runner::abort(void)
- and_(): micro_os_plus::micro_test_plus::detail::and_::and_(const Lhs_T &lhs={}, const Rhs_T &rhs={})
- b -
- begin_test_case(): micro_os_plus::micro_test_plus::test_reporter::begin_test_case(const char *name)
- begin_test_case(): micro_os_plus::micro_test_plus::test_suite_base::begin_test_case(const char *name)
- begin_test_suite(): micro_os_plus::micro_test_plus::test_reporter::begin_test_suite(const char *name)
- begin_test_suite(): micro_os_plus::micro_test_plus::test_suite_base::begin_test_suite(void)
- c -
- color(): micro_os_plus::micro_test_plus::test_reporter::color(const bool cond)
- current(): micro_os_plus::micro_test_plus::reflection::source_location::current(const char *file="unknown", unsigned int line={}) noexcept
- d -
- deferred_reporter_base(): micro_os_plus::micro_test_plus::detail::deferred_reporter_base::deferred_reporter_base(bool value, const reflection::source_location location)
- deferred_reporter(): micro_os_plus::micro_test_plus::detail::deferred_reporter::deferred_reporter(const Expr_T &expr, bool abort, const reflection::source_location &location)
- e -
- end_test_case(): micro_os_plus::micro_test_plus::test_reporter::end_test_case(const char *name)
- end_test_case(): micro_os_plus::micro_test_plus::test_suite_base::end_test_case(void)
- end_test_suite(): micro_os_plus::micro_test_plus::test_reporter::end_test_suite(test_suite_base &suite)
- end_test_suite(): micro_os_plus::micro_test_plus::test_suite_base::end_test_suite(void)
- endline(): micro_os_plus::micro_test_plus::test_reporter::endline(void)
- eq_(): micro_os_plus::micro_test_plus::detail::eq_::eq_(const Lhs_T &lhs={}, const Rhs_T &rhs={})
- exit_code(): micro_os_plus::micro_test_plus::test_runner::exit_code(void)
- f -
- fail(): micro_os_plus::micro_test_plus::test_reporter::fail(Expr_T &expr, bool abort, std::string &message, const reflection::source_location &location)
- failed_checks(): micro_os_plus::micro_test_plus::test_suite_base::failed_checks(void)
- file_name(): micro_os_plus::micro_test_plus::reflection::source_location::file_name(void) const noexcept
- flush(): micro_os_plus::micro_test_plus::test_reporter::flush(void)
- g -
- ge_(): micro_os_plus::micro_test_plus::detail::ge_::ge_(const Lhs_T &lhs={}, const Rhs_T &rhs={})
- genuine_integral_value(): micro_os_plus::micro_test_plus::type_traits::genuine_integral_value::genuine_integral_value(const T &_value)
- get(): micro_os_plus::micro_test_plus::type_traits::floating_point_constant::get() const
- get(): micro_os_plus::micro_test_plus::type_traits::genuine_integral_value::get() const
- get(): micro_os_plus::micro_test_plus::type_traits::integral_constant::get(void) const
- get(): micro_os_plus::micro_test_plus::type_traits::value::get(void) const
- get(): micro_os_plus::micro_test_plus::type_traits::value< T, type_traits::requires_t< type_traits::is_floating_point_v< T > > >::get(void) const
- gt_(): micro_os_plus::micro_test_plus::detail::gt_::gt_(const Lhs_T &lhs={}, const Rhs_T &rhs={})
- i -
- increment_failed(): micro_os_plus::micro_test_plus::test_suite_base::increment_failed(void)
- increment_successful(): micro_os_plus::micro_test_plus::test_suite_base::increment_successful(void)
- initialize(): micro_os_plus::micro_test_plus::test_runner::initialize(int argc, char *argv[], const char *name)
- l -
- le_(): micro_os_plus::micro_test_plus::detail::le_::le_(const Lhs_T &lhs={}, const Rhs_T &rhs={})
- lhs(): micro_os_plus::micro_test_plus::detail::and_::lhs(void) const
- lhs(): micro_os_plus::micro_test_plus::detail::eq_::lhs(void) const
- lhs(): micro_os_plus::micro_test_plus::detail::ge_::lhs(void) const
- lhs(): micro_os_plus::micro_test_plus::detail::gt_::lhs(void) const
- lhs(): micro_os_plus::micro_test_plus::detail::le_::lhs(void) const
- lhs(): micro_os_plus::micro_test_plus::detail::lt_::lhs(void) const
- lhs(): micro_os_plus::micro_test_plus::detail::ne_::lhs(void) const
- lhs(): micro_os_plus::micro_test_plus::detail::or_::lhs(void) const
- line(): micro_os_plus::micro_test_plus::reflection::source_location::line(void) const noexcept
- lt_(): micro_os_plus::micro_test_plus::detail::lt_::lt_(const Lhs_T &lhs={}, const Rhs_T &rhs={})
- n -
- name(): micro_os_plus::micro_test_plus::test_runner::name(void)
- name(): micro_os_plus::micro_test_plus::test_suite_base::name(void)
- ne_(): micro_os_plus::micro_test_plus::detail::ne_::ne_(const Lhs_T &lhs={}, const Rhs_T &rhs={})
- not_(): micro_os_plus::micro_test_plus::detail::not_::not_(const T &t={})
- nothrow_(): micro_os_plus::micro_test_plus::detail::nothrow_::nothrow_(const Callable_T &func)
- o -
- operator bool(): micro_os_plus::micro_test_plus::detail::and_::operator bool() const
- operator bool(): micro_os_plus::micro_test_plus::detail::eq_::operator bool() const
- operator bool(): micro_os_plus::micro_test_plus::detail::ge_::operator bool() const
- operator bool(): micro_os_plus::micro_test_plus::detail::gt_::operator bool() const
- operator bool(): micro_os_plus::micro_test_plus::detail::le_::operator bool() const
- operator bool(): micro_os_plus::micro_test_plus::detail::lt_::operator bool() const
- operator bool(): micro_os_plus::micro_test_plus::detail::ne_::operator bool() const
- operator bool(): micro_os_plus::micro_test_plus::detail::not_::operator bool() const
- operator bool(): micro_os_plus::micro_test_plus::detail::nothrow_::operator bool() const
- operator bool(): micro_os_plus::micro_test_plus::detail::or_::operator bool() const
- operator bool(): micro_os_plus::micro_test_plus::detail::throws_::operator bool() const
- operator bool(): micro_os_plus::micro_test_plus::detail::throws_< Callable_T, void >::operator bool() const
- operator T(): micro_os_plus::micro_test_plus::type_traits::genuine_integral_value::operator T() const
- operator T(): micro_os_plus::micro_test_plus::type_traits::value::operator T() const
- operator T(): micro_os_plus::micro_test_plus::type_traits::value< T, type_traits::requires_t< type_traits::is_floating_point_v< T > > >::operator T() const
- operator value_type(): micro_os_plus::micro_test_plus::type_traits::floating_point_constant::operator value_type() const
- operator value_type(): micro_os_plus::micro_test_plus::type_traits::integral_constant::operator value_type(void) const
- operator-(): micro_os_plus::micro_test_plus::type_traits::floating_point_constant::operator-() const
- operator-(): micro_os_plus::micro_test_plus::type_traits::integral_constant::operator-() const
- operator<<(): micro_os_plus::micro_test_plus::detail::deferred_reporter_base::operator<<(const T &msg)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(bool v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(char *s)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(char c)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const char *s)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::and_< Lhs_T, Rhs_T > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::eq_< Lhs_T, Rhs_T > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::ge_< Lhs_T, Rhs_T > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::gt_< Lhs_T, Rhs_T > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::le_< Rhs_T, Lhs_T > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::lt_< Rhs_T, Lhs_T > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::ne_< Lhs_T, Rhs_T > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::not_< T > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::nothrow_< Expr_T > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::or_< Lhs_T, Rhs_T > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::throws_< Expr_T, Exception_T > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const detail::throws_< Expr_T, void > &op)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const T &t)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(const type_traits::genuine_integral_value< T > &v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(double v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(float v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(long double v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(signed char c)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(signed int v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(signed long long v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(signed long v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(signed short v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(std::nullptr_t)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(std::string_view sv)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(T *v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(T &&t)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(test_reporter &(*func)(test_reporter &))
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(unsigned char c)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(unsigned int v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(unsigned long long v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(unsigned long v)
- operator<<(): micro_os_plus::micro_test_plus::test_reporter::operator<<(unsigned short v)
- operator=(): micro_os_plus::micro_test_plus::test_runner::operator=(const test_runner &)=delete
- operator=(): micro_os_plus::micro_test_plus::test_runner::operator=(test_runner &&)=delete
- operator=(): micro_os_plus::micro_test_plus::test_suite_base::operator=(const test_suite_base &)=delete
- operator=(): micro_os_plus::micro_test_plus::test_suite_base::operator=(test_suite_base &&)=delete
- operator=(): micro_os_plus::micro_test_plus::test_suite::operator=(const test_suite &)=delete
- operator=(): micro_os_plus::micro_test_plus::test_suite::operator=(test_suite &&)=delete
- or_(): micro_os_plus::micro_test_plus::detail::or_::or_(const Lhs_T &lhs={}, const Rhs_T &rhs={})
- output_fail_prefix_(): micro_os_plus::micro_test_plus::test_reporter::output_fail_prefix_(std::string &message, const reflection::source_location &location)
- output_fail_suffix_(): micro_os_plus::micro_test_plus::test_reporter::output_fail_suffix_(bool abort)
- output_pass_prefix_(): micro_os_plus::micro_test_plus::test_reporter::output_pass_prefix_(std::string &message)
- output_pass_suffix_(): micro_os_plus::micro_test_plus::test_reporter::output_pass_suffix_(void)
- output(): micro_os_plus::micro_test_plus::test_reporter::output(void)
- p -
- r -
- register_test_suite(): micro_os_plus::micro_test_plus::test_runner::register_test_suite(test_suite_base *suite)
- rhs(): micro_os_plus::micro_test_plus::detail::and_::rhs(void) const
- rhs(): micro_os_plus::micro_test_plus::detail::eq_::rhs(void) const
- rhs(): micro_os_plus::micro_test_plus::detail::ge_::rhs(void) const
- rhs(): micro_os_plus::micro_test_plus::detail::gt_::rhs(void) const
- rhs(): micro_os_plus::micro_test_plus::detail::le_::rhs(void) const
- rhs(): micro_os_plus::micro_test_plus::detail::lt_::rhs(void) const
- rhs(): micro_os_plus::micro_test_plus::detail::ne_::rhs(void) const
- rhs(): micro_os_plus::micro_test_plus::detail::or_::rhs(void) const
- run(): micro_os_plus::micro_test_plus::test_suite_base::run(void)
- run(): micro_os_plus::micro_test_plus::test_suite::run(void) override
- s -
- successful_checks(): micro_os_plus::micro_test_plus::test_suite_base::successful_checks(void)
- t -
- test_cases(): micro_os_plus::micro_test_plus::test_suite_base::test_cases(void)
- test_reporter(): micro_os_plus::micro_test_plus::test_reporter::test_reporter()=default
- test_runner(): micro_os_plus::micro_test_plus::test_runner::test_runner()
- test_runner(): micro_os_plus::micro_test_plus::test_runner::test_runner(const test_runner &)=delete
- test_runner(): micro_os_plus::micro_test_plus::test_runner::test_runner(test_runner &&)=delete
- test_suite_base(): micro_os_plus::micro_test_plus::test_suite_base::test_suite_base(const char *name)
- test_suite_base(): micro_os_plus::micro_test_plus::test_suite_base::test_suite_base(const test_suite_base &)=delete
- test_suite_base(): micro_os_plus::micro_test_plus::test_suite_base::test_suite_base(test_suite_base &&)=delete
- test_suite(): micro_os_plus::micro_test_plus::test_suite::test_suite(const char *name, Callable_T &&callable, Args_T &&... arguments)
- test_suite(): micro_os_plus::micro_test_plus::test_suite::test_suite(const test_suite &)=delete
- test_suite(): micro_os_plus::micro_test_plus::test_suite::test_suite(test_suite &&)=delete
- throws_(): micro_os_plus::micro_test_plus::detail::throws_::throws_(const Callable_T &func)
- throws_(): micro_os_plus::micro_test_plus::detail::throws_< Callable_T, void >::throws_(const Callable_T &func)
- u -
- v -
- value(): micro_os_plus::micro_test_plus::detail::deferred_reporter_base::value() const
- value(): micro_os_plus::micro_test_plus::detail::not_::value() const
- value(): micro_os_plus::micro_test_plus::type_traits::value::value(const T &_value)
- value(): micro_os_plus::micro_test_plus::type_traits::value< T, type_traits::requires_t< type_traits::is_floating_point_v< T > > >::value(const T &_value, const T precision)
- value(): micro_os_plus::micro_test_plus::type_traits::value< T, type_traits::requires_t< type_traits::is_floating_point_v< T > > >::value(const T &val)
- w -
- was_successful(): micro_os_plus::micro_test_plus::test_suite_base::was_successful(void)
- ~ -
- ~deferred_reporter_base(): micro_os_plus::micro_test_plus::detail::deferred_reporter_base::~deferred_reporter_base()
- ~deferred_reporter(): micro_os_plus::micro_test_plus::detail::deferred_reporter::~deferred_reporter()
- ~test_runner(): micro_os_plus::micro_test_plus::test_runner::~test_runner()=default
- ~test_suite_base(): micro_os_plus::micro_test_plus::test_suite_base::~test_suite_base()
- ~test_suite(): micro_os_plus::micro_test_plus::test_suite::~test_suite() override
Generated via docusaurus-plugin-doxygen by Doxygen 1.14.0.