Home | History | Annotate | Download | only in gtest

Lines Matching full:failure

95   internal::String message_;  // The test failure message.
137 // This helper class can be used to mock out Google Test failure reporting
142 // Google Test failure is reported.
171 // TestPartResultArray contains exactly one failure that has the given
173 // non-fatal failure will be generated.
195 // statement will cause exactly one fatal Google Test failure with 'substr'
196 // being part of the failure message.
206 // - You cannot stream a failure message to this macro.
224 // statement will cause exactly one non-fatal Google Test failure with
225 // 'substr' being part of the failure message.
235 // - You cannot stream a failure message to this macro.