![]() |
- 3.0.1 core module.
|
Classes | |
| class | AllowsGenericStreaming |
| class | AllowsGenericStreamingAndImplicitConversionTemplate |
| class | AllowsGenericStreamingTemplate |
| struct | Big |
| struct | const_iterator |
| struct | Foo |
| struct | iterator |
Functions | |
| template<typename T > | |
| std::string | Print (const T &value) |
| template<typename T > | |
| std::string | PrintByRef (const T &value) |
| TEST (PrintEnumTest, AnonymousEnum) | |
| TEST (PrintEnumTest, EnumWithoutPrinter) | |
| TEST (PrintEnumTest, EnumWithStreaming) | |
| TEST (PrintEnumTest, EnumWithPrintTo) | |
| TEST (PrintClassTest, BiggestIntConvertible) | |
| TEST (PrintCharTest, PlainChar) | |
| TEST (PrintCharTest, SignedChar) | |
| TEST (PrintCharTest, UnsignedChar) | |
| TEST (PrintBuiltInTypeTest, Bool) | |
| TEST (PrintBuiltInTypeTest, Wchar_t) | |
| TEST (PrintTypeSizeTest, Wchar_t) | |
| TEST (PrintBuiltInTypeTest, Integer) | |
| TEST (PrintBuiltInTypeTest, Size_t) | |
| TEST (PrintBuiltInTypeTest, FloatingPoints) | |
| TEST (PrintCStringTest, Const) | |
| TEST (PrintCStringTest, NonConst) | |
| TEST (PrintCStringTest, Null) | |
| TEST (PrintCStringTest, EscapesProperly) | |
| TEST (PrintWideCStringTest, Const) | |
| TEST (PrintWideCStringTest, NonConst) | |
| TEST (PrintWideCStringTest, Null) | |
| TEST (PrintWideCStringTest, EscapesProperly) | |
| TEST (PrintCharPointerTest, SignedChar) | |
| TEST (PrintCharPointerTest, ConstSignedChar) | |
| TEST (PrintCharPointerTest, UnsignedChar) | |
| TEST (PrintCharPointerTest, ConstUnsignedChar) | |
| TEST (PrintPointerToBuiltInTypeTest, Bool) | |
| TEST (PrintPointerToBuiltInTypeTest, Void) | |
| TEST (PrintPointerToBuiltInTypeTest, ConstVoid) | |
| TEST (PrintPointerToPointerTest, IntPointerPointer) | |
| void | MyFunction (int) |
| TEST (PrintPointerTest, NonMemberFunctionPointer) | |
| template<typename StringType > | |
| AssertionResult | HasPrefix (const StringType &str, const StringType &prefix) |
| TEST (PrintPointerTest, MemberVariablePointer) | |
| TEST (PrintPointerTest, MemberFunctionPointer) | |
| template<typename T , size_t N> | |
| std::string | PrintArrayHelper (T(&a)[N]) |
| TEST (PrintArrayTest, OneDimensionalArray) | |
| TEST (PrintArrayTest, TwoDimensionalArray) | |
| TEST (PrintArrayTest, ConstArray) | |
| TEST (PrintArrayTest, CharArrayWithNoTerminatingNul) | |
| TEST (PrintArrayTest, ConstCharArrayWithTerminatingNul) | |
| TEST (PrintArrayTest, WCharArrayWithNoTerminatingNul) | |
| TEST (PrintArrayTest, WConstCharArrayWithTerminatingNul) | |
| TEST (PrintArrayTest, ObjectArray) | |
| TEST (PrintArrayTest, BigArray) | |
| TEST (PrintStringTest, StringInStdNamespace) | |
| TEST (PrintStringTest, StringAmbiguousHex) | |
| template<typename Char , typename CharTraits > | |
| std::basic_ostream< Char, CharTraits > & | operator<< (std::basic_ostream< Char, CharTraits > &os, const AllowsGenericStreaming &) |
| TEST (PrintTypeWithGenericStreamingTest, NonTemplateType) | |
| template<typename Char , typename CharTraits , typename T > | |
| std::basic_ostream< Char, CharTraits > & | operator<< (std::basic_ostream< Char, CharTraits > &os, const AllowsGenericStreamingTemplate< T > &) |
| TEST (PrintTypeWithGenericStreamingTest, TemplateType) | |
| template<typename Char , typename CharTraits , typename T > | |
| std::basic_ostream< Char, CharTraits > & | operator<< (std::basic_ostream< Char, CharTraits > &os, const AllowsGenericStreamingAndImplicitConversionTemplate< T > &) |
| TEST (PrintTypeWithGenericStreamingTest, TypeImplicitlyConvertible) | |
| TEST (PrintStlContainerTest, EmptyDeque) | |
| TEST (PrintStlContainerTest, NonEmptyDeque) | |
| TEST (PrintStlContainerTest, OneElementHashMap) | |
| TEST (PrintStlContainerTest, HashMultiMap) | |
| TEST (PrintStlContainerTest, HashSet) | |
| TEST (PrintStlContainerTest, HashMultiSet) | |
| TEST (PrintStlContainerTest, List) | |
| TEST (PrintStlContainerTest, Map) | |
| TEST (PrintStlContainerTest, MultiMap) | |
| TEST (PrintStlContainerTest, Set) | |
| TEST (PrintStlContainerTest, MultiSet) | |
| TEST (PrintStlContainerTest, SinglyLinkedList) | |
| TEST (PrintStlContainerTest, Pair) | |
| TEST (PrintStlContainerTest, Vector) | |
| TEST (PrintStlContainerTest, LongSequence) | |
| TEST (PrintStlContainerTest, NestedContainer) | |
| TEST (PrintStlContainerTest, OneDimensionalNativeArray) | |
| TEST (PrintStlContainerTest, TwoDimensionalNativeArray) | |
| TEST (PrintStlContainerTest, Iterator) | |
| TEST (PrintStlContainerTest, ConstIterator) | |
| TEST (PrintStdTupleTest, VariousSizes) | |
| TEST (PrintStdTupleTest, NestedTuple) | |
| TEST (PrintNullptrT, Basic) | |
| TEST (PrintReferenceWrapper, Printable) | |
| TEST (PrintReferenceWrapper, Unprintable) | |
| TEST (PrintUnprintableTypeTest, InGlobalNamespace) | |
| TEST (PrintUnprintableTypeTest, InUserNamespace) | |
| TEST (PrintUnpritableTypeTest, BigObject) | |
| TEST (PrintStreamableTypeTest, InGlobalNamespace) | |
| TEST (PrintStreamableTypeTest, TemplateTypeInUserNamespace) | |
| TEST (PrintStreamableTypeTest, PathLikeInUserNamespace) | |
| TEST (PrintPrintableTypeTest, InUserNamespace) | |
| TEST (PrintPrintableTypeTest, PointerInUserNamespace) | |
| TEST (PrintPrintableTypeTest, TemplateInUserNamespace) | |
| TEST (PrintReferenceTest, PrintsAddressAndValue) | |
| TEST (PrintReferenceTest, HandlesFunctionPointer) | |
| TEST (PrintReferenceTest, HandlesMemberFunctionPointer) | |
| TEST (PrintReferenceTest, HandlesMemberVariablePointer) | |
| TEST (FormatForComparisonFailureMessageTest, WorksForScalar) | |
| TEST (FormatForComparisonFailureMessageTest, WorksForNonCharPointer) | |
| TEST (FormatForComparisonFailureMessageTest, FormatsNonCharArrayAsPointer) | |
| TEST (FormatForComparisonFailureMessageTest, WorksForCharPointerVsPointer) | |
| TEST (FormatForComparisonFailureMessageTest, WorksForWCharPointerVsPointer) | |
| TEST (FormatForComparisonFailureMessageTest, WorksForCharPointerVsStdString) | |
| TEST (FormatForComparisonFailureMessageTest, WorksForCharArrayVsPointer) | |
| TEST (FormatForComparisonFailureMessageTest, WorksForCharArrayVsCharArray) | |
| TEST (FormatForComparisonFailureMessageTest, WorksForWCharArrayVsPointer) | |
| TEST (FormatForComparisonFailureMessageTest, WorksForWCharArrayVsWCharArray) | |
| TEST (FormatForComparisonFailureMessageTest, WorksForCharArrayVsStdString) | |
| TEST (PrintToStringTest, WorksForScalar) | |
| TEST (PrintToStringTest, WorksForPointerToConstChar) | |
| TEST (PrintToStringTest, WorksForPointerToNonConstChar) | |
| TEST (PrintToStringTest, EscapesForPointerToConstChar) | |
| TEST (PrintToStringTest, EscapesForPointerToNonConstChar) | |
| TEST (PrintToStringTest, WorksForArray) | |
| TEST (PrintToStringTest, WorksForCharArray) | |
| TEST (PrintToStringTest, WorksForCharArrayWithEmbeddedNul) | |
| TEST (PrintToStringTest, ContainsNonLatin) | |
| TEST (IsValidUTF8Test, IllFormedUTF8) | |
| TEST (UniversalTersePrintTest, WorksForNonReference) | |
| TEST (UniversalTersePrintTest, WorksForReference) | |
| TEST (UniversalTersePrintTest, WorksForCString) | |
| TEST (UniversalPrintTest, WorksForNonReference) | |
| TEST (UniversalPrintTest, WorksForReference) | |
| TEST (UniversalPrintTest, WorksForCString) | |
| TEST (UniversalPrintTest, WorksForCharArray) | |
| TEST (UniversalTersePrintTupleFieldsToStringsTestWithStd, PrintsEmptyTuple) | |
| TEST (UniversalTersePrintTupleFieldsToStringsTestWithStd, PrintsOneTuple) | |
| TEST (UniversalTersePrintTupleFieldsToStringsTestWithStd, PrintsTwoTuple) | |
| TEST (UniversalTersePrintTupleFieldsToStringsTestWithStd, PrintsTersely) | |
| std::string testing::gtest_printers_test::Print | ( | const T & | value | ) |
Referenced by GTEST_DISABLE_MSC_WARNINGS_PUSH_(), testing::internal::UniversalPrinter< T >::Print(), testing::internal::UniversalTersePrinter< T[N]>::Print(), testing::internal::UniversalTersePrinter< char * >::Print(), testing::internal::UniversalTersePrinter< wchar_t * >::Print(), PrintArrayHelper(), PrintByRef(), testing::internal::PrintTo(), testing::internal::PrintTupleTo(), TEST(), testing::internal::UniversalPrint(), and testing::internal::UniversalTersePrint().
| std::string testing::gtest_printers_test::PrintByRef | ( | const T & | value | ) |
| testing::gtest_printers_test::TEST | ( | PrintEnumTest | , |
| AnonymousEnum | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintEnumTest | , |
| EnumWithoutPrinter | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintEnumTest | , |
| EnumWithStreaming | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintEnumTest | , |
| EnumWithPrintTo | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintClassTest | , |
| BiggestIntConvertible | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintCharTest | , |
| SignedChar | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintCharTest | , |
| UnsignedChar | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintBuiltInTypeTest | , |
| Bool | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintBuiltInTypeTest | , |
| Wchar_t | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintTypeSizeTest | , |
| Wchar_t | |||
| ) |
References EXPECT_LT.
| testing::gtest_printers_test::TEST | ( | PrintBuiltInTypeTest | , |
| Integer | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintBuiltInTypeTest | , |
| Size_t | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintBuiltInTypeTest | , |
| FloatingPoints | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintCStringTest | , |
| NonConst | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintCStringTest | , |
| EscapesProperly | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintWideCStringTest | , |
| Const | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintWideCStringTest | , |
| NonConst | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintWideCStringTest | , |
| Null | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintWideCStringTest | , |
| EscapesProperly | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintCharPointerTest | , |
| SignedChar | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintCharPointerTest | , |
| ConstSignedChar | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintCharPointerTest | , |
| UnsignedChar | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintCharPointerTest | , |
| ConstUnsignedChar | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintPointerToBuiltInTypeTest | , |
| Bool | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintPointerToBuiltInTypeTest | , |
| Void | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintPointerToBuiltInTypeTest | , |
| ConstVoid | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintPointerToPointerTest | , |
| IntPointerPointer | |||
| ) |
| void testing::gtest_printers_test::MyFunction | ( | int | ) |
Referenced by TEST(), and testing::gmock_more_actions_test::TEST().
| testing::gtest_printers_test::TEST | ( | PrintPointerTest | , |
| NonMemberFunctionPointer | |||
| ) |
References EXPECT_EQ, MyFunction(), and Print().
| AssertionResult testing::gtest_printers_test::HasPrefix | ( | const StringType & | str, |
| const StringType & | prefix | ||
| ) |
References testing::AssertionFailure(), and testing::AssertionSuccess().
Referenced by TEST().
| testing::gtest_printers_test::TEST | ( | PrintPointerTest | , |
| MemberVariablePointer | |||
| ) |
References EXPECT_TRUE, HasPrefix(), Print(), and value.
| testing::gtest_printers_test::TEST | ( | PrintPointerTest | , |
| MemberFunctionPointer | |||
| ) |
References EXPECT_TRUE, HasPrefix(), and Print().
| std::string testing::gtest_printers_test::PrintArrayHelper | ( | T(&) | a[N] | ) |
| testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
| OneDimensionalArray | |||
| ) |
References EXPECT_EQ, and PrintArrayHelper().
| testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
| TwoDimensionalArray | |||
| ) |
References EXPECT_EQ, and PrintArrayHelper().
| testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
| ConstArray | |||
| ) |
References EXPECT_EQ, and PrintArrayHelper().
| testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
| CharArrayWithNoTerminatingNul | |||
| ) |
References EXPECT_EQ, and PrintArrayHelper().
| testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
| ConstCharArrayWithTerminatingNul | |||
| ) |
References EXPECT_EQ, and PrintArrayHelper().
| testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
| WCharArrayWithNoTerminatingNul | |||
| ) |
References EXPECT_EQ, and PrintArrayHelper().
| testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
| WConstCharArrayWithTerminatingNul | |||
| ) |
References EXPECT_EQ, and PrintArrayHelper().
| testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
| ObjectArray | |||
| ) |
References EXPECT_EQ, and PrintArrayHelper().
| testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
| BigArray | |||
| ) |
References EXPECT_EQ, and PrintArrayHelper().
| testing::gtest_printers_test::TEST | ( | PrintStringTest | , |
| StringInStdNamespace | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStringTest | , |
| StringAmbiguousHex | |||
| ) |
| std::basic_ostream<Char, CharTraits>& testing::gtest_printers_test::operator<< | ( | std::basic_ostream< Char, CharTraits > & | os, |
| const AllowsGenericStreaming & | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintTypeWithGenericStreamingTest | , |
| NonTemplateType | |||
| ) |
| std::basic_ostream<Char, CharTraits>& testing::gtest_printers_test::operator<< | ( | std::basic_ostream< Char, CharTraits > & | os, |
| const AllowsGenericStreamingTemplate< T > & | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintTypeWithGenericStreamingTest | , |
| TemplateType | |||
| ) |
| std::basic_ostream<Char, CharTraits>& testing::gtest_printers_test::operator<< | ( | std::basic_ostream< Char, CharTraits > & | os, |
| const AllowsGenericStreamingAndImplicitConversionTemplate< T > & | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintTypeWithGenericStreamingTest | , |
| TypeImplicitlyConvertible | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| EmptyDeque | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| NonEmptyDeque | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| OneElementHashMap | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| HashMultiMap | |||
| ) |
References EXPECT_TRUE, and Print().
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| HashSet | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| HashMultiSet | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| List | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| Map | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| MultiMap | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| Set | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| MultiSet | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| SinglyLinkedList | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| Pair | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| Vector | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| LongSequence | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| NestedContainer | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| OneDimensionalNativeArray | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| TwoDimensionalNativeArray | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| Iterator | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
| ConstIterator | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStdTupleTest | , |
| VariousSizes | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStdTupleTest | , |
| NestedTuple | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintReferenceWrapper | , |
| Printable | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintReferenceWrapper | , |
| Unprintable | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintUnprintableTypeTest | , |
| InGlobalNamespace | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintUnprintableTypeTest | , |
| InUserNamespace | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintUnpritableTypeTest | , |
| BigObject | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStreamableTypeTest | , |
| InGlobalNamespace | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStreamableTypeTest | , |
| TemplateTypeInUserNamespace | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintStreamableTypeTest | , |
| PathLikeInUserNamespace | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintPrintableTypeTest | , |
| InUserNamespace | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintPrintableTypeTest | , |
| PointerInUserNamespace | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintPrintableTypeTest | , |
| TemplateInUserNamespace | |||
| ) |
| testing::gtest_printers_test::TEST | ( | PrintReferenceTest | , |
| PrintsAddressAndValue | |||
| ) |
References EXPECT_EQ, n, PrintByRef(), and x.
| testing::gtest_printers_test::TEST | ( | PrintReferenceTest | , |
| HandlesFunctionPointer | |||
| ) |
References EXPECT_EQ, MyFunction(), n, and PrintByRef().
| testing::gtest_printers_test::TEST | ( | PrintReferenceTest | , |
| HandlesMemberFunctionPointer | |||
| ) |
References ch, EXPECT_TRUE, HasPrefix(), n, Print(), and PrintByRef().
| testing::gtest_printers_test::TEST | ( | PrintReferenceTest | , |
| HandlesMemberVariablePointer | |||
| ) |
References EXPECT_TRUE, HasPrefix(), Print(), PrintByRef(), and value.
| testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
| WorksForScalar | |||
| ) |
References EXPECT_STREQ, and testing::internal::FormatForComparisonFailureMessage().
| testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
| WorksForNonCharPointer | |||
| ) |
References EXPECT_EQ, testing::internal::FormatForComparisonFailureMessage(), and n.
| testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
| FormatsNonCharArrayAsPointer | |||
| ) |
References EXPECT_EQ, testing::internal::FormatForComparisonFailureMessage(), and n.
| testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
| WorksForCharPointerVsPointer | |||
| ) |
References ch, EXPECT_EQ, and testing::internal::FormatForComparisonFailureMessage().
| testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
| WorksForWCharPointerVsPointer | |||
| ) |
References ch, EXPECT_EQ, and testing::internal::FormatForComparisonFailureMessage().
| testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
| WorksForCharPointerVsStdString | |||
| ) |
References EXPECT_STREQ, testing::internal::FormatForComparisonFailureMessage(), and TEST().
| testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
| WorksForCharArrayVsPointer | |||
| ) |
References EXPECT_EQ, and testing::internal::FormatForComparisonFailureMessage().
| testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
| WorksForCharArrayVsCharArray | |||
| ) |
References EXPECT_EQ, and testing::internal::FormatForComparisonFailureMessage().
| testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
| WorksForWCharArrayVsPointer | |||
| ) |
References EXPECT_EQ, and testing::internal::FormatForComparisonFailureMessage().
| testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
| WorksForWCharArrayVsWCharArray | |||
| ) |
References EXPECT_EQ, and testing::internal::FormatForComparisonFailureMessage().
| testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
| WorksForCharArrayVsStdString | |||
| ) |
References EXPECT_STREQ, testing::internal::FormatForComparisonFailureMessage(), and TEST().
| testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
| WorksForScalar | |||
| ) |
References EXPECT_PRINT_TO_STRING_.
| testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
| WorksForPointerToConstChar | |||
| ) |
References EXPECT_PRINT_TO_STRING_.
| testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
| WorksForPointerToNonConstChar | |||
| ) |
References EXPECT_PRINT_TO_STRING_.
| testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
| EscapesForPointerToConstChar | |||
| ) |
References EXPECT_PRINT_TO_STRING_.
| testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
| EscapesForPointerToNonConstChar | |||
| ) |
References EXPECT_PRINT_TO_STRING_.
| testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
| WorksForArray | |||
| ) |
References EXPECT_PRINT_TO_STRING_, and n.
| testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
| WorksForCharArray | |||
| ) |
References EXPECT_PRINT_TO_STRING_.
| testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
| WorksForCharArrayWithEmbeddedNul | |||
| ) |
References EXPECT_PRINT_TO_STRING_.
| testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
| ContainsNonLatin | |||
| ) |
References EXPECT_PRINT_TO_STRING_.
| testing::gtest_printers_test::TEST | ( | IsValidUTF8Test | , |
| IllFormedUTF8 | |||
| ) |
References EXPECT_PRINT_TO_STRING_, and i.
| testing::gtest_printers_test::TEST | ( | UniversalTersePrintTest | , |
| WorksForNonReference | |||
| ) |
References EXPECT_EQ, and testing::internal::UniversalTersePrint().
| testing::gtest_printers_test::TEST | ( | UniversalTersePrintTest | , |
| WorksForReference | |||
| ) |
References EXPECT_EQ, n, and testing::internal::UniversalTersePrint().
| testing::gtest_printers_test::TEST | ( | UniversalTersePrintTest | , |
| WorksForCString | |||
| ) |
References EXPECT_EQ, and testing::internal::UniversalTersePrint().
| testing::gtest_printers_test::TEST | ( | UniversalPrintTest | , |
| WorksForNonReference | |||
| ) |
References EXPECT_EQ, and testing::internal::UniversalPrint().
| testing::gtest_printers_test::TEST | ( | UniversalPrintTest | , |
| WorksForReference | |||
| ) |
References EXPECT_EQ, n, and testing::internal::UniversalPrint().
| testing::gtest_printers_test::TEST | ( | UniversalPrintTest | , |
| WorksForCString | |||
| ) |
References EXPECT_EQ, and testing::internal::UniversalPrint().
| testing::gtest_printers_test::TEST | ( | UniversalPrintTest | , |
| WorksForCharArray | |||
| ) |
References EXPECT_EQ, and testing::internal::UniversalPrint().
| testing::gtest_printers_test::TEST | ( | UniversalTersePrintTupleFieldsToStringsTestWithStd | , |
| PrintsEmptyTuple | |||
| ) |
References EXPECT_EQ, u, and testing::internal::UniversalTersePrintTupleFieldsToStrings().
| testing::gtest_printers_test::TEST | ( | UniversalTersePrintTupleFieldsToStringsTestWithStd | , |
| PrintsOneTuple | |||
| ) |
References ASSERT_EQ, EXPECT_EQ, u, and testing::internal::UniversalTersePrintTupleFieldsToStrings().
| testing::gtest_printers_test::TEST | ( | UniversalTersePrintTupleFieldsToStringsTestWithStd | , |
| PrintsTwoTuple | |||
| ) |
References ASSERT_EQ, EXPECT_EQ, u, and testing::internal::UniversalTersePrintTupleFieldsToStrings().
| testing::gtest_printers_test::TEST | ( | UniversalTersePrintTupleFieldsToStringsTestWithStd | , |
| PrintsTersely | |||
| ) |
References ASSERT_EQ, EXPECT_EQ, n, testing::PrintToString(), u, testing::internal::UniversalTersePrintTupleFieldsToStrings(), and value.
Referenced by TEST().