#include "gtest/gtest.h"#include <limits.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <map>#include <ostream>#include <type_traits>#include <unordered_set>#include <vector>#include "gtest/gtest-spi.h"#include "src/gtest-internal-inl.h"
Go to the source code of this file.
Namespaces | |
| my_namespace | |
| my_namespace::testing | |
| namespace1 | |
| namespace2 | |
| testing | |
| testing::internal | |
Macros | |
| #define | GTEST_FLAT_TUPLE_INT128 GTEST_FLAT_TUPLE_INT64 GTEST_FLAT_TUPLE_INT64 |
| #define | GTEST_FLAT_TUPLE_INT16 GTEST_FLAT_TUPLE_INT8 GTEST_FLAT_TUPLE_INT8 |
| #define | GTEST_FLAT_TUPLE_INT256 GTEST_FLAT_TUPLE_INT128 GTEST_FLAT_TUPLE_INT128 |
| #define | GTEST_FLAT_TUPLE_INT32 GTEST_FLAT_TUPLE_INT16 GTEST_FLAT_TUPLE_INT16 |
| #define | GTEST_FLAT_TUPLE_INT64 GTEST_FLAT_TUPLE_INT32 GTEST_FLAT_TUPLE_INT32 |
| #define | GTEST_FLAT_TUPLE_INT8 int, int, int, int, int, int, int, int, |
| #define | GTEST_TEST_PARSING_FLAGS_(argv1, argv2, expected, should_print_help) |
| #define | GTEST_USE_UNPROTECTED_COMMA_ global_var++, global_var++ |
| #define | VERIFY_CODE_LOCATION |
Typedefs | |
| typedef int | IntAlias |
Functions | |
| static void | FailFatally () |
| GTEST_TEST (AlternativeNameTest, Works) | |
| static bool | HasFailureHelper () |
| static bool | HasNonfatalFailureHelper () |
| testing::INSTANTIATE_TEST_SUITE_P (, CodeLocationForTESTP, Values(0)) | |
| testing::INSTANTIATE_TYPED_TEST_SUITE_P (My, CodeLocationForTYPEDTESTP, int) | |
| ::std::ostream & | operator<< (::std::ostream &os, const TestingVector &vector) |
| std::ostream & | operator<< (std::ostream &os, const Base &val) |
| std::ostream & | operator<< (std::ostream &os, const Base *pointer) |
| std::ostream & | namespace1::operator<< (std::ostream &os, const MyTypeInNameSpace1 &val) |
| std::ostream & | namespace1::operator<< (std::ostream &os, const MyTypeInNameSpace1 *pointer) |
| std::ostream & | operator<< (std::ostream &os, const namespace2::MyTypeInNameSpace2 &val) |
| std::ostream & | operator<< (std::ostream &os, const namespace2::MyTypeInNameSpace2 *pointer) |
| testing::REGISTER_TYPED_TEST_SUITE_P (CodeLocationForTYPEDTESTP, Verify) | |
| TEST (ArrayAwareFindTest, WorksForOneDimensionalArray) | |
| TEST (ArrayAwareFindTest, WorksForTwoDimensionalArray) | |
| TEST (ArrayEqTest, WorksForDegeneratedArrays) | |
| TEST (ArrayEqTest, WorksForOneDimensionalArrays) | |
| TEST (ArrayEqTest, WorksForTwoDimensionalArrays) | |
| TEST (AssertionResultTest, CanStreamOstreamManipulators) | |
| TEST (AssertionResultTest, ConstructibleFromContextuallyConvertibleToBool) | |
| TEST (AssertionResultTest, ConstructibleFromImplicitlyConvertible) | |
| TEST (AssertionResultTest, ConstructionWorks) | |
| TEST (AssertionResultTest, CopyConstructorWorksWhenNotOptimied) | |
| TEST (AssertionResultTest, NegationWorks) | |
| TEST (AssertionResultTest, StreamingWorks) | |
| testing::TEST (CodeLocationForTEST, Verify) | |
| TEST (ColoredOutputTest, UsesColorsWhenGTestColorFlagIsAliasOfYes) | |
| TEST (ColoredOutputTest, UsesColorsWhenGTestColorFlagIsYes) | |
| TEST (ColoredOutputTest, UsesColorsWhenStdoutIsTty) | |
| TEST (ColoredOutputTest, UsesColorsWhenTermSupportsColors) | |
| TEST (ColoredOutputTest, UsesNoColorWhenGTestColorFlagIsInvalid) | |
| TEST (ColoredOutputTest, UsesNoColorWhenGTestColorFlagIsNo) | |
| TEST (CommandLineFlagsTest, CanBeAccessedInCodeOnceGTestHIsIncluded) | |
| TEST (CompileAssertTypesEqual, CompilesWhenTypesAreEqual) | |
| TEST (CopyArrayTest, WorksForDegeneratedArrays) | |
| TEST (CopyArrayTest, WorksForOneDimensionalArrays) | |
| TEST (CopyArrayTest, WorksForTwoDimensionalArrays) | |
| TEST (ElemFromList, Basic) | |
| TEST (EventListenerDeathTest, EventsNotForwardedInDeathTestSubprecesses) | |
| TEST (EventListenerTest, AppendKeepsOrder) | |
| TEST (EventListenerTest, default_result_printer) | |
| TEST (EventListenerTest, default_xml_generator) | |
| TEST (EventListenerTest, RemovingDefaultResultPrinterWorks) | |
| TEST (EventListenerTest, RemovingDefaultXmlGeneratorWorks) | |
| TEST (EventListenerTest, SuppressEventForwarding) | |
| TEST (FlatTuple, Basic) | |
| TEST (FlatTuple, ManyTypes) | |
| TEST (GTestReferenceToConstTest, Works) | |
| TEST (HasFailureTest, ReturnsFalseWhenThereIsNoFailure) | |
| TEST (HasFailureTest, ReturnsTrueWhenThereAreFatalAndNonfatalFailures) | |
| TEST (HasFailureTest, ReturnsTrueWhenThereIsFatalFailure) | |
| TEST (HasFailureTest, ReturnsTrueWhenThereIsNonfatalFailure) | |
| TEST (HasFailureTest, WorksOutsideOfTestBody) | |
| TEST (HasFailureTest, WorksOutsideOfTestBody2) | |
| TEST (HasNonfatalFailureTest, ReturnsFalseWhenThereIsNoFailure) | |
| TEST (HasNonfatalFailureTest, ReturnsFalseWhenThereIsOnlyFatalFailure) | |
| TEST (HasNonfatalFailureTest, ReturnsTrueWhenThereAreFatalAndNonfatalFailures) | |
| TEST (HasNonfatalFailureTest, ReturnsTrueWhenThereIsNonfatalFailure) | |
| TEST (HasNonfatalFailureTest, WorksOutsideOfTestBody) | |
| TEST (HasNonfatalFailureTest, WorksOutsideOfTestBody2) | |
| TEST (IndexSequence, MakeIndexSequence) | |
| TEST (IsAProtocolMessageTest, ValueIsCompileTimeConstant) | |
| TEST (IsAProtocolMessageTest, ValueIsFalseWhenTypeIsNotAProtocolMessage) | |
| TEST (IsAProtocolMessageTest, ValueIsTrueWhenTypeIsAProtocolMessage) | |
| TEST (IsContainerTestTest, ConstOnlyContainer) | |
| TEST (IsContainerTestTest, WorksForContainer) | |
| TEST (IsContainerTestTest, WorksForNonContainer) | |
| TEST (IsHashTable, Basic) | |
| TEST (MessageTest, CanStreamUserTypeInGlobalNameSpace) | |
| TEST (MessageTest, CanStreamUserTypeInUnnamedNameSpace) | |
| TEST (MessageTest, CanStreamUserTypeInUserNameSpace) | |
| TEST (MessageTest, CanStreamUserTypeInUserNameSpaceWithStreamOperatorInGlobal) | |
| TEST (MessageTest, NullPointers) | |
| TEST (MessageTest, WideStrings) | |
| TEST (NativeArrayTest, ConstructorFromArrayWorks) | |
| TEST (NativeArrayTest, CreatesAndDeletesCopyOfArrayWhenAskedTo) | |
| TEST (NativeArrayTest, MethodsWork) | |
| TEST (NativeArrayTest, TypeMembersAreCorrect) | |
| TEST (NativeArrayTest, WorksForTwoDimensionalArray) | |
| my_namespace::testing::TEST (NestedTestingNamespaceTest, Failure) | |
| my_namespace::testing::TEST (NestedTestingNamespaceTest, Success) | |
| TEST (RegisterTest, WasRegistered) | |
| TEST (RemoveReferenceTest, DoesNotAffectNonReferenceType) | |
| TEST (RemoveReferenceTest, MacroVersion) | |
| TEST (RemoveReferenceTest, RemovesReference) | |
| TEST (RemoveReferenceToConstTest, Works) | |
| TEST (SkipPrefixTest, DoesNotSkipWhenPrefixDoesNotMatch) | |
| TEST (SkipPrefixTest, SkipsWhenPrefixMatches) | |
| TEST (StaticAssertTypeEqTest, CompilesForEqualTypes) | |
| TEST (StaticAssertTypeEqTest, WorksInClass) | |
| TEST (StreamingAssertionsTest, FloatingPointEquals) | |
| TEST (StreamingAssertionsTest, IntegerEquals) | |
| TEST (StreamingAssertionsTest, IntegerLessThan) | |
| TEST (StreamingAssertionsTest, StringNotEqualIgnoringCase) | |
| TEST (StreamingAssertionsTest, StringsEqual) | |
| TEST (StreamingAssertionsTest, StringsEqualIgnoringCase) | |
| TEST (StreamingAssertionsTest, StringsNotEqual) | |
| TEST (StreamingAssertionsTest, Truth) | |
| TEST (StreamingAssertionsTest, Truth2) | |
| TEST (StreamingAssertionsTest, Unconditional) | |
| testing::TEST (SuccessfulAssertionTest, ASSERT) | |
| testing::TEST (SuccessfulAssertionTest, ASSERT_STR) | |
| testing::TEST (SuccessfulAssertionTest, EXPECT) | |
| testing::TEST (SuccessfulAssertionTest, EXPECT_STR) | |
| testing::TEST (SuccessfulAssertionTest, SUCCEED) | |
| TEST (TestEventListenersTest, Append) | |
| TEST (TestEventListenersTest, ConstructionWorks) | |
| TEST (TestEventListenersTest, DestructionWorks) | |
| TEST (TestEventListenersTest, Release) | |
| TEST_F (AdHocTestResultTest, AdHocTestResultForTestSuiteShowsFailure) | |
| TEST_F (AdHocTestResultTest, AdHocTestResultTestForUnitTestDoesNotShowFailure) | |
| testing::TEST_F (CodeLocationForTESTF, Verify) | |
| testing::TEST_F (CurrentTestInfoTest, WorksForFirstTestInATestSuite) | |
| testing::TEST_F (CurrentTestInfoTest, WorksForSecondTestInATestSuite) | |
| testing::TEST_F (ParseFlagsTest, AlsoRunDisabledTestsFalse) | |
| testing::TEST_F (ParseFlagsTest, AlsoRunDisabledTestsFlag) | |
| testing::TEST_F (ParseFlagsTest, AlsoRunDisabledTestsTrue) | |
| testing::TEST_F (ParseFlagsTest, BreakOnFailureFalse_0) | |
| testing::TEST_F (ParseFlagsTest, BreakOnFailureFalse_f) | |
| testing::TEST_F (ParseFlagsTest, BreakOnFailureFalse_F) | |
| testing::TEST_F (ParseFlagsTest, BreakOnFailureTrue) | |
| testing::TEST_F (ParseFlagsTest, BreakOnFailureWithoutValue) | |
| testing::TEST_F (ParseFlagsTest, CatchExceptions) | |
| testing::TEST_F (ParseFlagsTest, DeathTestUseFork) | |
| testing::TEST_F (ParseFlagsTest, DuplicatedFlags) | |
| testing::TEST_F (ParseFlagsTest, Empty) | |
| testing::TEST_F (ParseFlagsTest, FilterBad) | |
| testing::TEST_F (ParseFlagsTest, FilterEmpty) | |
| testing::TEST_F (ParseFlagsTest, FilterNonEmpty) | |
| testing::TEST_F (ParseFlagsTest, ListTestsFalse) | |
| testing::TEST_F (ParseFlagsTest, ListTestsFalse_f) | |
| testing::TEST_F (ParseFlagsTest, ListTestsFalse_F) | |
| testing::TEST_F (ParseFlagsTest, ListTestsFlag) | |
| testing::TEST_F (ParseFlagsTest, ListTestsTrue) | |
| testing::TEST_F (ParseFlagsTest, NoFlag) | |
| testing::TEST_F (ParseFlagsTest, OutputEmpty) | |
| testing::TEST_F (ParseFlagsTest, OutputXml) | |
| testing::TEST_F (ParseFlagsTest, OutputXmlDirectory) | |
| testing::TEST_F (ParseFlagsTest, OutputXmlFile) | |
| testing::TEST_F (ParseFlagsTest, PrintTimeFalse) | |
| testing::TEST_F (ParseFlagsTest, PrintTimeFalse_f) | |
| testing::TEST_F (ParseFlagsTest, PrintTimeFalse_F) | |
| testing::TEST_F (ParseFlagsTest, PrintTimeFlag) | |
| testing::TEST_F (ParseFlagsTest, PrintTimeTrue) | |
| testing::TEST_F (ParseFlagsTest, RandomSeed) | |
| testing::TEST_F (ParseFlagsTest, Repeat) | |
| testing::TEST_F (ParseFlagsTest, ShuffleFalse_0) | |
| testing::TEST_F (ParseFlagsTest, ShuffleTrue) | |
| testing::TEST_F (ParseFlagsTest, ShuffleWithoutValue) | |
| testing::TEST_F (ParseFlagsTest, StackTraceDepth) | |
| testing::TEST_F (ParseFlagsTest, StreamResultTo) | |
| testing::TEST_F (ParseFlagsTest, ThrowOnFailureFalse_0) | |
| testing::TEST_F (ParseFlagsTest, ThrowOnFailureTrue) | |
| testing::TEST_F (ParseFlagsTest, ThrowOnFailureWithoutValue) | |
| testing::TEST_F (ParseFlagsTest, UnrecognizedFlag) | |
| testing::TEST_F (SetUpTestCaseTest, Test1) | |
| testing::TEST_F (SetUpTestCaseTest, Test2) | |
| testing::TEST_F (SetUpTestSuiteTest, TestSetupTestSuite1) | |
| testing::TEST_F (SetUpTestSuiteTest, TestSetupTestSuite2) | |
| testing::TEST_F (TestInfoTest, Names) | |
| testing::TEST_F (TestInfoTest, result) | |
| testing::TEST_P (CodeLocationForTESTP, Verify) | |
| template<typename T1 , typename T2 > | |
| void | TestGTestReferenceToConst () |
| template<typename T1 , typename T2 > | |
| void | TestGTestRemoveReference () |
| template<typename T1 , typename T2 > | |
| void | TestGTestRemoveReferenceAndConst () |
| testing::TYPED_TEST (CodeLocationForTYPEDTEST, Verify) | |
| testing::TYPED_TEST_P (CodeLocationForTYPEDTESTP, Verify) | |
| testing::TYPED_TEST_SUITE (CodeLocationForTYPEDTEST, int) | |
| testing::TYPED_TEST_SUITE_P (CodeLocationForTYPEDTESTP) | |
Variables | |
| auto * | dynamic_test |
| static bool dummy1 | GTEST_ATTRIBUTE_UNUSED_ = StaticAssertTypeEq<bool, bool>() |
| #define GTEST_FLAT_TUPLE_INT128 GTEST_FLAT_TUPLE_INT64 GTEST_FLAT_TUPLE_INT64 |
| #define GTEST_FLAT_TUPLE_INT16 GTEST_FLAT_TUPLE_INT8 GTEST_FLAT_TUPLE_INT8 |
| #define GTEST_FLAT_TUPLE_INT256 GTEST_FLAT_TUPLE_INT128 GTEST_FLAT_TUPLE_INT128 |
| #define GTEST_FLAT_TUPLE_INT32 GTEST_FLAT_TUPLE_INT16 GTEST_FLAT_TUPLE_INT16 |
| #define GTEST_FLAT_TUPLE_INT64 GTEST_FLAT_TUPLE_INT32 GTEST_FLAT_TUPLE_INT32 |
| #define GTEST_TEST_PARSING_FLAGS_ | ( | argv1, | |
| argv2, | |||
| expected, | |||
| should_print_help | |||
| ) |
Definition at line 5753 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| #define GTEST_USE_UNPROTECTED_COMMA_ global_var++, global_var++ |
Definition at line 1304 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| #define VERIFY_CODE_LOCATION |
Definition at line 5323 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
Definition at line 6625 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
|
static |
Definition at line 6636 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| GTEST_TEST | ( | AlternativeNameTest | , |
| Works | |||
| ) |
Definition at line 7037 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
|
static |
Definition at line 6703 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
|
static |
Definition at line 6661 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| ::std::ostream& operator<< | ( | ::std::ostream & | os, |
| const TestingVector & | vector | ||
| ) |
Definition at line 298 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
Definition at line 5148 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
Definition at line 5152 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const namespace2::MyTypeInNameSpace2 & | val | ||
| ) |
Definition at line 5223 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const namespace2::MyTypeInNameSpace2 * | pointer | ||
| ) |
Definition at line 5227 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ArrayAwareFindTest | , |
| WorksForOneDimensionalArray | |||
| ) |
Definition at line 7254 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ArrayAwareFindTest | , |
| WorksForTwoDimensionalArray | |||
| ) |
Definition at line 7260 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ArrayEqTest | , |
| WorksForDegeneratedArrays | |||
| ) |
Definition at line 7223 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ArrayEqTest | , |
| WorksForOneDimensionalArrays | |||
| ) |
Definition at line 7228 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ArrayEqTest | , |
| WorksForTwoDimensionalArrays | |||
| ) |
Definition at line 7240 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| CanStreamOstreamManipulators | |||
| ) |
Definition at line 5111 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| ConstructibleFromContextuallyConvertibleToBool | |||
| ) |
Definition at line 5119 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| ConstructibleFromImplicitlyConvertible | |||
| ) |
Definition at line 5134 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| ConstructionWorks | |||
| ) |
Definition at line 5072 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| CopyConstructorWorksWhenNotOptimied | |||
| ) |
Definition at line 5056 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| NegationWorks | |||
| ) |
Definition at line 5095 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| StreamingWorks | |||
| ) |
Definition at line 5105 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesColorsWhenGTestColorFlagIsAliasOfYes | |||
| ) |
Definition at line 6494 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesColorsWhenGTestColorFlagIsYes | |||
| ) |
Definition at line 6482 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesColorsWhenStdoutIsTty | |||
| ) |
Definition at line 6532 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesColorsWhenTermSupportsColors | |||
| ) |
Definition at line 6540 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesNoColorWhenGTestColorFlagIsInvalid | |||
| ) |
Definition at line 6519 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesNoColorWhenGTestColorFlagIsNo | |||
| ) |
Definition at line 6507 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | CommandLineFlagsTest | , |
| CanBeAccessedInCodeOnceGTestHIsIncluded | |||
| ) |
Definition at line 39 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | CompileAssertTypesEqual | , |
| CompilesWhenTypesAreEqual | |||
| ) |
Definition at line 7108 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | CopyArrayTest | , |
| WorksForDegeneratedArrays | |||
| ) |
Definition at line 7271 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | CopyArrayTest | , |
| WorksForOneDimensionalArrays | |||
| ) |
Definition at line 7277 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | CopyArrayTest | , |
| WorksForTwoDimensionalArrays | |||
| ) |
Definition at line 7290 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | ElemFromList | , |
| Basic | |||
| ) |
Definition at line 7385 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | EventListenerDeathTest | , |
| EventsNotForwardedInDeathTestSubprecesses | |||
| ) |
Definition at line 6907 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| AppendKeepsOrder | |||
| ) |
Definition at line 6829 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| default_result_printer | |||
| ) |
Definition at line 6917 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| default_xml_generator | |||
| ) |
Definition at line 6976 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| RemovingDefaultResultPrinterWorks | |||
| ) |
Definition at line 6948 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| RemovingDefaultXmlGeneratorWorks | |||
| ) |
Definition at line 7007 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| SuppressEventForwarding | |||
| ) |
Definition at line 6891 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | FlatTuple | , |
| Basic | |||
| ) |
Definition at line 7404 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | FlatTuple | , |
| ManyTypes | |||
| ) |
Definition at line 7421 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | GTestReferenceToConstTest | , |
| Works | |||
| ) |
Definition at line 7159 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| ReturnsFalseWhenThereIsNoFailure | |||
| ) |
Definition at line 6676 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| ReturnsTrueWhenThereAreFatalAndNonfatalFailures | |||
| ) |
Definition at line 6694 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| ReturnsTrueWhenThereIsFatalFailure | |||
| ) |
Definition at line 6680 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| ReturnsTrueWhenThereIsNonfatalFailure | |||
| ) |
Definition at line 6687 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| WorksOutsideOfTestBody | |||
| ) |
Definition at line 6705 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| WorksOutsideOfTestBody2 | |||
| ) |
Definition at line 6709 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| ReturnsFalseWhenThereIsNoFailure | |||
| ) |
Definition at line 6632 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| ReturnsFalseWhenThereIsOnlyFatalFailure | |||
| ) |
Definition at line 6638 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| ReturnsTrueWhenThereAreFatalAndNonfatalFailures | |||
| ) |
Definition at line 6652 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| ReturnsTrueWhenThereIsNonfatalFailure | |||
| ) |
Definition at line 6645 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| WorksOutsideOfTestBody | |||
| ) |
Definition at line 6665 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| WorksOutsideOfTestBody2 | |||
| ) |
Definition at line 6669 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | IndexSequence | , |
| MakeIndexSequence | |||
| ) |
Definition at line 7369 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | IsAProtocolMessageTest | , |
| ValueIsCompileTimeConstant | |||
| ) |
Definition at line 7087 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | IsAProtocolMessageTest | , |
| ValueIsFalseWhenTypeIsNotAProtocolMessage | |||
| ) |
Definition at line 7101 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | IsAProtocolMessageTest | , |
| ValueIsTrueWhenTypeIsAProtocolMessage | |||
| ) |
Definition at line 7095 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | IsContainerTestTest | , |
| ConstOnlyContainer | |||
| ) |
Definition at line 7199 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | IsContainerTestTest | , |
| WorksForContainer | |||
| ) |
Definition at line 7177 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | IsContainerTestTest | , |
| WorksForNonContainer | |||
| ) |
Definition at line 7171 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | IsHashTable | , |
| Basic | |||
| ) |
Definition at line 7214 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| CanStreamUserTypeInGlobalNameSpace | |||
| ) |
Definition at line 5157 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| CanStreamUserTypeInUnnamedNameSpace | |||
| ) |
Definition at line 5182 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| CanStreamUserTypeInUserNameSpace | |||
| ) |
Definition at line 5207 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| CanStreamUserTypeInUserNameSpaceWithStreamOperatorInGlobal | |||
| ) |
Definition at line 5232 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| NullPointers | |||
| ) |
Definition at line 5241 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| WideStrings | |||
| ) |
Definition at line 5256 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | NativeArrayTest | , |
| ConstructorFromArrayWorks | |||
| ) |
Definition at line 7305 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | NativeArrayTest | , |
| CreatesAndDeletesCopyOfArrayWhenAskedTo | |||
| ) |
Definition at line 7312 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | NativeArrayTest | , |
| MethodsWork | |||
| ) |
Definition at line 7335 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | NativeArrayTest | , |
| TypeMembersAreCorrect | |||
| ) |
Definition at line 7327 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | NativeArrayTest | , |
| WorksForTwoDimensionalArray | |||
| ) |
Definition at line 7361 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | RegisterTest | , |
| WasRegistered | |||
| ) |
Definition at line 7504 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | RemoveReferenceTest | , |
| DoesNotAffectNonReferenceType | |||
| ) |
Definition at line 7114 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | RemoveReferenceTest | , |
| MacroVersion | |||
| ) |
Definition at line 7132 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | RemoveReferenceTest | , |
| RemovesReference | |||
| ) |
Definition at line 7120 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | RemoveReferenceToConstTest | , |
| Works | |||
| ) |
Definition at line 7144 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | SkipPrefixTest | , |
| DoesNotSkipWhenPrefixDoesNotMatch | |||
| ) |
Definition at line 7460 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | SkipPrefixTest | , |
| SkipsWhenPrefixMatches | |||
| ) |
Definition at line 7448 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StaticAssertTypeEqTest | , |
| CompilesForEqualTypes | |||
| ) |
Definition at line 6627 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StaticAssertTypeEqTest | , |
| WorksInClass | |||
| ) |
Definition at line 6619 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| FloatingPointEquals | |||
| ) |
Definition at line 6440 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| IntegerEquals | |||
| ) |
Definition at line 6386 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| IntegerLessThan | |||
| ) |
Definition at line 6395 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| StringNotEqualIgnoringCase | |||
| ) |
Definition at line 6431 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| StringsEqual | |||
| ) |
Definition at line 6404 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| StringsEqualIgnoringCase | |||
| ) |
Definition at line 6422 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| StringsNotEqual | |||
| ) |
Definition at line 6413 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| Truth | |||
| ) |
Definition at line 6363 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| Truth2 | |||
| ) |
Definition at line 6372 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| Unconditional | |||
| ) |
Definition at line 6350 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | TestEventListenersTest | , |
| Append | |||
| ) |
Definition at line 6775 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | TestEventListenersTest | , |
| ConstructionWorks | |||
| ) |
Definition at line 6739 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | TestEventListenersTest | , |
| DestructionWorks | |||
| ) |
Definition at line 6749 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST | ( | TestEventListenersTest | , |
| Release | |||
| ) |
Definition at line 6870 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST_F | ( | AdHocTestResultTest | , |
| AdHocTestResultForTestSuiteShowsFailure | |||
| ) |
Definition at line 7481 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| TEST_F | ( | AdHocTestResultTest | , |
| AdHocTestResultTestForUnitTestDoesNotShowFailure | |||
| ) |
Definition at line 7488 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| void TestGTestReferenceToConst | ( | ) |
Definition at line 7155 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| void TestGTestRemoveReference | ( | ) |
Definition at line 7128 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| void TestGTestRemoveReferenceAndConst | ( | ) |
Definition at line 7140 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.
| auto* dynamic_test |
Definition at line 7500 of file bloaty/third_party/googletest/googletest/test/gtest_unittest.cc.