tesseract v5.3.3.20231005
|
#include "gtest/gtest.h"
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <cstdint>
#include <map>
#include <ostream>
#include <string>
#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 | |
namespace | testing |
namespace | testing::internal |
namespace | namespace1 |
namespace | namespace2 |
namespace | my_namespace |
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 |
Functions | |
TEST (CommandLineFlagsTest, CanBeAccessedInCodeOnceGTestHIsIncluded) | |
::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, FilterBad) | |
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, OutputEmpty) | |
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, 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 (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) | |
TEST (HasNonfatalFailureTest, ReturnsFalseWhenThereIsOnlyFatalFailure) | |
TEST (HasNonfatalFailureTest, ReturnsTrueWhenThereIsNonfatalFailure) | |
TEST (HasNonfatalFailureTest, ReturnsTrueWhenThereAreFatalAndNonfatalFailures) | |
TEST (HasNonfatalFailureTest, WorksOutsideOfTestBody) | |
TEST (HasNonfatalFailureTest, WorksOutsideOfTestBody2) | |
TEST (HasFailureTest, ReturnsFalseWhenThereIsNoFailure) | |
TEST (HasFailureTest, ReturnsTrueWhenThereIsFatalFailure) | |
TEST (HasFailureTest, ReturnsTrueWhenThereIsNonfatalFailure) | |
TEST (HasFailureTest, ReturnsTrueWhenThereAreFatalAndNonfatalFailures) | |
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, EventsNotForwardedInDeathTestSubprecesses) | |
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 (IndexSequence, MakeIndexSequence) | |
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) | |
Variables | |
auto * | dynamic_test |
#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 | |||
) |
Definition at line 5842 of file gtest_unittest.cc.
#define GTEST_USE_UNPROTECTED_COMMA_ global_var++, global_var++ |
Definition at line 1305 of file gtest_unittest.cc.
#define VERIFY_CODE_LOCATION |
Definition at line 5387 of file gtest_unittest.cc.
typedef int IntAlias |
Definition at line 6750 of file gtest_unittest.cc.
GTEST_TEST | ( | AlternativeNameTest | , |
Works | |||
) |
Definition at line 7162 of file gtest_unittest.cc.
::std::ostream & operator<< | ( | ::std::ostream & | os, |
const TestingVector & | vector | ||
) |
Definition at line 297 of file gtest_unittest.cc.
std::ostream & operator<< | ( | std::ostream & | os, |
const Base & | val | ||
) |
Definition at line 5212 of file gtest_unittest.cc.
std::ostream & operator<< | ( | std::ostream & | os, |
const Base * | pointer | ||
) |
Definition at line 5216 of file gtest_unittest.cc.
std::ostream & operator<< | ( | std::ostream & | os, |
const namespace2::MyTypeInNameSpace2 & | val | ||
) |
Definition at line 5287 of file gtest_unittest.cc.
std::ostream & operator<< | ( | std::ostream & | os, |
const namespace2::MyTypeInNameSpace2 * | pointer | ||
) |
Definition at line 5291 of file gtest_unittest.cc.
TEST | ( | AdHocTestResultTest | , |
AdHocTestResultForUnitTestDoesNotShowFailure | |||
) |
Definition at line 7753 of file gtest_unittest.cc.
TEST | ( | ArrayAwareFindTest | , |
WorksForOneDimensionalArray | |||
) |
Definition at line 7397 of file gtest_unittest.cc.
TEST | ( | ArrayAwareFindTest | , |
WorksForTwoDimensionalArray | |||
) |
Definition at line 7403 of file gtest_unittest.cc.
TEST | ( | ArrayEqTest | , |
WorksForDegeneratedArrays | |||
) |
Definition at line 7366 of file gtest_unittest.cc.
TEST | ( | ArrayEqTest | , |
WorksForOneDimensionalArrays | |||
) |
Definition at line 7371 of file gtest_unittest.cc.
TEST | ( | ArrayEqTest | , |
WorksForTwoDimensionalArrays | |||
) |
Definition at line 7383 of file gtest_unittest.cc.
TEST | ( | AssertionResultTest | , |
CanStreamOstreamManipulators | |||
) |
Definition at line 5175 of file gtest_unittest.cc.
TEST | ( | AssertionResultTest | , |
ConstructibleFromContextuallyConvertibleToBool | |||
) |
Definition at line 5183 of file gtest_unittest.cc.
TEST | ( | AssertionResultTest | , |
ConstructibleFromImplicitlyConvertible | |||
) |
Definition at line 5198 of file gtest_unittest.cc.
TEST | ( | AssertionResultTest | , |
ConstructionWorks | |||
) |
Definition at line 5136 of file gtest_unittest.cc.
TEST | ( | AssertionResultTest | , |
CopyConstructorWorksWhenNotOptimied | |||
) |
Definition at line 5120 of file gtest_unittest.cc.
TEST | ( | AssertionResultTest | , |
NegationWorks | |||
) |
Definition at line 5159 of file gtest_unittest.cc.
TEST | ( | AssertionResultTest | , |
StreamingWorks | |||
) |
Definition at line 5169 of file gtest_unittest.cc.
TEST | ( | ColoredOutputTest | , |
UsesColorsWhenGTestColorFlagIsAliasOfYes | |||
) |
Definition at line 6619 of file gtest_unittest.cc.
TEST | ( | ColoredOutputTest | , |
UsesColorsWhenGTestColorFlagIsYes | |||
) |
Definition at line 6607 of file gtest_unittest.cc.
TEST | ( | ColoredOutputTest | , |
UsesColorsWhenStdoutIsTty | |||
) |
Definition at line 6657 of file gtest_unittest.cc.
TEST | ( | ColoredOutputTest | , |
UsesColorsWhenTermSupportsColors | |||
) |
Definition at line 6665 of file gtest_unittest.cc.
TEST | ( | ColoredOutputTest | , |
UsesNoColorWhenGTestColorFlagIsInvalid | |||
) |
Definition at line 6644 of file gtest_unittest.cc.
TEST | ( | ColoredOutputTest | , |
UsesNoColorWhenGTestColorFlagIsNo | |||
) |
Definition at line 6632 of file gtest_unittest.cc.
TEST | ( | CommandLineFlagsTest | , |
CanBeAccessedInCodeOnceGTestHIsIncluded | |||
) |
Definition at line 39 of file gtest_unittest.cc.
TEST | ( | CopyArrayTest | , |
WorksForDegeneratedArrays | |||
) |
Definition at line 7414 of file gtest_unittest.cc.
TEST | ( | CopyArrayTest | , |
WorksForOneDimensionalArrays | |||
) |
Definition at line 7420 of file gtest_unittest.cc.
TEST | ( | CopyArrayTest | , |
WorksForTwoDimensionalArrays | |||
) |
Definition at line 7433 of file gtest_unittest.cc.
TEST | ( | ElemFromList | , |
Basic | |||
) |
Definition at line 7528 of file gtest_unittest.cc.
TEST | ( | EventListenerDeathTest | , |
EventsNotForwardedInDeathTestSubprecesses | |||
) |
Definition at line 7032 of file gtest_unittest.cc.
TEST | ( | EventListenerTest | , |
AppendKeepsOrder | |||
) |
Definition at line 6954 of file gtest_unittest.cc.
TEST | ( | EventListenerTest | , |
default_result_printer | |||
) |
Definition at line 7042 of file gtest_unittest.cc.
TEST | ( | EventListenerTest | , |
default_xml_generator | |||
) |
Definition at line 7101 of file gtest_unittest.cc.
TEST | ( | EventListenerTest | , |
RemovingDefaultResultPrinterWorks | |||
) |
Definition at line 7073 of file gtest_unittest.cc.
TEST | ( | EventListenerTest | , |
RemovingDefaultXmlGeneratorWorks | |||
) |
Definition at line 7132 of file gtest_unittest.cc.
TEST | ( | EventListenerTest | , |
SuppressEventForwarding | |||
) |
Definition at line 7016 of file gtest_unittest.cc.
TEST | ( | FlatTuple | , |
Apply | |||
) |
Definition at line 7566 of file gtest_unittest.cc.
TEST | ( | FlatTuple | , |
Basic | |||
) |
Definition at line 7542 of file gtest_unittest.cc.
TEST | ( | FlatTuple | , |
ConstructorCalls | |||
) |
Definition at line 7627 of file gtest_unittest.cc.
TEST | ( | FlatTuple | , |
ManyTypes | |||
) |
Definition at line 7701 of file gtest_unittest.cc.
TEST | ( | GTestReferenceToConstTest | , |
Works | |||
) |
Definition at line 7302 of file gtest_unittest.cc.
TEST | ( | HasDebugStringAndShortDebugStringTest | , |
ValueIsCompileTimeConstant | |||
) |
Definition at line 7236 of file gtest_unittest.cc.
TEST | ( | HasDebugStringAndShortDebugStringTest | , |
ValueIsFalseWhenTypeIsNotAProtocolMessage | |||
) |
Definition at line 7271 of file gtest_unittest.cc.
TEST | ( | HasDebugStringAndShortDebugStringTest | , |
ValueIsTrueWhenTypeHasDebugStringAndShortDebugString | |||
) |
Definition at line 7263 of file gtest_unittest.cc.
TEST | ( | HasFailureTest | , |
ReturnsFalseWhenThereIsNoFailure | |||
) |
Definition at line 6801 of file gtest_unittest.cc.
TEST | ( | HasFailureTest | , |
ReturnsTrueWhenThereAreFatalAndNonfatalFailures | |||
) |
Definition at line 6819 of file gtest_unittest.cc.
TEST | ( | HasFailureTest | , |
ReturnsTrueWhenThereIsFatalFailure | |||
) |
Definition at line 6805 of file gtest_unittest.cc.
TEST | ( | HasFailureTest | , |
ReturnsTrueWhenThereIsNonfatalFailure | |||
) |
Definition at line 6812 of file gtest_unittest.cc.
TEST | ( | HasFailureTest | , |
WorksOutsideOfTestBody | |||
) |
Definition at line 6830 of file gtest_unittest.cc.
TEST | ( | HasFailureTest | , |
WorksOutsideOfTestBody2 | |||
) |
Definition at line 6834 of file gtest_unittest.cc.
TEST | ( | HasNonfatalFailureTest | , |
ReturnsFalseWhenThereIsNoFailure | |||
) |
Definition at line 6757 of file gtest_unittest.cc.
TEST | ( | HasNonfatalFailureTest | , |
ReturnsFalseWhenThereIsOnlyFatalFailure | |||
) |
Definition at line 6763 of file gtest_unittest.cc.
TEST | ( | HasNonfatalFailureTest | , |
ReturnsTrueWhenThereAreFatalAndNonfatalFailures | |||
) |
Definition at line 6777 of file gtest_unittest.cc.
TEST | ( | HasNonfatalFailureTest | , |
ReturnsTrueWhenThereIsNonfatalFailure | |||
) |
Definition at line 6770 of file gtest_unittest.cc.
TEST | ( | HasNonfatalFailureTest | , |
WorksOutsideOfTestBody | |||
) |
Definition at line 6790 of file gtest_unittest.cc.
TEST | ( | HasNonfatalFailureTest | , |
WorksOutsideOfTestBody2 | |||
) |
Definition at line 6794 of file gtest_unittest.cc.
TEST | ( | IndexSequence | , |
MakeIndexSequence | |||
) |
Definition at line 7512 of file gtest_unittest.cc.
TEST | ( | IsContainerTestTest | , |
ConstOnlyContainer | |||
) |
Definition at line 7342 of file gtest_unittest.cc.
TEST | ( | IsContainerTestTest | , |
WorksForContainer | |||
) |
Definition at line 7320 of file gtest_unittest.cc.
TEST | ( | IsContainerTestTest | , |
WorksForNonContainer | |||
) |
Definition at line 7314 of file gtest_unittest.cc.
TEST | ( | IsHashTable | , |
Basic | |||
) |
Definition at line 7357 of file gtest_unittest.cc.
TEST | ( | MessageTest | , |
CanStreamUserTypeInGlobalNameSpace | |||
) |
Definition at line 5221 of file gtest_unittest.cc.
TEST | ( | MessageTest | , |
CanStreamUserTypeInUnnamedNameSpace | |||
) |
Definition at line 5246 of file gtest_unittest.cc.
TEST | ( | MessageTest | , |
CanStreamUserTypeInUserNameSpace | |||
) |
Definition at line 5271 of file gtest_unittest.cc.
TEST | ( | MessageTest | , |
CanStreamUserTypeInUserNameSpaceWithStreamOperatorInGlobal | |||
) |
Definition at line 5296 of file gtest_unittest.cc.
TEST | ( | MessageTest | , |
NullPointers | |||
) |
Definition at line 5305 of file gtest_unittest.cc.
TEST | ( | MessageTest | , |
WideStrings | |||
) |
Definition at line 5320 of file gtest_unittest.cc.
TEST | ( | NativeArrayTest | , |
ConstructorFromArrayWorks | |||
) |
Definition at line 7448 of file gtest_unittest.cc.
TEST | ( | NativeArrayTest | , |
CreatesAndDeletesCopyOfArrayWhenAskedTo | |||
) |
Definition at line 7455 of file gtest_unittest.cc.
TEST | ( | NativeArrayTest | , |
MethodsWork | |||
) |
Definition at line 7478 of file gtest_unittest.cc.
TEST | ( | NativeArrayTest | , |
TypeMembersAreCorrect | |||
) |
Definition at line 7470 of file gtest_unittest.cc.
TEST | ( | NativeArrayTest | , |
WorksForTwoDimensionalArray | |||
) |
Definition at line 7504 of file gtest_unittest.cc.
TEST | ( | RegisterTest | , |
WasRegistered | |||
) |
Definition at line 7769 of file gtest_unittest.cc.
TEST | ( | RemoveReferenceToConstTest | , |
Works | |||
) |
Definition at line 7286 of file gtest_unittest.cc.
TEST | ( | SkipPrefixTest | , |
DoesNotSkipWhenPrefixDoesNotMatch | |||
) |
Definition at line 7740 of file gtest_unittest.cc.
TEST | ( | SkipPrefixTest | , |
SkipsWhenPrefixMatches | |||
) |
Definition at line 7728 of file gtest_unittest.cc.
TEST | ( | StaticAssertTypeEqTest | , |
CompilesForEqualTypes | |||
) |
Definition at line 6752 of file gtest_unittest.cc.
TEST | ( | StaticAssertTypeEqTest | , |
WorksInClass | |||
) |
Definition at line 6744 of file gtest_unittest.cc.
TEST | ( | StreamingAssertionsTest | , |
FloatingPointEquals | |||
) |
Definition at line 6565 of file gtest_unittest.cc.
TEST | ( | StreamingAssertionsTest | , |
IntegerEquals | |||
) |
Definition at line 6511 of file gtest_unittest.cc.
TEST | ( | StreamingAssertionsTest | , |
IntegerLessThan | |||
) |
Definition at line 6520 of file gtest_unittest.cc.
TEST | ( | StreamingAssertionsTest | , |
StringNotEqualIgnoringCase | |||
) |
Definition at line 6556 of file gtest_unittest.cc.
TEST | ( | StreamingAssertionsTest | , |
StringsEqual | |||
) |
Definition at line 6529 of file gtest_unittest.cc.
TEST | ( | StreamingAssertionsTest | , |
StringsEqualIgnoringCase | |||
) |
Definition at line 6547 of file gtest_unittest.cc.
TEST | ( | StreamingAssertionsTest | , |
StringsNotEqual | |||
) |
Definition at line 6538 of file gtest_unittest.cc.
TEST | ( | StreamingAssertionsTest | , |
Truth | |||
) |
Definition at line 6488 of file gtest_unittest.cc.
TEST | ( | StreamingAssertionsTest | , |
Truth2 | |||
) |
Definition at line 6497 of file gtest_unittest.cc.
TEST | ( | StreamingAssertionsTest | , |
Unconditional | |||
) |
Definition at line 6475 of file gtest_unittest.cc.
TEST | ( | TestEventListenersTest | , |
Append | |||
) |
Definition at line 6900 of file gtest_unittest.cc.
TEST | ( | TestEventListenersTest | , |
ConstructionWorks | |||
) |
Definition at line 6864 of file gtest_unittest.cc.
TEST | ( | TestEventListenersTest | , |
DestructionWorks | |||
) |
Definition at line 6874 of file gtest_unittest.cc.
TEST | ( | TestEventListenersTest | , |
Release | |||
) |
Definition at line 6995 of file gtest_unittest.cc.
Definition at line 7297 of file gtest_unittest.cc.
Definition at line 7281 of file gtest_unittest.cc.
auto* dynamic_test |
Definition at line 7765 of file gtest_unittest.cc.