|
const char * | expression |
| The source code for the expression which was run.
|
|
const char * | evaluated_expression |
| The expression with arguments evaluated.
|
|
const char * | file_name |
|
int | line_number |
| Line number at which the expectation is located.
|
|
bool | success |
| Whether the expectation succeeded.
|
|
◆ file_name
const char* pw::unit_test::TestExpectation::file_name |
Path to the file where the expectation is located. This file may be different from the file_name
in TestCase
.
The documentation for this struct was generated from the following file: