|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "gtest/gtest.h"#include <limits.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <cstdint>#include <map>#include <memory>#include <ostream>#include <set>#include <stdexcept>#include <string>#include <type_traits>#include <unordered_set>#include <utility>#include <vector>#include "gtest/gtest-spi.h"#include "src/gtest-internal-inl.h"

Go to the source code of this file.
Namespaces | |
| testing | |
| testing::internal | |
| namespace1 | |
| namespace2 | |
| my_namespace | |
| my_namespace::testing | |
Macros | |
| #define | GTEST_USE_UNPROTECTED_COMMA_ global_var++, global_var++ |
| #define | VERIFY_CODE_LOCATION |
| #define | GTEST_TEST_PARSING_FLAGS_(argv1, argv2, expected, should_print_help) |
| #define | GTEST_FLAT_TUPLE_INT8 int, int, int, int, int, int, int, int, |
| #define | GTEST_FLAT_TUPLE_INT16 GTEST_FLAT_TUPLE_INT8 GTEST_FLAT_TUPLE_INT8 |
| #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_INT128 GTEST_FLAT_TUPLE_INT64 GTEST_FLAT_TUPLE_INT64 |
| #define | GTEST_FLAT_TUPLE_INT256 GTEST_FLAT_TUPLE_INT128 GTEST_FLAT_TUPLE_INT128 |
Typedefs | |
| typedef int | IntAlias |
Enumerations | |
| enum | NamedEnum |
| enum | |
Functions | |
| TEST (CommandLineFlagsTest, CanBeAccessedInCodeOnceGTestHIsIncluded) | |
| void | operator<< (ConvertibleGlobalType &, int) |
| ::std::ostream & | operator<< (::std::ostream &os, const TestingVector &vector) |
| testing::TEST (SuccessfulAssertionTest, SUCCEED) | |
| testing::TEST (SuccessfulAssertionTest, EXPECT) | |
| testing::TEST (SuccessfulAssertionTest, EXPECT_STR) | |
| testing::TEST (SuccessfulAssertionTest, ASSERT) | |
| testing::TEST (SuccessfulAssertionTest, ASSERT_STR) | |
| TEST (AssertionResultTest, CopyConstructorWorksWhenNotOptimied) | |
| TEST (AssertionResultTest, ConstructionWorks) | |
| TEST (AssertionResultTest, NegationWorks) | |
| TEST (AssertionResultTest, StreamingWorks) | |
| TEST (AssertionResultTest, CanStreamOstreamManipulators) | |
| TEST (AssertionResultTest, ConstructibleFromContextuallyConvertibleToBool) | |
| TEST (AssertionResultTest, ConstructibleFromImplicitlyConvertible) | |
| std::ostream & | operator<< (std::ostream &os, const Base &val) |
| std::ostream & | operator<< (std::ostream &os, const Base *pointer) |
| TEST (MessageTest, CanStreamUserTypeInGlobalNameSpace) | |
| TEST (MessageTest, CanStreamUserTypeInUnnamedNameSpace) | |
| std::ostream & | namespace1::operator<< (std::ostream &os, const MyTypeInNameSpace1 &val) |
| std::ostream & | namespace1::operator<< (std::ostream &os, const MyTypeInNameSpace1 *pointer) |
| TEST (MessageTest, CanStreamUserTypeInUserNameSpace) | |
| std::ostream & | operator<< (std::ostream &os, const namespace2::MyTypeInNameSpace2 &val) |
| std::ostream & | operator<< (std::ostream &os, const namespace2::MyTypeInNameSpace2 *pointer) |
| TEST (MessageTest, CanStreamUserTypeInUserNameSpaceWithStreamOperatorInGlobal) | |
| TEST (MessageTest, NullPointers) | |
| TEST (MessageTest, WideStrings) | |
| testing::TEST_F (TestInfoTest, Names) | |
| testing::TEST_F (TestInfoTest, result) | |
| testing::TEST (CodeLocationForTEST, Verify) | |
| testing::TEST_F (CodeLocationForTESTF, Verify) | |
| testing::TEST_P (CodeLocationForTESTP, Verify) | |
| testing::INSTANTIATE_TEST_SUITE_P (, CodeLocationForTESTP, Values(0)) | |
| testing::TYPED_TEST_SUITE (CodeLocationForTYPEDTEST, int) | |
| testing::TYPED_TEST (CodeLocationForTYPEDTEST, Verify) | |
| testing::TYPED_TEST_SUITE_P (CodeLocationForTYPEDTESTP) | |
| testing::TYPED_TEST_P (CodeLocationForTYPEDTESTP, Verify) | |
| testing::REGISTER_TYPED_TEST_SUITE_P (CodeLocationForTYPEDTESTP, Verify) | |
| testing::INSTANTIATE_TYPED_TEST_SUITE_P (My, CodeLocationForTYPEDTESTP, int) | |
| testing::TEST_F (SetUpTestCaseTest, Test1) | |
| testing::TEST_F (SetUpTestCaseTest, Test2) | |
| testing::TEST_F (SetUpTestSuiteTest, TestSetupTestSuite1) | |
| testing::TEST_F (SetUpTestSuiteTest, TestSetupTestSuite2) | |
| testing::TEST_F (ParseFlagsTest, Empty) | |
| testing::TEST_F (ParseFlagsTest, NoFlag) | |
| testing::TEST_F (ParseFlagsTest, FailFast) | |
| testing::TEST_F (ParseFlagsTest, FilterEmpty) | |
| testing::TEST_F (ParseFlagsTest, FilterNonEmpty) | |
| testing::TEST_F (ParseFlagsTest, BreakOnFailureWithoutValue) | |
| 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, CatchExceptions) | |
| testing::TEST_F (ParseFlagsTest, DeathTestUseFork) | |
| testing::TEST_F (ParseFlagsTest, DuplicatedFlags) | |
| testing::TEST_F (ParseFlagsTest, UnrecognizedFlag) | |
| testing::TEST_F (ParseFlagsTest, ListTestsFlag) | |
| testing::TEST_F (ParseFlagsTest, ListTestsTrue) | |
| testing::TEST_F (ParseFlagsTest, ListTestsFalse) | |
| testing::TEST_F (ParseFlagsTest, ListTestsFalse_f) | |
| testing::TEST_F (ParseFlagsTest, ListTestsFalse_F) | |
| testing::TEST_F (ParseFlagsTest, OutputXml) | |
| testing::TEST_F (ParseFlagsTest, OutputXmlFile) | |
| testing::TEST_F (ParseFlagsTest, OutputXmlDirectory) | |
| testing::TEST_F (ParseFlagsTest, BriefFlag) | |
| testing::TEST_F (ParseFlagsTest, BriefFlagTrue) | |
| testing::TEST_F (ParseFlagsTest, BriefFlagFalse) | |
| testing::TEST_F (ParseFlagsTest, PrintTimeFlag) | |
| testing::TEST_F (ParseFlagsTest, PrintTimeTrue) | |
| testing::TEST_F (ParseFlagsTest, PrintTimeFalse) | |
| testing::TEST_F (ParseFlagsTest, PrintTimeFalse_f) | |
| testing::TEST_F (ParseFlagsTest, PrintTimeFalse_F) | |
| testing::TEST_F (ParseFlagsTest, RandomSeed) | |
| testing::TEST_F (ParseFlagsTest, Repeat) | |
| testing::TEST_F (ParseFlagsTest, RecreateEnvironmentsWhenRepeating) | |
| testing::TEST_F (ParseFlagsTest, AlsoRunDisabledTestsFlag) | |
| testing::TEST_F (ParseFlagsTest, AlsoRunDisabledTestsTrue) | |
| testing::TEST_F (ParseFlagsTest, AlsoRunDisabledTestsFalse) | |
| testing::TEST_F (ParseFlagsTest, ShuffleWithoutValue) | |
| testing::TEST_F (ParseFlagsTest, ShuffleFalse_0) | |
| testing::TEST_F (ParseFlagsTest, ShuffleTrue) | |
| testing::TEST_F (ParseFlagsTest, StackTraceDepth) | |
| testing::TEST_F (ParseFlagsTest, StreamResultTo) | |
| testing::TEST_F (ParseFlagsTest, ThrowOnFailureWithoutValue) | |
| testing::TEST_F (ParseFlagsTest, ThrowOnFailureFalse_0) | |
| testing::TEST_F (ParseFlagsTest, ThrowOnFailureTrue) | |
| testing::TEST_F (ParseFlagsTest, FilterBad) | |
| testing::TEST_F (ParseFlagsTest, OutputEmpty) | |
| testing::TEST_F (ParseFlagsTest, UnrecognizedFlags) | |
| testing::TEST_F (CurrentTestInfoTest, WorksForFirstTestInATestSuite) | |
| testing::TEST_F (CurrentTestInfoTest, WorksForSecondTestInATestSuite) | |
| my_namespace::testing::TEST (NestedTestingNamespaceTest, Success) | |
| my_namespace::testing::TEST (NestedTestingNamespaceTest, Failure) | |
| TEST (StreamingAssertionsTest, Unconditional) | |
| TEST (StreamingAssertionsTest, Truth) | |
| TEST (StreamingAssertionsTest, Truth2) | |
| TEST (StreamingAssertionsTest, IntegerEquals) | |
| TEST (StreamingAssertionsTest, IntegerLessThan) | |
| TEST (StreamingAssertionsTest, StringsEqual) | |
| TEST (StreamingAssertionsTest, StringsNotEqual) | |
| TEST (StreamingAssertionsTest, StringsEqualIgnoringCase) | |
| TEST (StreamingAssertionsTest, StringNotEqualIgnoringCase) | |
| TEST (StreamingAssertionsTest, FloatingPointEquals) | |
| TEST (ColoredOutputTest, UsesColorsWhenGTestColorFlagIsYes) | |
| TEST (ColoredOutputTest, UsesColorsWhenGTestColorFlagIsAliasOfYes) | |
| TEST (ColoredOutputTest, UsesNoColorWhenGTestColorFlagIsNo) | |
| TEST (ColoredOutputTest, UsesNoColorWhenGTestColorFlagIsInvalid) | |
| TEST (ColoredOutputTest, UsesColorsWhenStdoutIsTty) | |
| TEST (ColoredOutputTest, UsesColorsWhenTermSupportsColors) | |
| TEST (StaticAssertTypeEqTest, WorksInClass) | |
| TEST (StaticAssertTypeEqTest, CompilesForEqualTypes) | |
| TEST (HasNonfatalFailureTest, ReturnsFalseWhenThereIsNoFailure) | |
| static void | FailFatally () |
| TEST (HasNonfatalFailureTest, ReturnsFalseWhenThereIsOnlyFatalFailure) | |
| TEST (HasNonfatalFailureTest, ReturnsTrueWhenThereIsNonfatalFailure) | |
| TEST (HasNonfatalFailureTest, ReturnsTrueWhenThereAreFatalAndNonfatalFailures) | |
| static bool | HasNonfatalFailureHelper () |
| TEST (HasNonfatalFailureTest, WorksOutsideOfTestBody) | |
| TEST (HasNonfatalFailureTest, WorksOutsideOfTestBody2) | |
| TEST (HasFailureTest, ReturnsFalseWhenThereIsNoFailure) | |
| TEST (HasFailureTest, ReturnsTrueWhenThereIsFatalFailure) | |
| TEST (HasFailureTest, ReturnsTrueWhenThereIsNonfatalFailure) | |
| TEST (HasFailureTest, ReturnsTrueWhenThereAreFatalAndNonfatalFailures) | |
| static bool | HasFailureHelper () |
| TEST (HasFailureTest, WorksOutsideOfTestBody) | |
| TEST (HasFailureTest, WorksOutsideOfTestBody2) | |
| TEST (TestEventListenersTest, ConstructionWorks) | |
| TEST (TestEventListenersTest, DestructionWorks) | |
| TEST (TestEventListenersTest, Append) | |
| TEST (EventListenerTest, AppendKeepsOrder) | |
| TEST (TestEventListenersTest, Release) | |
| TEST (EventListenerTest, SuppressEventForwarding) | |
| TEST (EventListenerDeathTest, EventsNotForwardedInDeathTestSubprocesses) | |
| TEST (EventListenerTest, default_result_printer) | |
| TEST (EventListenerTest, RemovingDefaultResultPrinterWorks) | |
| TEST (EventListenerTest, default_xml_generator) | |
| TEST (EventListenerTest, RemovingDefaultXmlGeneratorWorks) | |
| GTEST_TEST (AlternativeNameTest, Works) | |
| TEST (HasDebugStringAndShortDebugStringTest, ValueIsCompileTimeConstant) | |
| TEST (HasDebugStringAndShortDebugStringTest, ValueIsTrueWhenTypeHasDebugStringAndShortDebugString) | |
| TEST (HasDebugStringAndShortDebugStringTest, ValueIsFalseWhenTypeIsNotAProtocolMessage) | |
| template<typename T1 , typename T2 > | |
| void | TestGTestRemoveReferenceAndConst () |
| TEST (RemoveReferenceToConstTest, Works) | |
| template<typename T1 , typename T2 > | |
| void | TestGTestReferenceToConst () |
| TEST (GTestReferenceToConstTest, Works) | |
| TEST (IsContainerTestTest, WorksForNonContainer) | |
| TEST (IsContainerTestTest, WorksForContainer) | |
| TEST (IsContainerTestTest, ConstOnlyContainer) | |
| TEST (IsHashTable, Basic) | |
| TEST (ArrayEqTest, WorksForDegeneratedArrays) | |
| TEST (ArrayEqTest, WorksForOneDimensionalArrays) | |
| TEST (ArrayEqTest, WorksForTwoDimensionalArrays) | |
| TEST (ArrayAwareFindTest, WorksForOneDimensionalArray) | |
| TEST (ArrayAwareFindTest, WorksForTwoDimensionalArray) | |
| TEST (CopyArrayTest, WorksForDegeneratedArrays) | |
| TEST (CopyArrayTest, WorksForOneDimensionalArrays) | |
| TEST (CopyArrayTest, WorksForTwoDimensionalArrays) | |
| TEST (NativeArrayTest, ConstructorFromArrayWorks) | |
| TEST (NativeArrayTest, CreatesAndDeletesCopyOfArrayWhenAskedTo) | |
| TEST (NativeArrayTest, TypeMembersAreCorrect) | |
| TEST (NativeArrayTest, MethodsWork) | |
| TEST (NativeArrayTest, WorksForTwoDimensionalArray) | |
| TEST (ElemFromList, Basic) | |
| TEST (FlatTuple, Basic) | |
| TEST (FlatTuple, Apply) | |
| TEST (FlatTuple, ConstructorCalls) | |
| TEST (FlatTuple, ManyTypes) | |
| TEST (SkipPrefixTest, SkipsWhenPrefixMatches) | |
| TEST (SkipPrefixTest, DoesNotSkipWhenPrefixDoesNotMatch) | |
| TEST (AdHocTestResultTest, AdHocTestResultForUnitTestDoesNotShowFailure) | |
| TEST (RegisterTest, WasRegistered) | |
| TEST (PatternGlobbingTest, MatchesFilterLinearRuntime) | |
| TEST (PatternGlobbingTest, MatchesFilterWithMultiplePatterns) | |
| TEST (PatternGlobbingTest, MatchesFilterEdgeCases) | |
Variables | |
| << 1)(*)())> error in | operator<< overload resolution") |
| static GTEST_INTERNAL_ATTRIBUTE_MAYBE_UNUSED bool | dummy1 |
| static GTEST_INTERNAL_ATTRIBUTE_MAYBE_UNUSED bool | dummy2 |
| auto * | dynamic_test |
| #define GTEST_USE_UNPROTECTED_COMMA_ global_var++, global_var++ |
Definition at line 1306 of file gtest_unittest.cc.
| #define VERIFY_CODE_LOCATION |
Definition at line 5345 of file gtest_unittest.cc.
| #define GTEST_TEST_PARSING_FLAGS_ | ( | argv1, | |
| argv2, | |||
| expected, | |||
| should_print_help | |||
| ) |
Definition at line 5812 of file gtest_unittest.cc.
| #define GTEST_FLAT_TUPLE_INT8 int, int, int, int, int, int, int, int, |
| #define GTEST_FLAT_TUPLE_INT16 GTEST_FLAT_TUPLE_INT8 GTEST_FLAT_TUPLE_INT8 |
| #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_INT128 GTEST_FLAT_TUPLE_INT64 GTEST_FLAT_TUPLE_INT64 |
| #define GTEST_FLAT_TUPLE_INT256 GTEST_FLAT_TUPLE_INT128 GTEST_FLAT_TUPLE_INT128 |
| typedef int IntAlias |
Definition at line 6776 of file gtest_unittest.cc.
| enum NamedEnum |
Definition at line 3974 of file gtest_unittest.cc.
| anonymous enum |
Definition at line 3987 of file gtest_unittest.cc.
| TEST | ( | CommandLineFlagsTest | , |
| CanBeAccessedInCodeOnceGTestHIsIncluded | |||
| ) |
Definition at line 39 of file gtest_unittest.cc.
| void operator<< | ( | ConvertibleGlobalType & | , |
| int | |||
| ) |
| ::std::ostream& operator<< | ( | ::std::ostream & | os, |
| const TestingVector & | vector | ||
| ) |
Definition at line 291 of file gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| CopyConstructorWorksWhenNotOptimied | |||
| ) |
Definition at line 5088 of file gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| ConstructionWorks | |||
| ) |
Definition at line 5104 of file gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| NegationWorks | |||
| ) |
Definition at line 5127 of file gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| StreamingWorks | |||
| ) |
Definition at line 5137 of file gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| CanStreamOstreamManipulators | |||
| ) |
Definition at line 5143 of file gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| ConstructibleFromContextuallyConvertibleToBool | |||
| ) |
Definition at line 5151 of file gtest_unittest.cc.
| TEST | ( | AssertionResultTest | , |
| ConstructibleFromImplicitlyConvertible | |||
| ) |
Definition at line 5166 of file gtest_unittest.cc.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Base & | val | ||
| ) |
Definition at line 5181 of file gtest_unittest.cc.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Base * | pointer | ||
| ) |
Definition at line 5184 of file gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| CanStreamUserTypeInGlobalNameSpace | |||
| ) |
Definition at line 5188 of file gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| CanStreamUserTypeInUnnamedNameSpace | |||
| ) |
Definition at line 5213 of file gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| CanStreamUserTypeInUserNameSpace | |||
| ) |
Definition at line 5236 of file gtest_unittest.cc.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const namespace2::MyTypeInNameSpace2 & | val | ||
| ) |
Definition at line 5252 of file gtest_unittest.cc.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const namespace2::MyTypeInNameSpace2 * | pointer | ||
| ) |
Definition at line 5256 of file gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| CanStreamUserTypeInUserNameSpaceWithStreamOperatorInGlobal | |||
| ) |
Definition at line 5261 of file gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| NullPointers | |||
| ) |
Definition at line 5270 of file gtest_unittest.cc.
| TEST | ( | MessageTest | , |
| WideStrings | |||
| ) |
Definition at line 5284 of file gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| Unconditional | |||
| ) |
Definition at line 6491 of file gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| Truth | |||
| ) |
Definition at line 6503 of file gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| Truth2 | |||
| ) |
Definition at line 6512 of file gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| IntegerEquals | |||
| ) |
Definition at line 6526 of file gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| IntegerLessThan | |||
| ) |
Definition at line 6535 of file gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| StringsEqual | |||
| ) |
Definition at line 6544 of file gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| StringsNotEqual | |||
| ) |
Definition at line 6553 of file gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| StringsEqualIgnoringCase | |||
| ) |
Definition at line 6562 of file gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| StringNotEqualIgnoringCase | |||
| ) |
Definition at line 6571 of file gtest_unittest.cc.
| TEST | ( | StreamingAssertionsTest | , |
| FloatingPointEquals | |||
| ) |
Definition at line 6580 of file gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesColorsWhenGTestColorFlagIsYes | |||
| ) |
Definition at line 6626 of file gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesColorsWhenGTestColorFlagIsAliasOfYes | |||
| ) |
Definition at line 6638 of file gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesNoColorWhenGTestColorFlagIsNo | |||
| ) |
Definition at line 6651 of file gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesNoColorWhenGTestColorFlagIsInvalid | |||
| ) |
Definition at line 6663 of file gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesColorsWhenStdoutIsTty | |||
| ) |
Definition at line 6676 of file gtest_unittest.cc.
| TEST | ( | ColoredOutputTest | , |
| UsesColorsWhenTermSupportsColors | |||
| ) |
Definition at line 6684 of file gtest_unittest.cc.
| TEST | ( | StaticAssertTypeEqTest | , |
| WorksInClass | |||
| ) |
Definition at line 6770 of file gtest_unittest.cc.
| TEST | ( | StaticAssertTypeEqTest | , |
| CompilesForEqualTypes | |||
| ) |
Definition at line 6778 of file gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| ReturnsFalseWhenThereIsNoFailure | |||
| ) |
Definition at line 6783 of file gtest_unittest.cc.
|
static |
Definition at line 6787 of file gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| ReturnsFalseWhenThereIsOnlyFatalFailure | |||
| ) |
Definition at line 6789 of file gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| ReturnsTrueWhenThereIsNonfatalFailure | |||
| ) |
Definition at line 6796 of file gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| ReturnsTrueWhenThereAreFatalAndNonfatalFailures | |||
| ) |
Definition at line 6803 of file gtest_unittest.cc.
|
static |
Definition at line 6812 of file gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| WorksOutsideOfTestBody | |||
| ) |
Definition at line 6816 of file gtest_unittest.cc.
| TEST | ( | HasNonfatalFailureTest | , |
| WorksOutsideOfTestBody2 | |||
| ) |
Definition at line 6820 of file gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| ReturnsFalseWhenThereIsNoFailure | |||
| ) |
Definition at line 6827 of file gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| ReturnsTrueWhenThereIsFatalFailure | |||
| ) |
Definition at line 6831 of file gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| ReturnsTrueWhenThereIsNonfatalFailure | |||
| ) |
Definition at line 6838 of file gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| ReturnsTrueWhenThereAreFatalAndNonfatalFailures | |||
| ) |
Definition at line 6845 of file gtest_unittest.cc.
|
static |
Definition at line 6854 of file gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| WorksOutsideOfTestBody | |||
| ) |
Definition at line 6856 of file gtest_unittest.cc.
| TEST | ( | HasFailureTest | , |
| WorksOutsideOfTestBody2 | |||
| ) |
Definition at line 6860 of file gtest_unittest.cc.
| TEST | ( | TestEventListenersTest | , |
| ConstructionWorks | |||
| ) |
Definition at line 6888 of file gtest_unittest.cc.
| TEST | ( | TestEventListenersTest | , |
| DestructionWorks | |||
| ) |
Definition at line 6898 of file gtest_unittest.cc.
| TEST | ( | TestEventListenersTest | , |
| Append | |||
| ) |
Definition at line 6924 of file gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| AppendKeepsOrder | |||
| ) |
Definition at line 6979 of file gtest_unittest.cc.
| TEST | ( | TestEventListenersTest | , |
| Release | |||
| ) |
Definition at line 7020 of file gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| SuppressEventForwarding | |||
| ) |
Definition at line 7041 of file gtest_unittest.cc.
| TEST | ( | EventListenerDeathTest | , |
| EventsNotForwardedInDeathTestSubprocesses | |||
| ) |
Definition at line 7057 of file gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| default_result_printer | |||
| ) |
Definition at line 7070 of file gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| RemovingDefaultResultPrinterWorks | |||
| ) |
Definition at line 7101 of file gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| default_xml_generator | |||
| ) |
Definition at line 7129 of file gtest_unittest.cc.
| TEST | ( | EventListenerTest | , |
| RemovingDefaultXmlGeneratorWorks | |||
| ) |
Definition at line 7160 of file gtest_unittest.cc.
| GTEST_TEST | ( | AlternativeNameTest | , |
| Works | |||
| ) |
Definition at line 7190 of file gtest_unittest.cc.
| TEST | ( | HasDebugStringAndShortDebugStringTest | , |
| ValueIsCompileTimeConstant | |||
| ) |
Definition at line 7264 of file gtest_unittest.cc.
| TEST | ( | HasDebugStringAndShortDebugStringTest | , |
| ValueIsTrueWhenTypeHasDebugStringAndShortDebugString | |||
| ) |
Definition at line 7289 of file gtest_unittest.cc.
| TEST | ( | HasDebugStringAndShortDebugStringTest | , |
| ValueIsFalseWhenTypeIsNotAProtocolMessage | |||
| ) |
Definition at line 7297 of file gtest_unittest.cc.
| void TestGTestRemoveReferenceAndConst | ( | ) |
Definition at line 7307 of file gtest_unittest.cc.
| TEST | ( | RemoveReferenceToConstTest | , |
| Works | |||
| ) |
Definition at line 7312 of file gtest_unittest.cc.
| void TestGTestReferenceToConst | ( | ) |
Definition at line 7323 of file gtest_unittest.cc.
| TEST | ( | GTestReferenceToConstTest | , |
| Works | |||
| ) |
Definition at line 7328 of file gtest_unittest.cc.
| TEST | ( | IsContainerTestTest | , |
| WorksForNonContainer | |||
| ) |
Definition at line 7339 of file gtest_unittest.cc.
| TEST | ( | IsContainerTestTest | , |
| WorksForContainer | |||
| ) |
Definition at line 7345 of file gtest_unittest.cc.
| TEST | ( | IsContainerTestTest | , |
| ConstOnlyContainer | |||
| ) |
Definition at line 7366 of file gtest_unittest.cc.
| TEST | ( | IsHashTable | , |
| Basic | |||
| ) |
Definition at line 7381 of file gtest_unittest.cc.
| TEST | ( | ArrayEqTest | , |
| WorksForDegeneratedArrays | |||
| ) |
Definition at line 7390 of file gtest_unittest.cc.
| TEST | ( | ArrayEqTest | , |
| WorksForOneDimensionalArrays | |||
| ) |
Definition at line 7395 of file gtest_unittest.cc.
| TEST | ( | ArrayEqTest | , |
| WorksForTwoDimensionalArrays | |||
| ) |
Definition at line 7407 of file gtest_unittest.cc.
| TEST | ( | ArrayAwareFindTest | , |
| WorksForOneDimensionalArray | |||
| ) |
Definition at line 7421 of file gtest_unittest.cc.
| TEST | ( | ArrayAwareFindTest | , |
| WorksForTwoDimensionalArray | |||
| ) |
Definition at line 7427 of file gtest_unittest.cc.
| TEST | ( | CopyArrayTest | , |
| WorksForDegeneratedArrays | |||
| ) |
Definition at line 7438 of file gtest_unittest.cc.
| TEST | ( | CopyArrayTest | , |
| WorksForOneDimensionalArrays | |||
| ) |
Definition at line 7444 of file gtest_unittest.cc.
| TEST | ( | CopyArrayTest | , |
| WorksForTwoDimensionalArrays | |||
| ) |
Definition at line 7457 of file gtest_unittest.cc.
| TEST | ( | NativeArrayTest | , |
| ConstructorFromArrayWorks | |||
| ) |
Definition at line 7472 of file gtest_unittest.cc.
| TEST | ( | NativeArrayTest | , |
| CreatesAndDeletesCopyOfArrayWhenAskedTo | |||
| ) |
Definition at line 7479 of file gtest_unittest.cc.
| TEST | ( | NativeArrayTest | , |
| TypeMembersAreCorrect | |||
| ) |
Definition at line 7494 of file gtest_unittest.cc.
| TEST | ( | NativeArrayTest | , |
| MethodsWork | |||
| ) |
Definition at line 7502 of file gtest_unittest.cc.
| TEST | ( | NativeArrayTest | , |
| WorksForTwoDimensionalArray | |||
| ) |
Definition at line 7528 of file gtest_unittest.cc.
| TEST | ( | ElemFromList | , |
| Basic | |||
| ) |
Definition at line 7536 of file gtest_unittest.cc.
| TEST | ( | FlatTuple | , |
| Basic | |||
| ) |
Definition at line 7550 of file gtest_unittest.cc.
| TEST | ( | FlatTuple | , |
| Apply | |||
| ) |
Definition at line 7574 of file gtest_unittest.cc.
| TEST | ( | FlatTuple | , |
| ConstructorCalls | |||
| ) |
Definition at line 7635 of file gtest_unittest.cc.
| TEST | ( | FlatTuple | , |
| ManyTypes | |||
| ) |
Definition at line 7709 of file gtest_unittest.cc.
| TEST | ( | SkipPrefixTest | , |
| SkipsWhenPrefixMatches | |||
| ) |
Definition at line 7736 of file gtest_unittest.cc.
| TEST | ( | SkipPrefixTest | , |
| DoesNotSkipWhenPrefixDoesNotMatch | |||
| ) |
Definition at line 7748 of file gtest_unittest.cc.
| TEST | ( | AdHocTestResultTest | , |
| AdHocTestResultForUnitTestDoesNotShowFailure | |||
| ) |
Definition at line 7761 of file gtest_unittest.cc.
| TEST | ( | RegisterTest | , |
| WasRegistered | |||
| ) |
Definition at line 7777 of file gtest_unittest.cc.
| TEST | ( | PatternGlobbingTest | , |
| MatchesFilterLinearRuntime | |||
| ) |
Definition at line 7796 of file gtest_unittest.cc.
| TEST | ( | PatternGlobbingTest | , |
| MatchesFilterWithMultiplePatterns | |||
| ) |
Definition at line 7810 of file gtest_unittest.cc.
| TEST | ( | PatternGlobbingTest | , |
| MatchesFilterEdgeCases | |||
| ) |
Definition at line 7819 of file gtest_unittest.cc.
| <<1)(*)())> error in operator<< overload resolution") |
Definition at line 88 of file gtest_unittest.cc.
|
static |
Definition at line 6757 of file gtest_unittest.cc.
|
static |
Definition at line 6759 of file gtest_unittest.cc.
| auto* dynamic_test |
Definition at line 7773 of file gtest_unittest.cc.
1.8.5