proxygen
|
Classes | |
class | AllowsGenericStreaming |
class | AllowsGenericStreamingAndImplicitConversionTemplate |
class | AllowsGenericStreamingTemplate |
struct | Big |
struct | const_iterator |
struct | Foo |
struct | iterator |
Functions | |
template<typename T > | |
string | Print (const T &value) |
template<typename T > | |
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) | |
static string | PrintPointer (const void *p) |
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> | |
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, List) | |
TEST (PrintStlContainerTest, Map) | |
TEST (PrintStlContainerTest, MultiMap) | |
TEST (PrintStlContainerTest, Set) | |
TEST (PrintStlContainerTest, MultiSet) | |
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 (PrintUnprintableTypeTest, InGlobalNamespace) | |
TEST (PrintUnprintableTypeTest, InUserNamespace) | |
TEST (PrintUnpritableTypeTest, BigObject) | |
TEST (PrintStreamableTypeTest, InGlobalNamespace) | |
TEST (PrintStreamableTypeTest, TemplateTypeInUserNamespace) | |
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 (UniversalTersePrintTest, WorksForNonReference) | |
TEST (UniversalTersePrintTest, WorksForReference) | |
TEST (UniversalTersePrintTest, WorksForCString) | |
TEST (UniversalPrintTest, WorksForNonReference) | |
TEST (UniversalPrintTest, WorksForReference) | |
TEST (UniversalPrintTest, WorksForCString) | |
TEST (UniversalPrintTest, WorksForCharArray) | |
static string | PrintPointer (const void *p) |
static string | PrintPointer (const void *p) |
AssertionResult testing::gtest_printers_test::HasPrefix | ( | const StringType & | str, |
const StringType & | prefix | ||
) |
Definition at line 542 of file gtest-printers_test.cc.
References testing::AssertionFailure(), and testing::AssertionSuccess().
Referenced by testing::gtest_printers_test::Big::Big(), testing::gtest_printers_test::Foo::MyVirtualMethod(), PrintPointer(), and TEST().
void testing::gtest_printers_test::MyFunction | ( | int | ) |
Definition at line 524 of file gtest-printers_test.cc.
Referenced by testing::gtest_printers_test::Big::Big(), PrintPointer(), TEST(), testing::gmock_more_actions_test::TEST(), and testing::gmock_more_actions_test::DeletionTester::~DeletionTester().
std::basic_ostream< Char, CharTraits > & testing::gtest_printers_test::operator<< | ( | std::basic_ostream< Char, CharTraits > & | os, |
const AllowsGenericStreaming & | |||
) |
Definition at line 736 of file gtest-printers_test.cc.
std::basic_ostream< Char, CharTraits > & testing::gtest_printers_test::operator<< | ( | std::basic_ostream< Char, CharTraits > & | os, |
const AllowsGenericStreamingTemplate< T > & | |||
) |
Definition at line 753 of file gtest-printers_test.cc.
std::basic_ostream< Char, CharTraits > & testing::gtest_printers_test::operator<< | ( | std::basic_ostream< Char, CharTraits > & | os, |
const AllowsGenericStreamingAndImplicitConversionTemplate< T > & | |||
) |
Definition at line 774 of file gtest-printers_test.cc.
Definition at line 235 of file gtest-printers_test.cc.
Referenced by testing::gtest_printers_test::Big::Big(), testing::internal::RefMatcher< T & >::Impl< Super >::DescribeNegationTo(), testing::internal::MatchesRegexMatcher::DescribeNegationTo(), testing::internal::RefMatcher< T & >::Impl< Super >::DescribeTo(), testing::internal::MatchesRegexMatcher::DescribeTo(), testing::internal::PointwiseMatcher< TupleMatcher, RhsContainer >::Impl< LhsContainer >::DescribeTo(), testing::gtest_printers_test::Foo::MyVirtualMethod(), testing::gtest_printers_test::AllowsGenericStreamingAndImplicitConversionTemplate< T >::operator bool(), DataTracker<(f &IS_RELOCATABLE)!=0 >::print(), testing::internal::UniversalTersePrinter< T[N]>::Print(), testing::internal::UniversalTersePrinter< char * >::Print(), testing::internal::UniversalTersePrinter< wchar_t * >::Print(), PrintArrayHelper(), PrintByRef(), PrintPointer(), testing::internal::PrintTo(), TEST(), testing::internal::UniversalPrint(), testing::internal::UniversalTersePrint(), and foo::StreamableTemplateInFoo< T >::value().
Definition at line 595 of file gtest-printers_test.cc.
Referenced by testing::gtest_printers_test::Foo::MyVirtualMethod(), and TEST().
Definition at line 245 of file gtest-printers_test.cc.
References Print().
Referenced by testing::gtest_printers_test::Big::Big(), TEST(), and foo::StreamableTemplateInFoo< T >::value().
|
static |
Definition at line 382 of file gtest-printers_test.cc.
|
static |
Definition at line 382 of file gtest-printers_test.cc.
References testing::AssertionFailure(), testing::AssertionSuccess(), EXPECT_EQ, HasPrefix(), MyFunction(), prefix(), Print(), PrintPointer(), s, and TEST().
|
static |
Definition at line 382 of file gtest-printers_test.cc.
References testing::AssertionFailure(), testing::AssertionSuccess(), EXPECT_EQ, HasPrefix(), MyFunction(), prefix(), Print(), s, and TEST().
Referenced by testing::gtest_printers_test::Big::Big(), testing::gtest_printers_test::AllowsGenericStreamingAndImplicitConversionTemplate< T >::operator bool(), PrintPointer(), and TEST().
testing::gtest_printers_test::TEST | ( | PrintEnumTest | , |
AnonymousEnum | |||
) |
Definition at line 253 of file gtest-printers_test.cc.
References EXPECT_EQ, kAE1, kAE2, and Print().
testing::gtest_printers_test::TEST | ( | PrintEnumTest | , |
EnumWithoutPrinter | |||
) |
Definition at line 258 of file gtest-printers_test.cc.
References EXPECT_EQ, kEWP1, kEWP2, and Print().
testing::gtest_printers_test::TEST | ( | PrintEnumTest | , |
EnumWithStreaming | |||
) |
Definition at line 263 of file gtest-printers_test.cc.
References EXPECT_EQ, kEWS1, and Print().
testing::gtest_printers_test::TEST | ( | PrintEnumTest | , |
EnumWithPrintTo | |||
) |
Definition at line 268 of file gtest-printers_test.cc.
References EXPECT_EQ, kEWPT1, and Print().
testing::gtest_printers_test::TEST | ( | PrintClassTest | , |
BiggestIntConvertible | |||
) |
Definition at line 275 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintCharTest | , |
PlainChar | |||
) |
Definition at line 282 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintCharTest | , |
SignedChar | |||
) |
Definition at line 302 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintCharTest | , |
UnsignedChar | |||
) |
Definition at line 309 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintBuiltInTypeTest | , |
Bool | |||
) |
Definition at line 318 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintBuiltInTypeTest | , |
Wchar_t | |||
) |
Definition at line 324 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintTypeSizeTest | , |
Wchar_t | |||
) |
testing::gtest_printers_test::TEST | ( | PrintBuiltInTypeTest | , |
Integer | |||
) |
Definition at line 351 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintBuiltInTypeTest | , |
Size_t | |||
) |
Definition at line 365 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintBuiltInTypeTest | , |
FloatingPoints | |||
) |
Definition at line 374 of file gtest-printers_test.cc.
References EXPECT_EQ, f, and Print().
testing::gtest_printers_test::TEST | ( | PrintCStringTest | , |
Const | |||
) |
Definition at line 391 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintCStringTest | , |
NonConst | |||
) |
Definition at line 397 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintCStringTest | , |
Null | |||
) |
Definition at line 404 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintCStringTest | , |
EscapesProperly | |||
) |
Definition at line 410 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintWideCStringTest | , |
Const | |||
) |
Definition at line 426 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintWideCStringTest | , |
NonConst | |||
) |
Definition at line 432 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintWideCStringTest | , |
Null | |||
) |
Definition at line 439 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintWideCStringTest | , |
EscapesProperly | |||
) |
Definition at line 445 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), PrintPointer(), and s.
testing::gtest_printers_test::TEST | ( | PrintCharPointerTest | , |
SignedChar | |||
) |
Definition at line 457 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintCharPointerTest | , |
ConstSignedChar | |||
) |
Definition at line 465 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintCharPointerTest | , |
UnsignedChar | |||
) |
Definition at line 473 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintCharPointerTest | , |
ConstUnsignedChar | |||
) |
Definition at line 481 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintPointerToBuiltInTypeTest | , |
Bool | |||
) |
Definition at line 491 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintPointerToBuiltInTypeTest | , |
Void | |||
) |
Definition at line 499 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintPointerToBuiltInTypeTest | , |
ConstVoid | |||
) |
Definition at line 507 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintPointerToPointerTest | , |
IntPointerPointer | |||
) |
Definition at line 515 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintPointerTest | , |
NonMemberFunctionPointer | |||
) |
Definition at line 526 of file gtest-printers_test.cc.
References EXPECT_EQ, MyFunction(), Print(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintPointerTest | , |
MemberVariablePointer | |||
) |
Definition at line 567 of file gtest-printers_test.cc.
References EXPECT_TRUE, HasPrefix(), Print(), and value.
testing::gtest_printers_test::TEST | ( | PrintPointerTest | , |
MemberFunctionPointer | |||
) |
Definition at line 579 of file gtest-printers_test.cc.
References EXPECT_TRUE, HasPrefix(), and Print().
testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
OneDimensionalArray | |||
) |
Definition at line 600 of file gtest-printers_test.cc.
References a, EXPECT_EQ, and PrintArrayHelper().
testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
TwoDimensionalArray | |||
) |
Definition at line 606 of file gtest-printers_test.cc.
References a, EXPECT_EQ, and PrintArrayHelper().
testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
ConstArray | |||
) |
Definition at line 615 of file gtest-printers_test.cc.
References a, EXPECT_EQ, and PrintArrayHelper().
testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
CharArrayWithNoTerminatingNul | |||
) |
Definition at line 621 of file gtest-printers_test.cc.
References a, EXPECT_EQ, and PrintArrayHelper().
testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
ConstCharArrayWithTerminatingNul | |||
) |
Definition at line 628 of file gtest-printers_test.cc.
References a, EXPECT_EQ, and PrintArrayHelper().
testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
WCharArrayWithNoTerminatingNul | |||
) |
Definition at line 634 of file gtest-printers_test.cc.
References a, EXPECT_EQ, and PrintArrayHelper().
testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
WConstCharArrayWithTerminatingNul | |||
) |
Definition at line 641 of file gtest-printers_test.cc.
References a, EXPECT_EQ, and PrintArrayHelper().
testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
ObjectArray | |||
) |
Definition at line 647 of file gtest-printers_test.cc.
References a, EXPECT_EQ, and PrintArrayHelper().
testing::gtest_printers_test::TEST | ( | PrintArrayTest | , |
BigArray | |||
) |
Definition at line 653 of file gtest-printers_test.cc.
References a, EXPECT_EQ, Print(), PrintArrayHelper(), s, string, and TEST().
testing::gtest_printers_test::TEST | ( | PrintStringTest | , |
StringInStdNamespace | |||
) |
Definition at line 672 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), s, and string.
testing::gtest_printers_test::TEST | ( | PrintStringTest | , |
StringAmbiguousHex | |||
) |
Definition at line 679 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), s, string, and TEST().
testing::gtest_printers_test::TEST | ( | PrintTypeWithGenericStreamingTest | , |
NonTemplateType | |||
) |
Definition at line 742 of file gtest-printers_test.cc.
References a, EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintTypeWithGenericStreamingTest | , |
TemplateType | |||
) |
Definition at line 759 of file gtest-printers_test.cc.
References a, EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintTypeWithGenericStreamingTest | , |
TypeImplicitlyConvertible | |||
) |
Definition at line 780 of file gtest-printers_test.cc.
References a, EXPECT_EQ, Print(), and TEST().
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
EmptyDeque | |||
) |
Definition at line 804 of file gtest-printers_test.cc.
References folly::empty(), EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
NonEmptyDeque | |||
) |
Definition at line 809 of file gtest-printers_test.cc.
References a, ASSERT_EQ, ASSERT_NE, EXPECT_EQ, EXPECT_TRUE, i, Print(), and TEST().
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
List | |||
) |
Definition at line 877 of file gtest-printers_test.cc.
References a, EXPECT_EQ, Print(), and strings.
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
Map | |||
) |
Definition at line 886 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
MultiMap | |||
) |
Definition at line 894 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
Set | |||
) |
Definition at line 908 of file gtest-printers_test.cc.
References a, EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
MultiSet | |||
) |
Definition at line 914 of file gtest-printers_test.cc.
References a, EXPECT_EQ, Print(), and TEST().
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
Pair | |||
) |
Definition at line 931 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
Vector | |||
) |
Definition at line 936 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and v.
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
LongSequence | |||
) |
Definition at line 943 of file gtest-printers_test.cc.
References a, EXPECT_EQ, Print(), and v.
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
NestedContainer | |||
) |
Definition at line 950 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and v.
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
OneDimensionalNativeArray | |||
) |
Definition at line 962 of file gtest-printers_test.cc.
References a, b, EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
TwoDimensionalNativeArray | |||
) |
Definition at line 968 of file gtest-printers_test.cc.
References a, b, EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
Iterator | |||
) |
Definition at line 980 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintStlContainerTest | , |
ConstIterator | |||
) |
Definition at line 991 of file gtest-printers_test.cc.
References EXPECT_EQ, std::tr1::make_tuple(), Print(), PrintPointer(), and TEST().
testing::gtest_printers_test::TEST | ( | PrintUnprintableTypeTest | , |
InGlobalNamespace | |||
) |
Definition at line 1117 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintUnprintableTypeTest | , |
InUserNamespace | |||
) |
Definition at line 1123 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintUnpritableTypeTest | , |
BigObject | |||
) |
Definition at line 1135 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintStreamableTypeTest | , |
InGlobalNamespace | |||
) |
Definition at line 1149 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and x.
testing::gtest_printers_test::TEST | ( | PrintStreamableTypeTest | , |
TemplateTypeInUserNamespace | |||
) |
Definition at line 1156 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintPrintableTypeTest | , |
InUserNamespace | |||
) |
Definition at line 1162 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintPrintableTypeTest | , |
PointerInUserNamespace | |||
) |
Definition at line 1169 of file gtest-printers_test.cc.
References EXPECT_EQ, Print(), and x.
testing::gtest_printers_test::TEST | ( | PrintPrintableTypeTest | , |
TemplateInUserNamespace | |||
) |
Definition at line 1175 of file gtest-printers_test.cc.
References EXPECT_EQ, and Print().
testing::gtest_printers_test::TEST | ( | PrintReferenceTest | , |
PrintsAddressAndValue | |||
) |
Definition at line 1182 of file gtest-printers_test.cc.
References a, EXPECT_EQ, PrintByRef(), PrintPointer(), and x.
testing::gtest_printers_test::TEST | ( | PrintReferenceTest | , |
HandlesFunctionPointer | |||
) |
Definition at line 1201 of file gtest-printers_test.cc.
References EXPECT_EQ, MyFunction(), PrintByRef(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintReferenceTest | , |
HandlesMemberFunctionPointer | |||
) |
Definition at line 1217 of file gtest-printers_test.cc.
References ch, EXPECT_TRUE, HasPrefix(), Print(), PrintByRef(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | PrintReferenceTest | , |
HandlesMemberVariablePointer | |||
) |
Definition at line 1233 of file gtest-printers_test.cc.
References EXPECT_TRUE, HasPrefix(), Print(), PrintByRef(), PrintPointer(), and value.
testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
WorksForScalar | |||
) |
Definition at line 1245 of file gtest-printers_test.cc.
References EXPECT_STREQ, and testing::internal::FormatForComparisonFailureMessage().
testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
WorksForNonCharPointer | |||
) |
Definition at line 1251 of file gtest-printers_test.cc.
References EXPECT_EQ, testing::internal::FormatForComparisonFailureMessage(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
FormatsNonCharArrayAsPointer | |||
) |
Definition at line 1258 of file gtest-printers_test.cc.
References EXPECT_EQ, testing::internal::FormatForComparisonFailureMessage(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
WorksForCharPointerVsPointer | |||
) |
Definition at line 1271 of file gtest-printers_test.cc.
References ch, EXPECT_EQ, testing::internal::FormatForComparisonFailureMessage(), PrintPointer(), and s.
testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
WorksForWCharPointerVsPointer | |||
) |
Definition at line 1289 of file gtest-printers_test.cc.
References ch, EXPECT_EQ, EXPECT_STREQ, testing::internal::FormatForComparisonFailureMessage(), PrintPointer(), s, and TEST().
testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
WorksForCharPointerVsStdString | |||
) |
Definition at line 1325 of file gtest-printers_test.cc.
References EXPECT_STREQ, testing::internal::FormatForComparisonFailureMessage(), s, string, and TEST().
testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
WorksForCharArrayVsPointer | |||
) |
Definition at line 1372 of file gtest-printers_test.cc.
References EXPECT_EQ, testing::internal::FormatForComparisonFailureMessage(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
WorksForCharArrayVsCharArray | |||
) |
Definition at line 1380 of file gtest-printers_test.cc.
References EXPECT_EQ, testing::internal::FormatForComparisonFailureMessage(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
WorksForWCharArrayVsPointer | |||
) |
Definition at line 1387 of file gtest-printers_test.cc.
References EXPECT_EQ, testing::internal::FormatForComparisonFailureMessage(), and PrintPointer().
testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
WorksForWCharArrayVsWCharArray | |||
) |
Definition at line 1395 of file gtest-printers_test.cc.
References EXPECT_EQ, EXPECT_STREQ, testing::internal::FormatForComparisonFailureMessage(), PrintPointer(), and TEST().
testing::gtest_printers_test::TEST | ( | FormatForComparisonFailureMessageTest | , |
WorksForCharArrayVsStdString | |||
) |
Definition at line 1415 of file gtest-printers_test.cc.
References EXPECT_STREQ, testing::internal::FormatForComparisonFailureMessage(), string, and TEST().
testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
WorksForScalar | |||
) |
Definition at line 1448 of file gtest-printers_test.cc.
References EXPECT_PRINT_TO_STRING_.
testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
WorksForPointerToConstChar | |||
) |
Definition at line 1452 of file gtest-printers_test.cc.
References EXPECT_PRINT_TO_STRING_.
testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
WorksForPointerToNonConstChar | |||
) |
Definition at line 1457 of file gtest-printers_test.cc.
References EXPECT_PRINT_TO_STRING_, and s.
testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
EscapesForPointerToConstChar | |||
) |
Definition at line 1463 of file gtest-printers_test.cc.
References EXPECT_PRINT_TO_STRING_.
testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
EscapesForPointerToNonConstChar | |||
) |
Definition at line 1468 of file gtest-printers_test.cc.
References EXPECT_PRINT_TO_STRING_, and s.
testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
WorksForArray | |||
) |
Definition at line 1474 of file gtest-printers_test.cc.
References EXPECT_PRINT_TO_STRING_.
testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
WorksForCharArray | |||
) |
Definition at line 1479 of file gtest-printers_test.cc.
References EXPECT_PRINT_TO_STRING_, and s.
testing::gtest_printers_test::TEST | ( | PrintToStringTest | , |
WorksForCharArrayWithEmbeddedNul | |||
) |
Definition at line 1484 of file gtest-printers_test.cc.
References EXPECT_PRINT_TO_STRING_.
testing::gtest_printers_test::TEST | ( | UniversalTersePrintTest | , |
WorksForNonReference | |||
) |
Definition at line 1494 of file gtest-printers_test.cc.
References EXPECT_EQ, and testing::internal::UniversalTersePrint().
testing::gtest_printers_test::TEST | ( | UniversalTersePrintTest | , |
WorksForReference | |||
) |
Definition at line 1500 of file gtest-printers_test.cc.
References EXPECT_EQ, and testing::internal::UniversalTersePrint().
testing::gtest_printers_test::TEST | ( | UniversalTersePrintTest | , |
WorksForCString | |||
) |
Definition at line 1507 of file gtest-printers_test.cc.
References EXPECT_EQ, and testing::internal::UniversalTersePrint().
testing::gtest_printers_test::TEST | ( | UniversalPrintTest | , |
WorksForNonReference | |||
) |
Definition at line 1524 of file gtest-printers_test.cc.
References EXPECT_EQ, and testing::internal::UniversalPrint().
testing::gtest_printers_test::TEST | ( | UniversalPrintTest | , |
WorksForReference | |||
) |
Definition at line 1530 of file gtest-printers_test.cc.
References EXPECT_EQ, and testing::internal::UniversalPrint().
testing::gtest_printers_test::TEST | ( | UniversalPrintTest | , |
WorksForCString | |||
) |
Definition at line 1537 of file gtest-printers_test.cc.
References EXPECT_EQ, PrintPointer(), and testing::internal::UniversalPrint().
testing::gtest_printers_test::TEST | ( | UniversalPrintTest | , |
WorksForCharArray | |||
) |
Definition at line 1554 of file gtest-printers_test.cc.
References ASSERT_EQ, EXPECT_EQ, std::tr1::make_tuple(), and testing::internal::UniversalPrint().
Referenced by testing::gtest_printers_test::Big::Big(), testing::gtest_printers_test::Foo::MyVirtualMethod(), testing::gtest_printers_test::AllowsGenericStreamingAndImplicitConversionTemplate< T >::operator bool(), PrintPointer(), TEST(), and foo::StreamableTemplateInFoo< T >::value().