C/C++ API Reference
Loading...
Searching...
No Matches
pw::unit_test::TestExpectation Struct Reference

Public Attributes

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.
 

Member Data Documentation

◆ 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: