Lines Matching full:part
1076 A copyable object representing the result of a test part (i.e. an assertion or
1085 Gets the outcome of the test part.
1102 Gets the name of the source file where the test part took place, or `NULL` if
1109 Gets the line in the source file where the test part took place, or `-1` if it's
1122 Gets the message associated with the test part.
1128 Returns true if and only if the test part was skipped.
1134 Returns true if and only if the test part passed.
1140 Returns true if and only if the test part non-fatally failed.
1146 Returns true if and only if the test part fatally failed.
1152 Returns true if and only if the test part failed.
1208 Returns true if and only if the test passed (i.e. no test part failed).
1250 Returns the [`TestPartResult`](#TestPartResult) for the `i`-th test part result