OTest2
A C++ testing framework
|
Go to the documentation of this file.
20 #ifndef OTest2__INCLUDE_OTEST2_DFLTENVIRONMENT_H_
21 #define OTest2__INCLUDE_OTEST2_DFLTENVIRONMENT_H_
53 const std::string& testname_);
void addReporter(Reporter *reporter_)
Append a test reporter.
Runner & getRunner()
Get constructed runner.
void setExceptionCatcher(ExcCatcher *catcher_)
Set exception catcher.
An object keeping user data passed from user's custom main function.
DfltEnvironment(const DfltEnvironment &)=delete
UserData & getUserData() noexcept
Access the container of user data.
Generic exception catcher interface.
Default test environment.
DfltEnvironment & operator=(const DfltEnvironment &)=delete