|
OTest2
A C++ testing framework
|
#include <repeatermulti.h>


Public Types | |
| typedef CasePtr(Suite_::* | FactoryMethod) (const Context &, std::shared_ptr< Repeater_ > &) |
Public Member Functions | |
| CaseRepeaterMulti (const CaseRepeaterMulti &)=delete | |
| CaseRepeaterMulti & | operator= (const CaseRepeaterMulti &)=delete |
| CaseRepeaterMulti (Suite_ *suite_, FactoryMethod factory_method_) | |
| virtual | ~CaseRepeaterMulti ()=default |
| virtual bool | isNextRun (const Context &context_) const override |
| virtual std::string | transformName (const Context &context_, const std::string &case_name_) const override |
| virtual CasePtr | createCase (const Context &context_, const std::string &case_name_) override |
Definition at line 83 of file repeatermulti.h.
| typedef CasePtr(Suite_::* OTest2::CaseRepeaterMulti< Suite_, Case_, Repeater_ >::FactoryMethod) (const Context &, std::shared_ptr< Repeater_ > &) |
Definition at line 85 of file repeatermulti.h.
|
delete |
|
inlineexplicit |
Definition at line 102 of file repeatermulti.h.
|
virtualdefault |
|
inlineoverridevirtual |
Definition at line 133 of file repeatermulti.h.
|
inlineoverridevirtual |
Definition at line 116 of file repeatermulti.h.
|
delete |
|
inlineoverridevirtual |
Definition at line 125 of file repeatermulti.h.
1.8.17