Home | History | Annotate | Download | only in gtest

Lines Matching defs:AssertionResult

131 // the assertion wasn't successful, the AssertionResult object
137 // The constructor of AssertionResult is private. To create an
148 // testing::AssertionResult IsEven(const char* expr, int n) {
161 class AssertionResult {
165 friend AssertionResult AssertionSuccess();
166 friend AssertionResult AssertionFailure(const Message&);
176 AssertionResult() {}
179 explicit AssertionResult(const internal::String& failure_message);
186 AssertionResult AssertionSuccess();
189 AssertionResult AssertionFailure(const Message& msg);
619 AssertionResult CmpHelperEQ(const char* expected_expression,
637 AssertionResult CmpHelperEQ(const char* expected_expression,
651 static AssertionResult Compare(const char* expected_expression,
665 static AssertionResult Compare(const char* expected_expression,
684 static AssertionResult Compare(const char* expected_expression,
695 static AssertionResult Compare(const char* expected_expression,
717 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
729 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
750 AssertionResult CmpHelperSTREQ(const char* expected_expression,
758 AssertionResult CmpHelperSTRCASEEQ(const char* expected_expression,
766 AssertionResult CmpHelperSTRNE(const char* s1_expression,
774 AssertionResult CmpHelperSTRCASENE(const char* s1_expression,
783 AssertionResult CmpHelperSTREQ(const char* expected_expression,
791 AssertionResult CmpHelperSTRNE(const char* s1_expression,
806 AssertionResult IsSubstring(
809 AssertionResult IsSubstring(
812 AssertionResult IsNotSubstring(
815 AssertionResult IsNotSubstring(
819 AssertionResult IsSubstring(
822 AssertionResult IsNotSubstring(
828 AssertionResult IsSubstring(
831 AssertionResult IsNotSubstring(
846 AssertionResult CmpHelperFloatingPointEQ(const char* expected_expression,
874 AssertionResult DoubleNearPredFormat(const char* expr1,
1109 AssertionResult FloatLE(const char* expr1, const char* expr2,
1111 AssertionResult DoubleLE(const char* expr1, const char* expr2,