TestBase::TestParam Struct Reference
Contains details for test verification. More...
#include <TestBase.h>
Collaboration diagram for TestBase::TestParam:
Public Attributes | |
| const char * | expr |
| Text of expression generated by the macro. More... | |
| String | value1 |
| First value in comparison, or expected result. More... | |
| String | value2 |
| Second value in comparison (optional) More... | |
| bool | verbose |
| true to always emit message, false only for errors More... | |
Detailed Description
Contains details for test verification.
Member Data Documentation
◆ expr
| const char* TestBase::TestParam::expr |
Text of expression generated by the macro.
◆ value1
| String TestBase::TestParam::value1 |
First value in comparison, or expected result.
◆ value2
| String TestBase::TestParam::value2 |
Second value in comparison (optional)
◆ verbose
| bool TestBase::TestParam::verbose |
true to always emit message, false only for errors
The documentation for this struct was generated from the following file:
1.9.1