OTest2
A C++ testing framework
OTest2::Reporter Member List

This is the complete list of members for OTest2::Reporter, including all inherited members.

enterAssert(const Context &context_, bool condition_, const std::string &file_, int lineno_)=0OTest2::Reporterpure virtual
enterCase(const Context &context_, const std::string &name_, const Parameters &params_)=0OTest2::Reporterpure virtual
enterError(const Context &context_)=0OTest2::Reporterpure virtual
enterState(const Context &context_, const std::string &name_)=0OTest2::Reporterpure virtual
enterSuite(const Context &context_, const std::string &name_, const Parameters &params_)=0OTest2::Reporterpure virtual
enterTest(const Context &context_, const std::string &name_, const Parameters &params_)=0OTest2::Reporterpure virtual
leaveCase(const Context &context_, const std::string &name_, const Parameters &params_, bool result_)=0OTest2::Reporterpure virtual
leaveState(const Context &context_, const std::string &name_, bool result_)=0OTest2::Reporterpure virtual
leaveSuite(const Context &context_, const std::string &name_, const Parameters &params_, bool result_)=0OTest2::Reporterpure virtual
leaveTest(const Context &context_, const std::string &name_, const Parameters &params_, bool result_)=0OTest2::Reporterpure virtual
operator=(const Reporter &)=deleteOTest2::Reporter
Reporter(const Reporter &)=deleteOTest2::Reporter
Reporter()OTest2::Reporter
~Reporter()OTest2::Reportervirtual