Lines Matching full:part
42 // A copyable object representing the result of a test part (i.e. an
61 // Gets the outcome of the test part.
64 // Gets the name of the source file where the test part took place, or
68 // Gets the line in the source file where the test part took place,
72 // Gets the message associated with the test part.
75 // Returns true iff the test part passed.
78 // Returns true iff the test part failed.
81 // Returns true iff the test part non-fatally failed.
84 // Returns true iff the test part fatally failed.
89 // The name of the source file where the test part took place, or
92 // The line in the source file where the test part took place, or -1
129 // This interface knows how to report a test part result.
146 // The c'tor sets this object as the test part result reporter used
151 // The d'tor restores the previous test part result reporter.
196 // being part of the failure message.
225 // 'substr' being part of the failure message.