#include <assertionstext.h>
|
| | LongTextAssertion (const LongTextAssertion &)=delete |
| |
| LongTextAssertion & | operator= (const LongTextAssertion &)=delete |
| |
| bool | testAssertLongTextSS (std::istream &a_, std::istream &b_) |
| |
| bool | testAssertLongTextST (std::istream &a_, const std::string &b_) |
| |
| bool | testAssertLongTextSF (std::istream &a_, const std::string &file_b_) |
| |
| bool | testAssertLongTextTS (const std::string &a_, std::istream &b_) |
| |
| bool | testAssertLongTextTT (const std::string &a_, const std::string &b_) |
| |
| bool | testAssertLongTextTF (const std::string &a_, const std::string &file_b_) |
| |
| bool | testAssertLongTextFS (const std::string &file_a_, std::istream &b_) |
| |
| bool | testAssertLongTextFT (const std::string &file_a_, const std::string &b_) |
| |
| bool | testAssertLongTextFF (const std::string &file_a_, const std::string &file_b_) |
| |
| | AssertContext (const AssertContext &)=delete |
| |
| | AssertContext (const Context &context_, const std::string &file_, int lineno_, std::initializer_list< const char * > parameters_) |
| | Ctor. More...
|
| |
| | AssertContext (const AssertContext &)=delete |
| |
| AssertContext & | operator= (const AssertContext &)=delete |
| |
| | AssertContext (const Context &context_, const std::string &file_, int lineno_, std::initializer_list< const char * > parameters_) |
| | Ctor. More...
|
| |
Definition at line 30 of file assertionstext.h.
◆ LongTextAssertion()
◆ 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=()
◆ testAssertLongTextFF()
| bool OTest2::LongTextAssertion::testAssertLongTextFF |
( |
const std::string & |
file_a_, |
|
|
const std::string & |
file_b_ |
|
) |
| |
◆ testAssertLongTextFS()
| bool OTest2::LongTextAssertion::testAssertLongTextFS |
( |
const std::string & |
file_a_, |
|
|
std::istream & |
b_ |
|
) |
| |
◆ testAssertLongTextFT()
| bool OTest2::LongTextAssertion::testAssertLongTextFT |
( |
const std::string & |
file_a_, |
|
|
const std::string & |
b_ |
|
) |
| |
◆ testAssertLongTextSF()
| bool OTest2::LongTextAssertion::testAssertLongTextSF |
( |
std::istream & |
a_, |
|
|
const std::string & |
file_b_ |
|
) |
| |
◆ testAssertLongTextSS()
| bool OTest2::LongTextAssertion::testAssertLongTextSS |
( |
std::istream & |
a_, |
|
|
std::istream & |
b_ |
|
) |
| |
◆ testAssertLongTextST()
| bool OTest2::LongTextAssertion::testAssertLongTextST |
( |
std::istream & |
a_, |
|
|
const std::string & |
b_ |
|
) |
| |
◆ testAssertLongTextTF()
| bool OTest2::LongTextAssertion::testAssertLongTextTF |
( |
const std::string & |
a_, |
|
|
const std::string & |
file_b_ |
|
) |
| |
◆ testAssertLongTextTS()
| bool OTest2::LongTextAssertion::testAssertLongTextTS |
( |
const std::string & |
a_, |
|
|
std::istream & |
b_ |
|
) |
| |
◆ testAssertLongTextTT()
| bool OTest2::LongTextAssertion::testAssertLongTextTT |
( |
const std::string & |
a_, |
|
|
const std::string & |
b_ |
|
) |
| |
The documentation for this class was generated from the following files: