Implementation class of the regression assertions.
More...
#include <regressions.h>
Implementation class of the regression assertions.
Definition at line 34 of file regressions.h.
◆ RegressionAssertion()
◆ AssertContext() [1/2]
OTest2::AssertContext::AssertContext |
|
delete |
◆ AssertContext() [2/2]
OTest2::AssertContext::AssertContext |
|
explicit |
Ctor.
- Parameters
-
context_ | The OTest2 context |
file_ | filename which the assertion is located in |
lineno_ | line number of the assertion |
parameters_ | Array of strings representing the parameters of the assertion. The initializer list is valid just inside one expression as well as the instance of the assertion context is. |
Definition at line 31 of file assertcontext.cpp.
◆ operator=()
◆ testRegression()
template<typename Object_ >
bool OTest2::RegressionAssertion::testRegression |
( |
const std::string & |
key_, |
|
|
const Object_ & |
object_ |
|
) |
| |
◆ testRegressionP()
template<typename Object_ >
bool OTest2::RegressionAssertion::testRegressionP |
( |
const std::string & |
key_, |
|
|
const Object_ & |
object_ |
|
) |
| |
◆ testRegressionW()
template<typename Object_ >
bool OTest2::RegressionAssertion::testRegressionW |
( |
const std::string & |
key_, |
|
|
const Object_ & |
object_ |
|
) |
| |
The documentation for this class was generated from the following files: