Classes | |
| class | AClass |
| class | AllArgsHelper |
| struct | AStruct |
| class | BacktrackingBPMTest |
| class | Base |
| class | BipartiteNonSquareTest |
| class | BipartiteRandomTest |
| class | BipartiteTest |
| class | ConstPropagatingPtr |
| struct | ConvertibleFromAny |
| class | ConvertibleToBool |
| class | Derived |
| class | DerivedClass |
| struct | DerivedStruct |
| class | DivisibleByImpl |
| class | EvenMatcherImpl |
| class | FloatingPointNearTest |
| class | FloatingPointTest |
| struct | Functor |
| class | GreaterThanMatcher |
| class | IntValue |
| class | IsGreaterThan |
| class | IsHalfOfMatcher |
| class | NewEvenMatcherImpl |
| class | NotCopyable |
| struct | PolymorphicFunctor |
| class | PolymorphicIsEvenImpl |
| class | ReferencesBarOrIsZeroImpl |
| struct | ReferencingFunctor |
| class | Streamlike |
| struct | Type |
| class | Uncopyable |
| class | UnorderedElementsAreTest |
| class | Unprintable |
Typedefs | |
| typedef FloatingPointNearTest< double > | DoubleNearTest |
| typedef FloatingPointTest< double > | DoubleTest |
| typedef FloatingPointNearTest< float > | FloatNearTest |
| typedef FloatingPointTest< float > | FloatTest |
| typedef ::std::tr1::tuple< long, int > | Tuple2 |
Functions | |
| void | AllOfMatches (int num, const Matcher< int > &m) |
| void | AnyOfMatches (int num, const Matcher< int > &m) |
| template<typename T > | |
| string | Describe (const Matcher< T > &m) |
| template<typename T > | |
| string | DescribeNegation (const Matcher< T > &m) |
| PolymorphicMatcher< DivisibleByImpl > | DivisibleBy (int n) |
| double & | DoubleFunction (double &input) |
| static string | EMString (int element, int matcher) |
| template<typename MatcherType , typename Value > | |
| string | Explain (const MatcherType &m, const Value &x) |
| template<typename Graph > | |
| ElementMatcherPairs | FindBacktrackingMaxBPM (const Graph &g) |
| Matcher< int > | GreaterThan (int n) |
| INSTANTIATE_TEST_CASE_P (AllGraphs, BipartiteTest,::testing::Range(0, 5)) | |
| INSTANTIATE_TEST_CASE_P (AllGraphs, BipartiteNonSquareTest, testing::Values(std::make_pair(1, 2), std::make_pair(2, 1), std::make_pair(3, 2), std::make_pair(2, 3), std::make_pair(4, 1), std::make_pair(1, 4), std::make_pair(4, 3), std::make_pair(3, 4))) | |
| INSTANTIATE_TEST_CASE_P (Samples, BipartiteRandomTest, testing::Values(std::make_pair(5, 10000), std::make_pair(6, 5000), std::make_pair(7, 2000), std::make_pair(8, 500), std::make_pair(9, 100))) | |
| int | IntFunction (int input) |
| string | IntToStringFunction (int input) |
| PolymorphicMatcher< IsHalfOfMatcher > | IsHalfOf () |
| ConvertibleToBool | IsNotZero (int number) |
| int | IsPositive (double x) |
| bool | IsPositiveIntValue (const IntValue &foo) |
| MATCHER_P (Really, inner_matcher,"") | |
| string | OfType (const string &type_name) |
| ostream & | operator<< (ostream &os, const ConvertibleFromAny &a) |
| bool | operator== (const ConvertibleFromAny &a, const ConvertibleFromAny &b) |
| PolymorphicMatcher< PolymorphicIsEvenImpl > | PolymorphicIsEven () |
| PolymorphicMatcher< ReferencesBarOrIsZeroImpl > | ReferencesBarOrIsZero () |
| bool | ReferencesFooAndIsZero (const int &n) |
| const int * | ReferencingFunction (const int &n) |
| Uncopyable & | RefUncopyableFunction (Uncopyable &obj) |
| const string & | StringFunction (const string &input) |
| TEST (MatchResultListenerTest, StreamingWorks) | |
| TEST (MatchResultListenerTest, CanAccessUnderlyingStream) | |
| TEST (MatchResultListenerTest, IsInterestedWorks) | |
| TEST (MatcherInterfaceTest, CanBeImplementedUsingPublishedAPI) | |
| TEST (MatcherInterfaceTest, CanBeImplementedUsingNewAPI) | |
| TEST (MatcherTest, CanBeDefaultConstructed) | |
| TEST (MatcherTest, CanBeConstructedFromMatcherInterface) | |
| TEST (MatcherTest, CanBeImplicitlyConstructedFromValue) | |
| TEST (MatcherTest, CanBeImplicitlyConstructedFromNULL) | |
| TEST (MatcherTest, IsCopyable) | |
| TEST (MatcherTest, CanDescribeItself) | |
| TEST (MatcherTest, MatchAndExplain) | |
| TEST (StringMatcherTest, CanBeImplicitlyConstructedFromCStringLiteral) | |
| TEST (StringMatcherTest, CanBeImplicitlyConstructedFromString) | |
| TEST (MakeMatcherTest, ConstructsMatcherFromMatcherInterface) | |
| TEST (MakePolymorphicMatcherTest, ConstructsMatcherUsingOldAPI) | |
| TEST (MakePolymorphicMatcherTest, ConstructsMatcherUsingNewAPI) | |
| TEST (MatcherCastTest, FromPolymorphicMatcher) | |
| TEST (MatcherCastTest, FromCompatibleType) | |
| TEST (MatcherCastTest, FromConstReferenceToNonReference) | |
| TEST (MatcherCastTest, FromReferenceToNonReference) | |
| TEST (MatcherCastTest, FromNonReferenceToConstReference) | |
| TEST (MatcherCastTest, FromNonReferenceToReference) | |
| TEST (MatcherCastTest, FromSameType) | |
| TEST (MatcherCastTest, ConversionConstructorIsUsed) | |
| TEST (MatcherCastTest, FromConvertibleFromAny) | |
| TEST (SafeMatcherCastTest, FromPolymorphicMatcher) | |
| TEST (SafeMatcherCastTest, FromLosslesslyConvertibleArithmeticType) | |
| TEST (SafeMatcherCastTest, FromBaseClass) | |
| TEST (SafeMatcherCastTest, FromConstReferenceToReference) | |
| TEST (SafeMatcherCastTest, FromNonReferenceToConstReference) | |
| TEST (SafeMatcherCastTest, FromNonReferenceToReference) | |
| TEST (SafeMatcherCastTest, FromSameType) | |
| TEST (SafeMatcherCastTest, ConversionConstructorIsUsed) | |
| TEST (SafeMatcherCastTest, FromConvertibleFromAny) | |
| TEST (ATest, MatchesAnyValue) | |
| TEST (ATest, WorksForDerivedClass) | |
| TEST (ATest, CanDescribeSelf) | |
| TEST (AnTest, MatchesAnyValue) | |
| TEST (AnTest, CanDescribeSelf) | |
| TEST (UnderscoreTest, MatchesAnyValue) | |
| TEST (UnderscoreTest, CanDescribeSelf) | |
| TEST (EqTest, MatchesEqualValue) | |
| TEST (EqTest, CanDescribeSelf) | |
| TEST (EqTest, IsPolymorphic) | |
| TEST (TypedEqTest, ChecksEqualityForGivenType) | |
| TEST (TypedEqTest, CanDescribeSelf) | |
| TEST (TypedEqTest, HasSpecifiedType) | |
| TEST (GeTest, ImplementsGreaterThanOrEqual) | |
| TEST (GeTest, CanDescribeSelf) | |
| TEST (GtTest, ImplementsGreaterThan) | |
| TEST (GtTest, CanDescribeSelf) | |
| TEST (LeTest, ImplementsLessThanOrEqual) | |
| TEST (LeTest, CanDescribeSelf) | |
| TEST (LtTest, ImplementsLessThan) | |
| TEST (LtTest, CanDescribeSelf) | |
| TEST (NeTest, ImplementsNotEqual) | |
| TEST (NeTest, CanDescribeSelf) | |
| TEST (IsNullTest, MatchesNullPointer) | |
| TEST (IsNullTest, LinkedPtr) | |
| TEST (IsNullTest, ReferenceToConstLinkedPtr) | |
| TEST (IsNullTest, ReferenceToConstScopedPtr) | |
| TEST (IsNullTest, CanDescribeSelf) | |
| TEST (NotNullTest, MatchesNonNullPointer) | |
| TEST (NotNullTest, LinkedPtr) | |
| TEST (NotNullTest, ReferenceToConstLinkedPtr) | |
| TEST (NotNullTest, ReferenceToConstScopedPtr) | |
| TEST (NotNullTest, CanDescribeSelf) | |
| TEST (RefTest, MatchesSameVariable) | |
| TEST (RefTest, CanDescribeSelf) | |
| TEST (RefTest, CanBeUsedAsMatcherForConstReference) | |
| TEST (RefTest, IsCovariant) | |
| TEST (RefTest, ExplainsResult) | |
| TEST (StrEqTest, MatchesEqualString) | |
| TEST (StrEqTest, CanDescribeSelf) | |
| TEST (StrNeTest, MatchesUnequalString) | |
| TEST (StrNeTest, CanDescribeSelf) | |
| TEST (StrCaseEqTest, MatchesEqualStringIgnoringCase) | |
| TEST (StrCaseEqTest, MatchesEqualStringWith0IgnoringCase) | |
| TEST (StrCaseEqTest, CanDescribeSelf) | |
| TEST (StrCaseNeTest, MatchesUnequalStringIgnoringCase) | |
| TEST (StrCaseNeTest, CanDescribeSelf) | |
| TEST (HasSubstrTest, WorksForStringClasses) | |
| TEST (HasSubstrTest, WorksForCStrings) | |
| TEST (HasSubstrTest, CanDescribeSelf) | |
| TEST (KeyTest, CanDescribeSelf) | |
| TEST (KeyTest, ExplainsResult) | |
| TEST (KeyTest, MatchesCorrectly) | |
| TEST (KeyTest, SafelyCastsInnerMatcher) | |
| TEST (KeyTest, InsideContainsUsingMap) | |
| TEST (KeyTest, InsideContainsUsingMultimap) | |
| TEST (PairTest, Typing) | |
| TEST (PairTest, CanDescribeSelf) | |
| TEST (PairTest, CanExplainMatchResultTo) | |
| TEST (PairTest, MatchesCorrectly) | |
| TEST (PairTest, SafelyCastsInnerMatchers) | |
| TEST (PairTest, InsideContainsUsingMap) | |
| TEST (StartsWithTest, MatchesStringWithGivenPrefix) | |
| TEST (StartsWithTest, CanDescribeSelf) | |
| TEST (EndsWithTest, MatchesStringWithGivenSuffix) | |
| TEST (EndsWithTest, CanDescribeSelf) | |
| TEST (MatchesRegexTest, MatchesStringMatchingGivenRegex) | |
| TEST (MatchesRegexTest, CanDescribeSelf) | |
| TEST (ContainsRegexTest, MatchesStringContainingGivenRegex) | |
| TEST (ContainsRegexTest, CanDescribeSelf) | |
| TEST (Eq2Test, MatchesEqualArguments) | |
| TEST (Eq2Test, CanDescribeSelf) | |
| TEST (Ge2Test, MatchesGreaterThanOrEqualArguments) | |
| TEST (Ge2Test, CanDescribeSelf) | |
| TEST (Gt2Test, MatchesGreaterThanArguments) | |
| TEST (Gt2Test, CanDescribeSelf) | |
| TEST (Le2Test, MatchesLessThanOrEqualArguments) | |
| TEST (Le2Test, CanDescribeSelf) | |
| TEST (Lt2Test, MatchesLessThanArguments) | |
| TEST (Lt2Test, CanDescribeSelf) | |
| TEST (Ne2Test, MatchesUnequalArguments) | |
| TEST (Ne2Test, CanDescribeSelf) | |
| TEST (NotTest, NegatesMatcher) | |
| TEST (NotTest, CanDescribeSelf) | |
| TEST (NotTest, NotMatcherSafelyCastsMonomorphicMatchers) | |
| TEST (AllOfTest, MatchesWhenAllMatch) | |
| TEST (AllOfTest, CanDescribeSelf) | |
| TEST (AllOfTest, CanDescribeNegation) | |
| TEST (AllOfTest, AllOfMatcherSafelyCastsMonomorphicMatchers) | |
| TEST (AllOfTest, ExplainsResult) | |
| TEST (AnyOfTest, MatchesWhenAnyMatches) | |
| TEST (AnyOfTest, CanDescribeSelf) | |
| TEST (AnyOfTest, CanDescribeNegation) | |
| TEST (AnyOfTest, AnyOfMatcherSafelyCastsMonomorphicMatchers) | |
| TEST (AnyOfTest, ExplainsResult) | |
| TEST (TrulyTest, MatchesWhatSatisfiesThePredicate) | |
| TEST (TrulyTest, CanBeUsedWithFunctor) | |
| TEST (TrulyTest, PredicateCanReturnAClassConvertibleToBool) | |
| TEST (TrulyTest, CanDescribeSelf) | |
| TEST (TrulyTest, WorksForByRefArguments) | |
| TEST (MatchesTest, IsSatisfiedByWhatMatchesTheMatcher) | |
| TEST (MatchesTest, WorksOnByRefArguments) | |
| TEST (MatchesTest, WorksWithMatcherOnNonRefType) | |
| TEST (ValueTest, WorksWithPolymorphicMatcher) | |
| TEST (ValueTest, WorksWithMonomorphicMatcher) | |
| TEST (ExplainMatchResultTest, WorksWithPolymorphicMatcher) | |
| TEST (ExplainMatchResultTest, WorksWithMonomorphicMatcher) | |
| TEST (ExplainMatchResultTest, WorksInsideMATCHER) | |
| TEST (AllArgsTest, WorksForTuple) | |
| TEST (AllArgsTest, WorksForNonTuple) | |
| TEST (AllArgsTest, WorksInWithClause) | |
| TEST (MatcherAssertionTest, WorksWhenMatcherIsSatisfied) | |
| TEST (MatcherAssertionTest, WorksWhenMatcherIsNotSatisfied) | |
| TEST (MatcherAssertionTest, WorksForByRefArguments) | |
| TEST (MatcherAssertionTest, WorksForMonomorphicMatcher) | |
| TEST (PointeeTest, RawPointer) | |
| TEST (PointeeTest, RawPointerToConst) | |
| TEST (PointeeTest, ReferenceToConstRawPointer) | |
| TEST (PointeeTest, ReferenceToNonConstRawPointer) | |
| TEST (PointeeTest, WorksWithConstPropagatingPointers) | |
| TEST (PointeeTest, NeverMatchesNull) | |
| TEST (PointeeTest, MatchesAgainstAValue) | |
| TEST (PointeeTest, CanDescribeSelf) | |
| TEST (PointeeTest, CanExplainMatchResult) | |
| TEST (PointeeTest, AlwaysExplainsPointee) | |
| TEST (FieldTest, WorksForNonConstField) | |
| TEST (FieldTest, WorksForConstField) | |
| TEST (FieldTest, WorksForUncopyableField) | |
| TEST (FieldTest, WorksForPointerField) | |
| TEST (FieldTest, WorksForByRefArgument) | |
| TEST (FieldTest, WorksForArgumentOfSubType) | |
| TEST (FieldTest, WorksForCompatibleMatcherType) | |
| TEST (FieldTest, CanDescribeSelf) | |
| TEST (FieldTest, CanExplainMatchResult) | |
| TEST (FieldForPointerTest, WorksForPointerToConst) | |
| TEST (FieldForPointerTest, WorksForPointerToNonConst) | |
| TEST (FieldForPointerTest, WorksForReferenceToConstPointer) | |
| TEST (FieldForPointerTest, DoesNotMatchNull) | |
| TEST (FieldForPointerTest, WorksForArgumentOfSubType) | |
| TEST (FieldForPointerTest, CanDescribeSelf) | |
| TEST (FieldForPointerTest, CanExplainMatchResult) | |
| TEST (PropertyTest, WorksForNonReferenceProperty) | |
| TEST (PropertyTest, WorksForReferenceToConstProperty) | |
| TEST (PropertyTest, WorksForReferenceToNonConstProperty) | |
| TEST (PropertyTest, WorksForByValueArgument) | |
| TEST (PropertyTest, WorksForArgumentOfSubType) | |
| TEST (PropertyTest, WorksForCompatibleMatcherType) | |
| TEST (PropertyTest, CanDescribeSelf) | |
| TEST (PropertyTest, CanExplainMatchResult) | |
| TEST (PropertyForPointerTest, WorksForPointerToConst) | |
| TEST (PropertyForPointerTest, WorksForPointerToNonConst) | |
| TEST (PropertyForPointerTest, WorksForReferenceToConstPointer) | |
| TEST (PropertyForPointerTest, WorksForReferenceToNonConstProperty) | |
| TEST (PropertyForPointerTest, WorksForArgumentOfSubType) | |
| TEST (PropertyForPointerTest, CanDescribeSelf) | |
| TEST (PropertyForPointerTest, CanExplainMatchResult) | |
| TEST (ResultOfTest, WorksForFunctionPointers) | |
| TEST (ResultOfTest, CanDescribeItself) | |
| TEST (ResultOfTest, CanExplainMatchResult) | |
| TEST (ResultOfTest, WorksForNonReferenceResults) | |
| TEST (ResultOfTest, WorksForReferenceToNonConstResults) | |
| TEST (ResultOfTest, WorksForReferenceToConstResults) | |
| TEST (ResultOfTest, WorksForCompatibleMatcherTypes) | |
| TEST (ResultOfDeathTest, DiesOnNullFunctionPointers) | |
| TEST (ResultOfTest, WorksForFunctionReferences) | |
| TEST (ResultOfTest, WorksForFunctors) | |
| TEST (ResultOfTest, WorksForPolymorphicFunctors) | |
| TEST (ResultOfTest, WorksForReferencingCallables) | |
| TEST (ExplainMatchResultTest, AllOf_False_False) | |
| TEST (ExplainMatchResultTest, AllOf_False_True) | |
| TEST (ExplainMatchResultTest, AllOf_True_False) | |
| TEST (ExplainMatchResultTest, AllOf_True_True) | |
| TEST (ExplainMatchResultTest, AllOf_True_True_2) | |
| TEST (ExplainmatcherResultTest, MonomorphicMatcher) | |
| TEST (ByRefTest, AllowsNotCopyableConstValueInMatchers) | |
| TEST (ByRefTest, AllowsNotCopyableValueInMatchers) | |
| TEST (IsEmptyTest, ImplementsIsEmpty) | |
| TEST (IsEmptyTest, WorksWithString) | |
| TEST (IsEmptyTest, CanDescribeSelf) | |
| TEST (IsEmptyTest, ExplainsResult) | |
| TEST (SizeIsTest, ImplementsSizeIs) | |
| TEST (SizeIsTest, WorksWithMap) | |
| TEST (SizeIsTest, WorksWithReferences) | |
| TEST (SizeIsTest, CanDescribeSelf) | |
| TEST (SizeIsTest, ExplainsResult) | |
| TEST (ContainerEqExtraTest, MultipleValuesMissing) | |
| TEST (ContainerEqExtraTest, MultipleValuesAdded) | |
| TEST (ContainerEqExtraTest, MultipleValuesAddedAndRemoved) | |
| TEST (ContainerEqExtraTest, MultiSetOfIntDuplicateDifference) | |
| TEST (ContainerEqExtraTest, WorksForMaps) | |
| TEST (ContainerEqExtraTest, WorksForNativeArray) | |
| TEST (ContainerEqExtraTest, WorksForTwoDimensionalNativeArray) | |
| TEST (ContainerEqExtraTest, WorksForNativeArrayAsTuple) | |
| TEST (ContainerEqExtraTest, CopiesNativeArrayParameter) | |
| TEST (WhenSortedByTest, WorksForEmptyContainer) | |
| TEST (WhenSortedByTest, WorksForNonEmptyContainer) | |
| TEST (WhenSortedByTest, WorksForNonVectorContainer) | |
| TEST (WhenSortedByTest, WorksForNativeArray) | |
| TEST (WhenSortedByTest, CanDescribeSelf) | |
| TEST (WhenSortedByTest, ExplainsMatchResult) | |
| TEST (WhenSortedTest, WorksForEmptyContainer) | |
| TEST (WhenSortedTest, WorksForNonEmptyContainer) | |
| TEST (WhenSortedTest, WorksForMapTypes) | |
| TEST (WhenSortedTest, WorksForMultiMapTypes) | |
| TEST (WhenSortedTest, WorksForPolymorphicMatcher) | |
| TEST (WhenSortedTest, WorksForVectorConstRefMatcher) | |
| TEST (StreamlikeTest, Iteration) | |
| TEST (WhenSortedTest, WorksForStreamlike) | |
| TEST (WhenSortedTest, WorksForVectorConstRefMatcherOnStreamlike) | |
| TEST (ElemensAreStreamTest, WorksForStreamlike) | |
| TEST (ElemensAreArrayStreamTest, WorksForStreamlike) | |
| TEST (UnorderedElementsAreArrayTest, SucceedsWhenExpected) | |
| TEST (UnorderedElementsAreArrayTest, VectorBool) | |
| TEST (UnorderedElementsAreArrayTest, WorksForStreamlike) | |
| TEST (IsReadableTypeNameTest, ReturnsTrueForShortNames) | |
| TEST (IsReadableTypeNameTest, ReturnsTrueForLongNonTemplateNonFunctionNames) | |
| TEST (IsReadableTypeNameTest, ReturnsFalseForLongTemplateNames) | |
| TEST (IsReadableTypeNameTest, ReturnsFalseForLongFunctionTypeNames) | |
| TEST (JoinAsTupleTest, JoinsEmptyTuple) | |
| TEST (JoinAsTupleTest, JoinsOneTuple) | |
| TEST (JoinAsTupleTest, JoinsTwoTuple) | |
| TEST (JoinAsTupleTest, JoinsTenTuple) | |
| TEST (FormatMatcherDescriptionTest, WorksForEmptyDescription) | |
| TEST (PolymorphicMatcherTest, CanAccessMutableImpl) | |
| TEST (PolymorphicMatcherTest, CanAccessImpl) | |
| TEST (MatcherTupleTest, ExplainsMatchFailure) | |
| TEST (EachTest, ExplainsMatchResultCorrectly) | |
| TEST (EachTest, DescribesItselfCorrectly) | |
| TEST (EachTest, MatchesVectorWhenAllElementsMatch) | |
| TEST (EachTest, MatchesMapWhenAllElementsMatch) | |
| TEST (EachTest, AcceptsMatcher) | |
| TEST (EachTest, WorksForNativeArrayAsTuple) | |
| TEST (PointwiseTest, DescribesSelf) | |
| TEST (PointwiseTest, MakesCopyOfRhs) | |
| TEST (PointwiseTest, WorksForLhsNativeArray) | |
| TEST (PointwiseTest, WorksForRhsNativeArray) | |
| TEST (PointwiseTest, RejectsWrongSize) | |
| TEST (PointwiseTest, RejectsWrongContent) | |
| TEST (PointwiseTest, AcceptsCorrectContent) | |
| TEST (PointwiseTest, AllowsMonomorphicInnerMatcher) | |
| TEST_F (FloatTest, FloatEqApproximatelyMatchesFloats) | |
| TEST_F (FloatTest, NanSensitiveFloatEqApproximatelyMatchesFloats) | |
| TEST_F (FloatTest, FloatEqCannotMatchNaN) | |
| TEST_F (FloatTest, NanSensitiveFloatEqCanMatchNaN) | |
| TEST_F (FloatTest, FloatEqCanDescribeSelf) | |
| TEST_F (FloatTest, NanSensitiveFloatEqCanDescribeSelf) | |
| TEST_F (FloatNearTest, FloatNearMatches) | |
| TEST_F (FloatNearTest, NanSensitiveFloatNearApproximatelyMatchesFloats) | |
| TEST_F (FloatNearTest, FloatNearCanDescribeSelf) | |
| TEST_F (FloatNearTest, NanSensitiveFloatNearCanDescribeSelf) | |
| TEST_F (FloatNearTest, FloatNearCannotMatchNaN) | |
| TEST_F (FloatNearTest, NanSensitiveFloatNearCanMatchNaN) | |
| TEST_F (DoubleTest, DoubleEqApproximatelyMatchesDoubles) | |
| TEST_F (DoubleTest, NanSensitiveDoubleEqApproximatelyMatchesDoubles) | |
| TEST_F (DoubleTest, DoubleEqCannotMatchNaN) | |
| TEST_F (DoubleTest, NanSensitiveDoubleEqCanMatchNaN) | |
| TEST_F (DoubleTest, DoubleEqCanDescribeSelf) | |
| TEST_F (DoubleTest, NanSensitiveDoubleEqCanDescribeSelf) | |
| TEST_F (DoubleNearTest, DoubleNearMatches) | |
| TEST_F (DoubleNearTest, NanSensitiveDoubleNearApproximatelyMatchesDoubles) | |
| TEST_F (DoubleNearTest, DoubleNearCanDescribeSelf) | |
| TEST_F (DoubleNearTest, NanSensitiveDoubleNearCanDescribeSelf) | |
| TEST_F (DoubleNearTest, DoubleNearCannotMatchNaN) | |
| TEST_F (DoubleNearTest, NanSensitiveDoubleNearCanMatchNaN) | |
| TEST_F (UnorderedElementsAreTest, SucceedsWhenExpected) | |
| TEST_F (UnorderedElementsAreTest, FailsWhenAnElementMatchesNoMatcher) | |
| TEST_F (UnorderedElementsAreTest, WorksForStreamlike) | |
| TEST_F (UnorderedElementsAreTest, Performance) | |
| TEST_F (UnorderedElementsAreTest, PerformanceHalfStrict) | |
| TEST_F (UnorderedElementsAreTest, FailMessageCountWrong) | |
| TEST_F (UnorderedElementsAreTest, FailMessageCountWrongZero) | |
| TEST_F (UnorderedElementsAreTest, FailMessageUnmatchedMatchers) | |
| TEST_F (UnorderedElementsAreTest, FailMessageUnmatchedElements) | |
| TEST_F (UnorderedElementsAreTest, FailMessageUnmatchedMatcherAndElement) | |
| TEST_F (UnorderedElementsAreTest, FailMessageImperfectMatchOnly) | |
| TEST_F (UnorderedElementsAreTest, Describe) | |
| TEST_F (UnorderedElementsAreTest, DescribeNegation) | |
| TEST_F (BipartiteNonSquareTest, SimpleBacktracking) | |
| TEST_P (BipartiteTest, Exhaustive) | |
| TEST_P (BipartiteNonSquareTest, Exhaustive) | |
| TEST_P (BipartiteRandomTest, LargerNets) | |
| bool | ValueIsPositive (const Uncopyable &x) |
Variables | |
| const int | foo = 0 |
| const int | g_bar = 1 |
| typedef FloatingPointNearTest<double> testing::gmock_matchers_test::DoubleNearTest |
Definition at line 3010 of file gmock-matchers_test.cc.
| typedef FloatingPointTest<double> testing::gmock_matchers_test::DoubleTest |
Definition at line 2954 of file gmock-matchers_test.cc.
| typedef FloatingPointNearTest<float> testing::gmock_matchers_test::FloatNearTest |
Definition at line 2895 of file gmock-matchers_test.cc.
| typedef FloatingPointTest<float> testing::gmock_matchers_test::FloatTest |
Definition at line 2839 of file gmock-matchers_test.cc.
| typedef ::std::tr1::tuple<long, int> testing::gmock_matchers_test::Tuple2 |
Definition at line 1871 of file gmock-matchers_test.cc.
| void testing::gmock_matchers_test::AllOfMatches | ( | int | num, |
| const Matcher< int > & | m | ||
| ) |
Definition at line 1987 of file gmock-matchers_test.cc.
| void testing::gmock_matchers_test::AnyOfMatches | ( | int | num, |
| const Matcher< int > & | m | ||
| ) |
Definition at line 2185 of file gmock-matchers_test.cc.
| string testing::gmock_matchers_test::Describe | ( | const Matcher< T > & | m | ) |
Definition at line 198 of file gmock-matchers_test.cc.
| string testing::gmock_matchers_test::DescribeNegation | ( | const Matcher< T > & | m | ) |
Definition at line 206 of file gmock-matchers_test.cc.
| PolymorphicMatcher<DivisibleByImpl> testing::gmock_matchers_test::DivisibleBy | ( | int | n | ) |
Definition at line 3807 of file gmock-matchers_test.cc.
| double& testing::gmock_matchers_test::DoubleFunction | ( | double & | input | ) |
Definition at line 3662 of file gmock-matchers_test.cc.
|
static |
Definition at line 4659 of file gmock-matchers_test.cc.
| string testing::gmock_matchers_test::Explain | ( | const MatcherType & | m, |
| const Value & | x | ||
| ) |
Definition at line 214 of file gmock-matchers_test.cc.
| ElementMatcherPairs testing::gmock_matchers_test::FindBacktrackingMaxBPM | ( | const Graph & | g | ) |
Definition at line 4810 of file gmock-matchers_test.cc.
| Matcher<int> testing::gmock_matchers_test::GreaterThan | ( | int | n | ) |
Definition at line 184 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::INSTANTIATE_TEST_CASE_P | ( | AllGraphs | , |
| BipartiteTest | , | ||
| ::testing::Range(0, 5) | |||
| ) |
| testing::gmock_matchers_test::INSTANTIATE_TEST_CASE_P | ( | AllGraphs | , |
| BipartiteNonSquareTest | , | ||
| testing::Values(std::make_pair(1, 2), std::make_pair(2, 1), std::make_pair(3, 2), std::make_pair(2, 3), std::make_pair(4, 1), std::make_pair(1, 4), std::make_pair(4, 3), std::make_pair(3, 4)) | |||
| ) |
| testing::gmock_matchers_test::INSTANTIATE_TEST_CASE_P | ( | Samples | , |
| BipartiteRandomTest | , | ||
| testing::Values(std::make_pair(5, 10000), std::make_pair(6, 5000), std::make_pair(7, 2000), std::make_pair(8, 500), std::make_pair(9, 100)) | |||
| ) |
| int testing::gmock_matchers_test::IntFunction | ( | int | input | ) |
Definition at line 3639 of file gmock-matchers_test.cc.
| string testing::gmock_matchers_test::IntToStringFunction | ( | int | input | ) |
Definition at line 3619 of file gmock-matchers_test.cc.
| PolymorphicMatcher<IsHalfOfMatcher> testing::gmock_matchers_test::IsHalfOf | ( | ) |
Definition at line 5152 of file gmock-matchers_test.cc.
| ConvertibleToBool testing::gmock_matchers_test::IsNotZero | ( | int | number | ) |
Definition at line 2426 of file gmock-matchers_test.cc.
| int testing::gmock_matchers_test::IsPositive | ( | double | x | ) |
Definition at line 2376 of file gmock-matchers_test.cc.
| bool testing::gmock_matchers_test::IsPositiveIntValue | ( | const IntValue & | foo | ) |
Definition at line 545 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::MATCHER_P | ( | Really | , |
| inner_matcher | , | ||
| "" | |||
| ) |
Definition at line 2519 of file gmock-matchers_test.cc.
| string testing::gmock_matchers_test::OfType | ( | const string & | type_name | ) |
Definition at line 188 of file gmock-matchers_test.cc.
| ostream& testing::gmock_matchers_test::operator<< | ( | ostream & | os, |
| const ConvertibleFromAny & | a | ||
| ) |
Definition at line 622 of file gmock-matchers_test.cc.
| bool testing::gmock_matchers_test::operator== | ( | const ConvertibleFromAny & | a, |
| const ConvertibleFromAny & | b | ||
| ) |
Definition at line 618 of file gmock-matchers_test.cc.
| PolymorphicMatcher<PolymorphicIsEvenImpl> testing::gmock_matchers_test::PolymorphicIsEven | ( | ) |
Definition at line 497 of file gmock-matchers_test.cc.
| PolymorphicMatcher<ReferencesBarOrIsZeroImpl> testing::gmock_matchers_test::ReferencesBarOrIsZero | ( | ) |
Definition at line 454 of file gmock-matchers_test.cc.
| bool testing::gmock_matchers_test::ReferencesFooAndIsZero | ( | const int & | n | ) |
Definition at line 2397 of file gmock-matchers_test.cc.
| const int* testing::gmock_matchers_test::ReferencingFunction | ( | const int & | n | ) |
Definition at line 3761 of file gmock-matchers_test.cc.
| Uncopyable& testing::gmock_matchers_test::RefUncopyableFunction | ( | Uncopyable & | obj | ) |
Definition at line 3664 of file gmock-matchers_test.cc.
| const string& testing::gmock_matchers_test::StringFunction | ( | const string & | input | ) |
Definition at line 3688 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatchResultListenerTest | , |
| StreamingWorks | |||
| ) |
Definition at line 220 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatchResultListenerTest | , |
| CanAccessUnderlyingStream | |||
| ) |
Definition at line 236 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatchResultListenerTest | , |
| IsInterestedWorks | |||
| ) |
Definition at line 243 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherInterfaceTest | , |
| CanBeImplementedUsingPublishedAPI | |||
| ) |
Definition at line 270 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherInterfaceTest | , |
| CanBeImplementedUsingNewAPI | |||
| ) |
Definition at line 295 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanBeDefaultConstructed | |||
| ) |
Definition at line 304 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanBeConstructedFromMatcherInterface | |||
| ) |
Definition at line 309 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanBeImplicitlyConstructedFromValue | |||
| ) |
Definition at line 317 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanBeImplicitlyConstructedFromNULL | |||
| ) |
Definition at line 324 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| IsCopyable | |||
| ) |
Definition at line 332 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanDescribeItself | |||
| ) |
Definition at line 346 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| MatchAndExplain | |||
| ) |
Definition at line 352 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StringMatcherTest | , |
| CanBeImplicitlyConstructedFromCStringLiteral | |||
| ) |
Definition at line 365 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StringMatcherTest | , |
| CanBeImplicitlyConstructedFromString | |||
| ) |
Definition at line 377 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MakeMatcherTest | , |
| ConstructsMatcherFromMatcherInterface | |||
| ) |
Definition at line 428 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MakePolymorphicMatcherTest | , |
| ConstructsMatcherUsingOldAPI | |||
| ) |
Definition at line 458 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MakePolymorphicMatcherTest | , |
| ConstructsMatcherUsingNewAPI | |||
| ) |
Definition at line 501 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromPolymorphicMatcher | |||
| ) |
Definition at line 526 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromCompatibleType | |||
| ) |
Definition at line 551 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromConstReferenceToNonReference | |||
| ) |
Definition at line 567 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromReferenceToNonReference | |||
| ) |
Definition at line 575 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromNonReferenceToConstReference | |||
| ) |
Definition at line 583 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromNonReferenceToReference | |||
| ) |
Definition at line 591 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromSameType | |||
| ) |
Definition at line 601 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| ConversionConstructorIsUsed | |||
| ) |
Definition at line 626 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromConvertibleFromAny | |||
| ) |
Definition at line 632 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromPolymorphicMatcher | |||
| ) |
Definition at line 643 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromLosslesslyConvertibleArithmeticType | |||
| ) |
Definition at line 652 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromBaseClass | |||
| ) |
Definition at line 665 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromConstReferenceToReference | |||
| ) |
Definition at line 679 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromNonReferenceToConstReference | |||
| ) |
Definition at line 689 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromNonReferenceToReference | |||
| ) |
Definition at line 697 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromSameType | |||
| ) |
Definition at line 707 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| ConversionConstructorIsUsed | |||
| ) |
Definition at line 714 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromConvertibleFromAny | |||
| ) |
Definition at line 720 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ATest | , |
| MatchesAnyValue | |||
| ) |
Definition at line 728 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ATest | , |
| WorksForDerivedClass | |||
| ) |
Definition at line 742 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ATest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 752 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AnTest | , |
| MatchesAnyValue | |||
| ) |
Definition at line 757 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AnTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 772 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | UnderscoreTest | , |
| MatchesAnyValue | |||
| ) |
Definition at line 778 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | UnderscoreTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 793 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | EqTest | , |
| MatchesEqualValue | |||
| ) |
Definition at line 799 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | EqTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 820 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | EqTest | , |
| IsPolymorphic | |||
| ) |
Definition at line 827 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | TypedEqTest | , |
| ChecksEqualityForGivenType | |||
| ) |
Definition at line 838 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | TypedEqTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 849 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | TypedEqTest | , |
| HasSpecifiedType | |||
| ) |
Definition at line 867 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | GeTest | , |
| ImplementsGreaterThanOrEqual | |||
| ) |
Definition at line 874 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | GeTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 882 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | GtTest | , |
| ImplementsGreaterThan | |||
| ) |
Definition at line 888 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | GtTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 896 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | LeTest | , |
| ImplementsLessThanOrEqual | |||
| ) |
Definition at line 902 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | LeTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 910 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | LtTest | , |
| ImplementsLessThan | |||
| ) |
Definition at line 916 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | LtTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 924 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | NeTest | , |
| ImplementsNotEqual | |||
| ) |
Definition at line 930 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | NeTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 938 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsNullTest | , |
| MatchesNullPointer | |||
| ) |
Definition at line 944 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsNullTest | , |
| LinkedPtr | |||
| ) |
Definition at line 972 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsNullTest | , |
| ReferenceToConstLinkedPtr | |||
| ) |
Definition at line 981 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsNullTest | , |
| ReferenceToConstScopedPtr | |||
| ) |
Definition at line 990 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsNullTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1000 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | NotNullTest | , |
| MatchesNonNullPointer | |||
| ) |
Definition at line 1007 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | NotNullTest | , |
| LinkedPtr | |||
| ) |
Definition at line 1020 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | NotNullTest | , |
| ReferenceToConstLinkedPtr | |||
| ) |
Definition at line 1029 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | NotNullTest | , |
| ReferenceToConstScopedPtr | |||
| ) |
Definition at line 1038 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | NotNullTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1048 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | RefTest | , |
| MatchesSameVariable | |||
| ) |
Definition at line 1055 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | RefTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1064 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | RefTest | , |
| CanBeUsedAsMatcherForConstReference | |||
| ) |
Definition at line 1074 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | RefTest | , |
| IsCovariant | |||
| ) |
Definition at line 1086 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | RefTest | , |
| ExplainsResult | |||
| ) |
Definition at line 1100 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StrEqTest | , |
| MatchesEqualString | |||
| ) |
Definition at line 1112 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StrEqTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1123 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StrNeTest | , |
| MatchesUnequalString | |||
| ) |
Definition at line 1137 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StrNeTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1148 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StrCaseEqTest | , |
| MatchesEqualStringIgnoringCase | |||
| ) |
Definition at line 1153 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StrCaseEqTest | , |
| MatchesEqualStringWith0IgnoringCase | |||
| ) |
Definition at line 1165 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StrCaseEqTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1190 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StrCaseNeTest | , |
| MatchesUnequalStringIgnoringCase | |||
| ) |
Definition at line 1195 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StrCaseNeTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1207 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | HasSubstrTest | , |
| WorksForStringClasses | |||
| ) |
Definition at line 1213 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | HasSubstrTest | , |
| WorksForCStrings | |||
| ) |
Definition at line 1224 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | HasSubstrTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1237 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1242 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| ExplainsResult | |||
| ) |
Definition at line 1248 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| MatchesCorrectly | |||
| ) |
Definition at line 1256 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| SafelyCastsInnerMatcher | |||
| ) |
Definition at line 1264 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| InsideContainsUsingMap | |||
| ) |
Definition at line 1272 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| InsideContainsUsingMultimap | |||
| ) |
Definition at line 1281 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| Typing | |||
| ) |
Definition at line 1297 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1307 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| CanExplainMatchResultTo | |||
| ) |
Definition at line 1322 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| MatchesCorrectly | |||
| ) |
Definition at line 1360 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| SafelyCastsInnerMatchers | |||
| ) |
Definition at line 1380 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| InsideContainsUsingMap | |||
| ) |
Definition at line 1390 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StartsWithTest | , |
| MatchesStringWithGivenPrefix | |||
| ) |
Definition at line 1403 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StartsWithTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1417 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | EndsWithTest | , |
| MatchesStringWithGivenSuffix | |||
| ) |
Definition at line 1424 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | EndsWithTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1438 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatchesRegexTest | , |
| MatchesStringMatchingGivenRegex | |||
| ) |
Definition at line 1445 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatchesRegexTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1457 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ContainsRegexTest | , |
| MatchesStringContainingGivenRegex | |||
| ) |
Definition at line 1467 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ContainsRegexTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1479 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Eq2Test | , |
| MatchesEqualArguments | |||
| ) |
Definition at line 1875 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Eq2Test | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1882 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Ge2Test | , |
| MatchesGreaterThanOrEqualArguments | |||
| ) |
Definition at line 1889 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Ge2Test | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1897 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Gt2Test | , |
| MatchesGreaterThanArguments | |||
| ) |
Definition at line 1904 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Gt2Test | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1912 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Le2Test | , |
| MatchesLessThanOrEqualArguments | |||
| ) |
Definition at line 1919 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Le2Test | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1927 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Lt2Test | , |
| MatchesLessThanArguments | |||
| ) |
Definition at line 1934 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Lt2Test | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1942 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Ne2Test | , |
| MatchesUnequalArguments | |||
| ) |
Definition at line 1949 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Ne2Test | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1957 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | NotTest | , |
| NegatesMatcher | |||
| ) |
Definition at line 1963 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | NotTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 1971 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | NotTest | , |
| NotMatcherSafelyCastsMonomorphicMatchers | |||
| ) |
Definition at line 1977 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AllOfTest | , |
| MatchesWhenAllMatch | |||
| ) |
Definition at line 1998 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AllOfTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 2065 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AllOfTest | , |
| CanDescribeNegation | |||
| ) |
Definition at line 2095 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AllOfTest | , |
| AllOfMatcherSafelyCastsMonomorphicMatchers | |||
| ) |
Definition at line 2127 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AllOfTest | , |
| ExplainsResult | |||
| ) |
Definition at line 2141 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , |
| MatchesWhenAnyMatches | |||
| ) |
Definition at line 2196 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 2256 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , |
| CanDescribeNegation | |||
| ) |
Definition at line 2284 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , |
| AnyOfMatcherSafelyCastsMonomorphicMatchers | |||
| ) |
Definition at line 2312 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , |
| ExplainsResult | |||
| ) |
Definition at line 2326 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | TrulyTest | , |
| MatchesWhatSatisfiesThePredicate | |||
| ) |
Definition at line 2403 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | TrulyTest | , |
| CanBeUsedWithFunctor | |||
| ) |
Definition at line 2410 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | TrulyTest | , |
| PredicateCanReturnAClassConvertibleToBool | |||
| ) |
Definition at line 2433 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | TrulyTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 2440 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | TrulyTest | , |
| WorksForByRefArguments | |||
| ) |
Definition at line 2448 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatchesTest | , |
| IsSatisfiedByWhatMatchesTheMatcher | |||
| ) |
Definition at line 2457 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatchesTest | , |
| WorksOnByRefArguments | |||
| ) |
Definition at line 2464 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatchesTest | , |
| WorksWithMatcherOnNonRefType | |||
| ) |
Definition at line 2472 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ValueTest | , |
| WorksWithPolymorphicMatcher | |||
| ) |
Definition at line 2481 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ValueTest | , |
| WorksWithMonomorphicMatcher | |||
| ) |
Definition at line 2486 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| WorksWithPolymorphicMatcher | |||
| ) |
Definition at line 2497 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| WorksWithMonomorphicMatcher | |||
| ) |
Definition at line 2507 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| WorksInsideMATCHER | |||
| ) |
Definition at line 2523 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AllArgsTest | , |
| WorksForTuple | |||
| ) |
Definition at line 2527 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AllArgsTest | , |
| WorksForNonTuple | |||
| ) |
Definition at line 2532 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | AllArgsTest | , |
| WorksInWithClause | |||
| ) |
Definition at line 2547 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , |
| WorksWhenMatcherIsSatisfied | |||
| ) |
Definition at line 2563 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , |
| WorksWhenMatcherIsNotSatisfied | |||
| ) |
Definition at line 2572 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , |
| WorksForByRefArguments | |||
| ) |
Definition at line 2597 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , |
| WorksForMonomorphicMatcher | |||
| ) |
Definition at line 2625 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| RawPointer | |||
| ) |
Definition at line 3068 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| RawPointerToConst | |||
| ) |
Definition at line 3078 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| ReferenceToConstRawPointer | |||
| ) |
Definition at line 3088 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| ReferenceToNonConstRawPointer | |||
| ) |
Definition at line 3098 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| WorksWithConstPropagatingPointers | |||
| ) |
Definition at line 3130 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| NeverMatchesNull | |||
| ) |
Definition at line 3142 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| MatchesAgainstAValue | |||
| ) |
Definition at line 3148 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 3158 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| CanExplainMatchResult | |||
| ) |
Definition at line 3165 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| AlwaysExplainsPointee | |||
| ) |
Definition at line 3176 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForNonConstField | |||
| ) |
Definition at line 3220 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForConstField | |||
| ) |
Definition at line 3230 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForUncopyableField | |||
| ) |
Definition at line 3240 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForPointerField | |||
| ) |
Definition at line 3250 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForByRefArgument | |||
| ) |
Definition at line 3267 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForArgumentOfSubType | |||
| ) |
Definition at line 3278 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForCompatibleMatcherType | |||
| ) |
Definition at line 3291 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 3303 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| CanExplainMatchResult | |||
| ) |
Definition at line 3311 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| WorksForPointerToConst | |||
| ) |
Definition at line 3325 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| WorksForPointerToNonConst | |||
| ) |
Definition at line 3335 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| WorksForReferenceToConstPointer | |||
| ) |
Definition at line 3345 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| DoesNotMatchNull | |||
| ) |
Definition at line 3355 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| WorksForArgumentOfSubType | |||
| ) |
Definition at line 3362 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 3374 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| CanExplainMatchResult | |||
| ) |
Definition at line 3382 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForNonReferenceProperty | |||
| ) |
Definition at line 3430 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForReferenceToConstProperty | |||
| ) |
Definition at line 3443 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForReferenceToNonConstProperty | |||
| ) |
Definition at line 3456 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForByValueArgument | |||
| ) |
Definition at line 3469 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForArgumentOfSubType | |||
| ) |
Definition at line 3482 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForCompatibleMatcherType | |||
| ) |
Definition at line 3497 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 3509 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| CanExplainMatchResult | |||
| ) |
Definition at line 3518 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| WorksForPointerToConst | |||
| ) |
Definition at line 3532 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| WorksForPointerToNonConst | |||
| ) |
Definition at line 3544 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| WorksForReferenceToConstPointer | |||
| ) |
Definition at line 3557 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| WorksForReferenceToNonConstProperty | |||
| ) |
Definition at line 3569 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| WorksForArgumentOfSubType | |||
| ) |
Definition at line 3576 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 3590 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| CanExplainMatchResult | |||
| ) |
Definition at line 3599 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForFunctionPointers | |||
| ) |
Definition at line 3621 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| CanDescribeItself | |||
| ) |
Definition at line 3629 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| CanExplainMatchResult | |||
| ) |
Definition at line 3641 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForNonReferenceResults | |||
| ) |
Definition at line 3653 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForReferenceToNonConstResults | |||
| ) |
Definition at line 3668 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForReferenceToConstResults | |||
| ) |
Definition at line 3690 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForCompatibleMatcherTypes | |||
| ) |
Definition at line 3701 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfDeathTest | , |
| DiesOnNullFunctionPointers | |||
| ) |
Definition at line 3711 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForFunctionReferences | |||
| ) |
Definition at line 3719 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForFunctors | |||
| ) |
Definition at line 3733 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForPolymorphicFunctors | |||
| ) |
Definition at line 3749 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForReferencingCallables | |||
| ) |
Definition at line 3768 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| AllOf_False_False | |||
| ) |
Definition at line 3813 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| AllOf_False_True | |||
| ) |
Definition at line 3820 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| AllOf_True_False | |||
| ) |
Definition at line 3827 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| AllOf_True_True | |||
| ) |
Definition at line 3834 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| AllOf_True_True_2 | |||
| ) |
Definition at line 3839 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ExplainmatcherResultTest | , |
| MonomorphicMatcher | |||
| ) |
Definition at line 3844 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ByRefTest | , |
| AllowsNotCopyableConstValueInMatchers | |||
| ) |
Definition at line 3872 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ByRefTest | , |
| AllowsNotCopyableValueInMatchers | |||
| ) |
Definition at line 3881 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , |
| ImplementsIsEmpty | |||
| ) |
Definition at line 3890 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , |
| WorksWithString | |||
| ) |
Definition at line 3899 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 3908 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , |
| ExplainsResult | |||
| ) |
Definition at line 3914 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , |
| ImplementsSizeIs | |||
| ) |
Definition at line 3922 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , |
| WorksWithMap | |||
| ) |
Definition at line 3934 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , |
| WorksWithReferences | |||
| ) |
Definition at line 3946 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 3954 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , |
| ExplainsResult | |||
| ) |
Definition at line 3960 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| MultipleValuesMissing | |||
| ) |
Definition at line 4056 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| MultipleValuesAdded | |||
| ) |
Definition at line 4069 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| MultipleValuesAddedAndRemoved | |||
| ) |
Definition at line 4081 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| MultiSetOfIntDuplicateDifference | |||
| ) |
Definition at line 4095 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| WorksForMaps | |||
| ) |
Definition at line 4109 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| WorksForNativeArray | |||
| ) |
Definition at line 4127 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| WorksForTwoDimensionalNativeArray | |||
| ) |
Definition at line 4136 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| WorksForNativeArrayAsTuple | |||
| ) |
Definition at line 4150 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| CopiesNativeArrayParameter | |||
| ) |
Definition at line 4163 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| WorksForEmptyContainer | |||
| ) |
Definition at line 4181 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| WorksForNonEmptyContainer | |||
| ) |
Definition at line 4187 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| WorksForNonVectorContainer | |||
| ) |
Definition at line 4199 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| WorksForNativeArray | |||
| ) |
Definition at line 4210 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| CanDescribeSelf | |||
| ) |
Definition at line 4219 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| ExplainsMatchResult | |||
| ) |
Definition at line 4231 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForEmptyContainer | |||
| ) |
Definition at line 4242 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForNonEmptyContainer | |||
| ) |
Definition at line 4248 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForMapTypes | |||
| ) |
Definition at line 4258 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForMultiMapTypes | |||
| ) |
Definition at line 4269 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForPolymorphicMatcher | |||
| ) |
Definition at line 4291 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForVectorConstRefMatcher | |||
| ) |
Definition at line 4299 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StreamlikeTest | , |
| Iteration | |||
| ) |
Definition at line 4389 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForStreamlike | |||
| ) |
Definition at line 4400 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForVectorConstRefMatcherOnStreamlike | |||
| ) |
Definition at line 4409 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ElemensAreStreamTest | , |
| WorksForStreamlike | |||
| ) |
Definition at line 4420 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ElemensAreArrayStreamTest | , |
| WorksForStreamlike | |||
| ) |
Definition at line 4427 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | UnorderedElementsAreArrayTest | , |
| SucceedsWhenExpected | |||
| ) |
Definition at line 4445 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | UnorderedElementsAreArrayTest | , |
| VectorBool | |||
| ) |
Definition at line 4455 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | UnorderedElementsAreArrayTest | , |
| WorksForStreamlike | |||
| ) |
Definition at line 4465 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , |
| ReturnsTrueForShortNames | |||
| ) |
Definition at line 4937 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , |
| ReturnsTrueForLongNonTemplateNonFunctionNames | |||
| ) |
Definition at line 4944 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , |
| ReturnsFalseForLongTemplateNames | |||
| ) |
Definition at line 4950 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , |
| ReturnsFalseForLongFunctionTypeNames | |||
| ) |
Definition at line 4956 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | JoinAsTupleTest | , |
| JoinsEmptyTuple | |||
| ) |
Definition at line 4962 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | JoinAsTupleTest | , |
| JoinsOneTuple | |||
| ) |
Definition at line 4966 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | JoinAsTupleTest | , |
| JoinsTwoTuple | |||
| ) |
Definition at line 4971 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | JoinAsTupleTest | , |
| JoinsTenTuple | |||
| ) |
Definition at line 4976 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | FormatMatcherDescriptionTest | , |
| WorksForEmptyDescription | |||
| ) |
Definition at line 4984 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PolymorphicMatcherTest | , |
| CanAccessMutableImpl | |||
| ) |
Definition at line 5002 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PolymorphicMatcherTest | , |
| CanAccessImpl | |||
| ) |
Definition at line 5012 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherTupleTest | , |
| ExplainsMatchFailure | |||
| ) |
Definition at line 5018 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| ExplainsMatchResultCorrectly | |||
| ) |
Definition at line 5044 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| DescribesItselfCorrectly | |||
| ) |
Definition at line 5069 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| MatchesVectorWhenAllElementsMatch | |||
| ) |
Definition at line 5077 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| MatchesMapWhenAllElementsMatch | |||
| ) |
Definition at line 5097 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| AcceptsMatcher | |||
| ) |
Definition at line 5115 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| WorksForNativeArrayAsTuple | |||
| ) |
Definition at line 5121 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| DescribesSelf | |||
| ) |
Definition at line 5156 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| MakesCopyOfRhs | |||
| ) |
Definition at line 5171 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| WorksForLhsNativeArray | |||
| ) |
Definition at line 5185 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| WorksForRhsNativeArray | |||
| ) |
Definition at line 5195 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| RejectsWrongSize | |||
| ) |
Definition at line 5205 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| RejectsWrongContent | |||
| ) |
Definition at line 5216 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| AcceptsCorrectContent | |||
| ) |
Definition at line 5225 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| AllowsMonomorphicInnerMatcher | |||
| ) |
Definition at line 5232 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| FloatEqApproximatelyMatchesFloats | |||
| ) |
Definition at line 2841 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| NanSensitiveFloatEqApproximatelyMatchesFloats | |||
| ) |
Definition at line 2845 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| FloatEqCannotMatchNaN | |||
| ) |
Definition at line 2849 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| NanSensitiveFloatEqCanMatchNaN | |||
| ) |
Definition at line 2857 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| FloatEqCanDescribeSelf | |||
| ) |
Definition at line 2865 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| NanSensitiveFloatEqCanDescribeSelf | |||
| ) |
Definition at line 2879 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| FloatNearMatches | |||
| ) |
Definition at line 2897 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| NanSensitiveFloatNearApproximatelyMatchesFloats | |||
| ) |
Definition at line 2901 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| FloatNearCanDescribeSelf | |||
| ) |
Definition at line 2905 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| NanSensitiveFloatNearCanDescribeSelf | |||
| ) |
Definition at line 2921 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| FloatNearCannotMatchNaN | |||
| ) |
Definition at line 2937 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| NanSensitiveFloatNearCanMatchNaN | |||
| ) |
Definition at line 2945 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| DoubleEqApproximatelyMatchesDoubles | |||
| ) |
Definition at line 2956 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| NanSensitiveDoubleEqApproximatelyMatchesDoubles | |||
| ) |
Definition at line 2960 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| DoubleEqCannotMatchNaN | |||
| ) |
Definition at line 2964 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| NanSensitiveDoubleEqCanMatchNaN | |||
| ) |
Definition at line 2972 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| DoubleEqCanDescribeSelf | |||
| ) |
Definition at line 2980 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| NanSensitiveDoubleEqCanDescribeSelf | |||
| ) |
Definition at line 2994 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| DoubleNearMatches | |||
| ) |
Definition at line 3012 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| NanSensitiveDoubleNearApproximatelyMatchesDoubles | |||
| ) |
Definition at line 3016 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| DoubleNearCanDescribeSelf | |||
| ) |
Definition at line 3020 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| NanSensitiveDoubleNearCanDescribeSelf | |||
| ) |
Definition at line 3036 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| DoubleNearCannotMatchNaN | |||
| ) |
Definition at line 3052 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| NanSensitiveDoubleNearCanMatchNaN | |||
| ) |
Definition at line 3060 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| SucceedsWhenExpected | |||
| ) |
Definition at line 4525 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailsWhenAnElementMatchesNoMatcher | |||
| ) |
Definition at line 4535 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| WorksForStreamlike | |||
| ) |
Definition at line 4548 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| Performance | |||
| ) |
Definition at line 4565 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| PerformanceHalfStrict | |||
| ) |
Definition at line 4581 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageCountWrong | |||
| ) |
Definition at line 4597 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageCountWrongZero | |||
| ) |
Definition at line 4606 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageUnmatchedMatchers | |||
| ) |
Definition at line 4614 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageUnmatchedElements | |||
| ) |
Definition at line 4627 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageUnmatchedMatcherAndElement | |||
| ) |
Definition at line 4640 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageImperfectMatchOnly | |||
| ) |
Definition at line 4665 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| Describe | |||
| ) |
Definition at line 4695 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| DescribeNegation | |||
| ) |
Definition at line 4710 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | BipartiteNonSquareTest | , |
| SimpleBacktracking | |||
| ) |
Definition at line 4854 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_P | ( | BipartiteTest | , |
| Exhaustive | |||
| ) |
Definition at line 4821 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_P | ( | BipartiteNonSquareTest | , |
| Exhaustive | |||
| ) |
Definition at line 4874 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_P | ( | BipartiteRandomTest | , |
| LargerNets | |||
| ) |
Definition at line 4905 of file gmock-matchers_test.cc.
| bool testing::gmock_matchers_test::ValueIsPositive | ( | const Uncopyable & | x | ) |
Definition at line 3194 of file gmock-matchers_test.cc.
| const int testing::gmock_matchers_test::foo = 0 |
Definition at line 2393 of file gmock-matchers_test.cc.
| const int testing::gmock_matchers_test::g_bar = 1 |
Definition at line 435 of file gmock-matchers_test.cc.