|
Wire Sysio Wire Sysion 1.0.0
|
Namespaces | |
| namespace | convertible_from_any |
Classes | |
| class | AClass |
| class | AllArgsHelper |
| struct | AStruct |
| class | BacktrackingBPMTest |
| class | Base |
| class | BipartiteNonSquareTest |
| class | BipartiteRandomTest |
| class | BipartiteTest |
| class | ConstPropagatingPtr |
| class | ConvertibleToBool |
| class | Derived |
| class | DerivedClass |
| struct | DerivedStruct |
| class | DivisibleByImpl |
| class | EvenMatcherImpl |
| class | FloatingPointNearTest |
| class | FloatingPointTest |
| struct | Functor |
| class | GreaterThanMatcher |
| struct | IntReferenceWrapper |
| class | IntValue |
| class | IsGreaterThan |
| class | IsHalfOfMatcher |
| class | NewEvenMatcherImpl |
| struct | NonImplicitlyConstructibleTypeWithOperatorEq |
| class | NotCopyable |
| class | OptionalMatchersHelper |
| class | OtherDerived |
| struct | PolymorphicFunctor |
| class | PolymorphicIsEvenImpl |
| class | ReferencesBarOrIsZeroImpl |
| struct | ReferencingFunctor |
| class | SampleAnyType |
| class | SampleOptionalInt |
| class | SampleVariantIntString |
| class | Streamlike |
| struct | Type |
| class | Uncopyable |
| struct | Undefined |
| class | UnorderedElementsAreTest |
| class | Unprintable |
Typedefs | |
| typedef ::testing::tuple< long, int > | Tuple2 |
| typedef FloatingPointTest< float > | FloatTest |
| typedef FloatingPointNearTest< float > | FloatNearTest |
| typedef FloatingPointTest< double > | DoubleTest |
| typedef FloatingPointNearTest< double > | DoubleNearTest |
Functions | |
| Matcher< int > | GreaterThan (int n) |
| std::string | OfType (const std::string &type_name) |
| template<typename T > | |
| std::string | Describe (const Matcher< T > &m) |
| template<typename T > | |
| std::string | DescribeNegation (const Matcher< T > &m) |
| template<typename MatcherType , typename Value > | |
| std::string | Explain (const MatcherType &m, const Value &x) |
| TEST (MonotonicMatcherTest, IsPrintable) | |
| 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, CanBeConstructedFromUndefinedVariable) | |
| TEST (MatcherTest, CanAcceptAbstractClass) | |
| TEST (MatcherTest, IsCopyable) | |
| TEST (MatcherTest, CanDescribeItself) | |
| TEST (MatcherTest, MatchAndExplain) | |
| TEST (StringMatcherTest, CanBeImplicitlyConstructedFromCStringLiteral) | |
| TEST (StringMatcherTest, CanBeImplicitlyConstructedFromString) | |
| TEST (MakeMatcherTest, ConstructsMatcherFromMatcherInterface) | |
| PolymorphicMatcher< ReferencesBarOrIsZeroImpl > | ReferencesBarOrIsZero () |
| TEST (MakePolymorphicMatcherTest, ConstructsMatcherUsingOldAPI) | |
| PolymorphicMatcher< PolymorphicIsEvenImpl > | PolymorphicIsEven () |
| TEST (MakePolymorphicMatcherTest, ConstructsMatcherUsingNewAPI) | |
| TEST (MatcherCastTest, FromPolymorphicMatcher) | |
| bool | IsPositiveIntValue (const IntValue &foo) |
| TEST (MatcherCastTest, FromCompatibleType) | |
| TEST (MatcherCastTest, FromConstReferenceToNonReference) | |
| TEST (MatcherCastTest, FromReferenceToNonReference) | |
| TEST (MatcherCastTest, FromNonReferenceToConstReference) | |
| TEST (MatcherCastTest, FromNonReferenceToReference) | |
| TEST (MatcherCastTest, FromSameType) | |
| TEST (MatcherCastTest, FromAValue) | |
| TEST (MatcherCastTest, FromAnImplicitlyConvertibleValue) | |
| TEST (MatcherCastTest, NonImplicitlyConstructibleTypeWithOperatorEq) | |
| bool | operator== (const IntReferenceWrapper &a, const IntReferenceWrapper &b) |
| TEST (MatcherCastTest, ValueIsNotCopied) | |
| TEST (SafeMatcherCastTest, FromPolymorphicMatcher) | |
| TEST (SafeMatcherCastTest, FromLosslesslyConvertibleArithmeticType) | |
| TEST (SafeMatcherCastTest, FromBaseClass) | |
| TEST (SafeMatcherCastTest, FromConstReferenceToReference) | |
| TEST (SafeMatcherCastTest, FromNonReferenceToConstReference) | |
| TEST (SafeMatcherCastTest, FromNonReferenceToReference) | |
| TEST (SafeMatcherCastTest, FromSameType) | |
| TEST (SafeMatcherCastTest, ValueIsNotCopied) | |
| TEST (ExpectThat, TakesLiterals) | |
| TEST (ExpectThat, TakesFunctions) | |
| 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, CanDescribeSelf) | |
| TEST (NotNullTest, MatchesNonNullPointer) | |
| TEST (NotNullTest, LinkedPtr) | |
| TEST (NotNullTest, ReferenceToConstLinkedPtr) | |
| 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 (FloatEq2Test, MatchesEqualArguments) | |
| TEST (FloatEq2Test, CanDescribeSelf) | |
| TEST (NanSensitiveFloatEqTest, MatchesEqualArgumentsWithNaN) | |
| TEST (NanSensitiveFloatEqTest, CanDescribeSelfWithNaNs) | |
| TEST (DoubleEq2Test, MatchesEqualArguments) | |
| TEST (DoubleEq2Test, CanDescribeSelf) | |
| TEST (NanSensitiveDoubleEqTest, MatchesEqualArgumentsWithNaN) | |
| TEST (NanSensitiveDoubleEqTest, CanDescribeSelfWithNaNs) | |
| TEST (FloatNear2Test, MatchesEqualArguments) | |
| TEST (FloatNear2Test, CanDescribeSelf) | |
| TEST (NanSensitiveFloatNearTest, MatchesNearbyArgumentsWithNaN) | |
| TEST (NanSensitiveFloatNearTest, CanDescribeSelfWithNaNs) | |
| TEST (DoubleNear2Test, MatchesEqualArguments) | |
| TEST (DoubleNear2Test, CanDescribeSelf) | |
| TEST (NanSensitiveDoubleNearTest, MatchesNearbyArgumentsWithNaN) | |
| TEST (NanSensitiveDoubleNearTest, CanDescribeSelfWithNaNs) | |
| TEST (NotTest, NegatesMatcher) | |
| TEST (NotTest, CanDescribeSelf) | |
| TEST (NotTest, NotMatcherSafelyCastsMonomorphicMatchers) | |
| void | AllOfMatches (int num, const Matcher< int > &m) |
| TEST (AllOfTest, MatchesWhenAllMatch) | |
| TEST (AllOfTest, CanDescribeSelf) | |
| TEST (AllOfTest, CanDescribeNegation) | |
| TEST (AllOfTest, AllOfMatcherSafelyCastsMonomorphicMatchers) | |
| TEST (AllOfTest, ExplainsResult) | |
| void | AnyOfMatches (int num, const Matcher< int > &m) |
| TEST (AnyOfTest, MatchesWhenAnyMatches) | |
| TEST (AnyOfTest, CanDescribeSelf) | |
| TEST (AnyOfTest, CanDescribeNegation) | |
| TEST (AnyOfTest, AnyOfMatcherSafelyCastsMonomorphicMatchers) | |
| TEST (AnyOfTest, ExplainsResult) | |
| int | IsPositive (double x) |
| bool | ReferencesFooAndIsZero (const int &n) |
| TEST (TrulyTest, MatchesWhatSatisfiesThePredicate) | |
| TEST (TrulyTest, CanBeUsedWithFunctor) | |
| ConvertibleToBool | IsNotZero (int number) |
| 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) | |
| MATCHER_P (Really, inner_matcher, "") | |
| TEST (ExplainMatchResultTest, WorksInsideMATCHER) | |
| TEST (DescribeMatcherTest, WorksWithValue) | |
| TEST (DescribeMatcherTest, WorksWithMonomorphicMatcher) | |
| TEST (DescribeMatcherTest, WorksWithPolymorphicMatcher) | |
| TEST (AllArgsTest, WorksForTuple) | |
| TEST (AllArgsTest, WorksForNonTuple) | |
| TEST (AllArgsTest, WorksInWithClause) | |
| TEST (AllArgsTest, WorksWithoutMatchers) | |
| TEST (MatcherAssertionTest, WorksWhenMatcherIsSatisfied) | |
| TEST (MatcherAssertionTest, WorksWhenMatcherIsNotSatisfied) | |
| TEST (MatcherAssertionTest, WorksForByRefArguments) | |
| TEST (MatcherAssertionTest, WorksForMonomorphicMatcher) | |
| 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, ExplainsResultWhenMatchFails) | |
| TEST_F (DoubleNearTest, NanSensitiveDoubleNearCanDescribeSelf) | |
| TEST_F (DoubleNearTest, DoubleNearCannotMatchNaN) | |
| TEST_F (DoubleNearTest, NanSensitiveDoubleNearCanMatchNaN) | |
| TEST (PointeeTest, RawPointer) | |
| TEST (PointeeTest, RawPointerToConst) | |
| TEST (PointeeTest, ReferenceToConstRawPointer) | |
| TEST (PointeeTest, ReferenceToNonConstRawPointer) | |
| MATCHER_P (FieldIIs, inner_matcher, "") | |
| TEST (PointeeTest, WorksWithConstPropagatingPointers) | |
| TEST (PointeeTest, NeverMatchesNull) | |
| TEST (PointeeTest, MatchesAgainstAValue) | |
| TEST (PointeeTest, CanDescribeSelf) | |
| TEST (PointeeTest, CanExplainMatchResult) | |
| TEST (PointeeTest, AlwaysExplainsPointee) | |
| bool | ValueIsPositive (const Uncopyable &x) |
| MATCHER_P (UncopyableIs, inner_matcher, "") | |
| 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, CanDescribeSelfWithFieldName) | |
| TEST (FieldTest, CanExplainMatchResult) | |
| TEST (FieldTest, CanExplainMatchResultWithFieldName) | |
| TEST (FieldForPointerTest, WorksForPointerToConst) | |
| TEST (FieldForPointerTest, WorksForPointerToNonConst) | |
| TEST (FieldForPointerTest, WorksForReferenceToConstPointer) | |
| TEST (FieldForPointerTest, DoesNotMatchNull) | |
| TEST (FieldForPointerTest, WorksForArgumentOfSubType) | |
| TEST (FieldForPointerTest, CanDescribeSelf) | |
| TEST (FieldForPointerTest, CanDescribeSelfWithFieldName) | |
| TEST (FieldForPointerTest, CanExplainMatchResult) | |
| TEST (FieldForPointerTest, CanExplainMatchResultWithFieldName) | |
| TEST (PropertyTest, WorksForNonReferenceProperty) | |
| TEST (PropertyTest, WorksForReferenceToConstProperty) | |
| TEST (PropertyTest, WorksForReferenceToNonConstProperty) | |
| TEST (PropertyTest, WorksForByValueArgument) | |
| TEST (PropertyTest, WorksForArgumentOfSubType) | |
| TEST (PropertyTest, WorksForCompatibleMatcherType) | |
| TEST (PropertyTest, CanDescribeSelf) | |
| TEST (PropertyTest, CanDescribeSelfWithPropertyName) | |
| TEST (PropertyTest, CanExplainMatchResult) | |
| TEST (PropertyTest, CanExplainMatchResultWithPropertyName) | |
| TEST (PropertyForPointerTest, WorksForPointerToConst) | |
| TEST (PropertyForPointerTest, WorksForPointerToNonConst) | |
| TEST (PropertyForPointerTest, WorksForReferenceToConstPointer) | |
| TEST (PropertyForPointerTest, WorksForReferenceToNonConstProperty) | |
| TEST (PropertyForPointerTest, WorksForArgumentOfSubType) | |
| TEST (PropertyForPointerTest, CanDescribeSelf) | |
| TEST (PropertyForPointerTest, CanDescribeSelfWithPropertyDescription) | |
| TEST (PropertyForPointerTest, CanExplainMatchResult) | |
| TEST (PropertyForPointerTest, CanExplainMatchResultWithPropertyName) | |
| std::string | IntToStringFunction (int input) |
| TEST (ResultOfTest, WorksForFunctionPointers) | |
| TEST (ResultOfTest, CanDescribeItself) | |
| int | IntFunction (int input) |
| TEST (ResultOfTest, CanExplainMatchResult) | |
| TEST (ResultOfTest, WorksForNonReferenceResults) | |
| double & | DoubleFunction (double &input) |
| Uncopyable & | RefUncopyableFunction (Uncopyable &obj) |
| TEST (ResultOfTest, WorksForReferenceToNonConstResults) | |
| const std::string & | StringFunction (const std::string &input) |
| TEST (ResultOfTest, WorksForReferenceToConstResults) | |
| TEST (ResultOfTest, WorksForCompatibleMatcherTypes) | |
| TEST (ResultOfDeathTest, DiesOnNullFunctionPointers) | |
| TEST (ResultOfTest, WorksForFunctionReferences) | |
| TEST (ResultOfTest, WorksForFunctors) | |
| TEST (ResultOfTest, WorksForPolymorphicFunctors) | |
| const int * | ReferencingFunction (const int &n) |
| TEST (ResultOfTest, WorksForReferencingCallables) | |
| PolymorphicMatcher< DivisibleByImpl > | DivisibleBy (int n) |
| 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 (IsTrueTest, IsTrueIsFalse) | |
| 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 (BeginEndDistanceIsTest, WorksWithNonStdList) | |
| TEST (BeginEndDistanceIsTest, CanDescribeSelf) | |
| TEST (BeginEndDistanceIsTest, ExplainsResult) | |
| TEST (WhenSortedTest, WorksForStreamlike) | |
| TEST (WhenSortedTest, WorksForVectorConstRefMatcherOnStreamlike) | |
| TEST (IsSupersetOfTest, WorksForNativeArray) | |
| TEST (IsSupersetOfTest, WorksWithDuplicates) | |
| TEST (IsSupersetOfTest, WorksForEmpty) | |
| TEST (IsSupersetOfTest, WorksForStreamlike) | |
| TEST (IsSupersetOfTest, TakesStlContainer) | |
| TEST (IsSupersetOfTest, Describe) | |
| TEST (IsSupersetOfTest, DescribeNegation) | |
| TEST (IsSupersetOfTest, MatchAndExplain) | |
| TEST (IsSubsetOfTest, WorksForNativeArray) | |
| TEST (IsSubsetOfTest, WorksWithDuplicates) | |
| TEST (IsSubsetOfTest, WorksForEmpty) | |
| TEST (IsSubsetOfTest, WorksForStreamlike) | |
| TEST (IsSubsetOfTest, TakesStlContainer) | |
| TEST (IsSubsetOfTest, Describe) | |
| TEST (IsSubsetOfTest, DescribeNegation) | |
| TEST (IsSubsetOfTest, MatchAndExplain) | |
| TEST (ElemensAreStreamTest, WorksForStreamlike) | |
| TEST (ElemensAreArrayStreamTest, WorksForStreamlike) | |
| TEST (ElementsAreTest, WorksWithUncopyable) | |
| TEST (ElementsAreTest, TakesStlContainer) | |
| TEST (UnorderedElementsAreArrayTest, SucceedsWhenExpected) | |
| TEST (UnorderedElementsAreArrayTest, VectorBool) | |
| TEST (UnorderedElementsAreArrayTest, WorksForStreamlike) | |
| TEST (UnorderedElementsAreArrayTest, TakesStlContainer) | |
| TEST_F (UnorderedElementsAreTest, WorksWithUncopyable) | |
| 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) | |
| template<typename Graph > | |
| ElementMatcherPairs | FindBacktrackingMaxBPM (const Graph &g) |
| TEST_P (BipartiteTest, Exhaustive) | |
| INSTANTIATE_TEST_CASE_P (AllGraphs, BipartiteTest, ::testing::Range(0, 5)) | |
| TEST_F (BipartiteNonSquareTest, SimpleBacktracking) | |
| TEST_P (BipartiteNonSquareTest, Exhaustive) | |
| 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))) | |
| TEST_P (BipartiteRandomTest, LargerNets) | |
| 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))) | |
| TEST (IsReadableTypeNameTest, ReturnsTrueForShortNames) | |
| TEST (IsReadableTypeNameTest, ReturnsTrueForLongNonTemplateNonFunctionNames) | |
| TEST (IsReadableTypeNameTest, ReturnsFalseForLongTemplateNames) | |
| TEST (IsReadableTypeNameTest, ReturnsFalseForLongFunctionTypeNames) | |
| 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) | |
| PolymorphicMatcher< IsHalfOfMatcher > | IsHalfOf () |
| TEST (PointwiseTest, DescribesSelf) | |
| TEST (PointwiseTest, MakesCopyOfRhs) | |
| TEST (PointwiseTest, WorksForLhsNativeArray) | |
| TEST (PointwiseTest, WorksForRhsNativeArray) | |
| TEST (PointwiseTest, WorksForVectorOfBool) | |
| TEST (PointwiseTest, RejectsWrongSize) | |
| TEST (PointwiseTest, RejectsWrongContent) | |
| TEST (PointwiseTest, AcceptsCorrectContent) | |
| TEST (PointwiseTest, AllowsMonomorphicInnerMatcher) | |
| TEST (UnorderedPointwiseTest, DescribesSelf) | |
| TEST (UnorderedPointwiseTest, MakesCopyOfRhs) | |
| TEST (UnorderedPointwiseTest, WorksForLhsNativeArray) | |
| TEST (UnorderedPointwiseTest, WorksForRhsNativeArray) | |
| TEST (UnorderedPointwiseTest, RejectsWrongSize) | |
| TEST (UnorderedPointwiseTest, RejectsWrongContent) | |
| TEST (UnorderedPointwiseTest, AcceptsCorrectContentInSameOrder) | |
| TEST (UnorderedPointwiseTest, AcceptsCorrectContentInDifferentOrder) | |
| TEST (UnorderedPointwiseTest, AllowsMonomorphicInnerMatcher) | |
| TEST (OptionalTest, DescribesSelf) | |
| TEST (OptionalTest, ExplainsSelf) | |
| TEST (OptionalTest, MatchesNonEmptyOptional) | |
| TEST (OptionalTest, DoesNotMatchNullopt) | |
| TEST (VariantTest, DescribesSelf) | |
| TEST (VariantTest, ExplainsSelf) | |
| TEST (VariantTest, FullMatch) | |
| TEST (VariantTest, TypeDoesNotMatch) | |
| TEST (VariantTest, InnerDoesNotMatch) | |
| TEST (AnyWithTest, FullMatch) | |
| TEST (AnyWithTest, TestBadCastType) | |
| TEST (AnyWithTest, TestCompare) | |
| TEST (AnyWithTest, DescribesSelf) | |
| TEST (AnyWithTest, ExplainsSelf) | |
Variables | |
| const int | g_bar = 1 |
| const int | foo = 0 |
| typedef FloatingPointNearTest<double> testing::gmock_matchers_test::DoubleNearTest |
Definition at line 3589 of file gmock-matchers_test.cc.
| typedef FloatingPointTest<double> testing::gmock_matchers_test::DoubleTest |
Definition at line 3533 of file gmock-matchers_test.cc.
| typedef FloatingPointNearTest<float> testing::gmock_matchers_test::FloatNearTest |
Definition at line 3474 of file gmock-matchers_test.cc.
| typedef FloatingPointTest<float> testing::gmock_matchers_test::FloatTest |
Definition at line 3418 of file gmock-matchers_test.cc.
| typedef ::testing::tuple<long, int> testing::gmock_matchers_test::Tuple2 |
Definition at line 2225 of file gmock-matchers_test.cc.
| void testing::gmock_matchers_test::AllOfMatches | ( | int | num, |
| const Matcher< int > & | m ) |
Definition at line 2485 of file gmock-matchers_test.cc.


| void testing::gmock_matchers_test::AnyOfMatches | ( | int | num, |
| const Matcher< int > & | m ) |
Definition at line 2683 of file gmock-matchers_test.cc.


Definition at line 201 of file gmock-matchers_test.cc.

| std::string testing::gmock_matchers_test::DescribeNegation | ( | const Matcher< T > & | m | ) |
Definition at line 207 of file gmock-matchers_test.cc.


| PolymorphicMatcher< DivisibleByImpl > testing::gmock_matchers_test::DivisibleBy | ( | int | n | ) |
Definition at line 4639 of file gmock-matchers_test.cc.


| double & testing::gmock_matchers_test::DoubleFunction | ( | double & | input | ) |
Definition at line 4493 of file gmock-matchers_test.cc.

| std::string testing::gmock_matchers_test::Explain | ( | const MatcherType & | m, |
| const Value & | x ) |
Definition at line 213 of file gmock-matchers_test.cc.


| ElementMatcherPairs testing::gmock_matchers_test::FindBacktrackingMaxBPM | ( | const Graph & | g | ) |
Definition at line 6024 of file gmock-matchers_test.cc.

| Matcher< int > testing::gmock_matchers_test::GreaterThan | ( | int | n | ) |
Definition at line 187 of file gmock-matchers_test.cc.


| 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 | ( | AllGraphs | , |
| BipartiteTest | , | ||
| ::testing::Range(0, 5) | ) |
| 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 4470 of file gmock-matchers_test.cc.

| std::string testing::gmock_matchers_test::IntToStringFunction | ( | int | input | ) |
Definition at line 4448 of file gmock-matchers_test.cc.

| PolymorphicMatcher< IsHalfOfMatcher > testing::gmock_matchers_test::IsHalfOf | ( | ) |
Definition at line 6344 of file gmock-matchers_test.cc.


| ConvertibleToBool testing::gmock_matchers_test::IsNotZero | ( | int | number | ) |
Definition at line 2951 of file gmock-matchers_test.cc.
| int testing::gmock_matchers_test::IsPositive | ( | double | x | ) |
Definition at line 2901 of file gmock-matchers_test.cc.

| bool testing::gmock_matchers_test::IsPositiveIntValue | ( | const IntValue & | foo | ) |
| testing::gmock_matchers_test::MATCHER_P | ( | FieldIIs | , |
| inner_matcher | , | ||
| "" | ) |
Definition at line 3703 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::MATCHER_P | ( | Really | , |
| inner_matcher | , | ||
| "" | ) |
Definition at line 3044 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::MATCHER_P | ( | UncopyableIs | , |
| inner_matcher | , | ||
| "" | ) |
Definition at line 3890 of file gmock-matchers_test.cc.

| std::string testing::gmock_matchers_test::OfType | ( | const std::string & | type_name | ) |
Definition at line 191 of file gmock-matchers_test.cc.

| bool testing::gmock_matchers_test::operator== | ( | const IntReferenceWrapper & | a, |
| const IntReferenceWrapper & | b ) |
Definition at line 799 of file gmock-matchers_test.cc.
| PolymorphicMatcher< PolymorphicIsEvenImpl > testing::gmock_matchers_test::PolymorphicIsEven | ( | ) |
Definition at line 584 of file gmock-matchers_test.cc.


| PolymorphicMatcher< ReferencesBarOrIsZeroImpl > testing::gmock_matchers_test::ReferencesBarOrIsZero | ( | ) |
Definition at line 541 of file gmock-matchers_test.cc.


| bool testing::gmock_matchers_test::ReferencesFooAndIsZero | ( | const int & | n | ) |
| const int * testing::gmock_matchers_test::ReferencingFunction | ( | const int & | n | ) |
Definition at line 4593 of file gmock-matchers_test.cc.

| Uncopyable & testing::gmock_matchers_test::RefUncopyableFunction | ( | Uncopyable & | obj | ) |
Definition at line 4495 of file gmock-matchers_test.cc.

| const std::string & testing::gmock_matchers_test::StringFunction | ( | const std::string & | input | ) |
Definition at line 4519 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AllArgsTest | , |
| WorksForNonTuple | ) |
Definition at line 3073 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AllArgsTest | , |
| WorksForTuple | ) |
Definition at line 3068 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AllArgsTest | , |
| WorksInWithClause | ) |
Definition at line 3088 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AllArgsTest | , |
| WorksWithoutMatchers | ) |
Definition at line 3119 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AllOfTest | , |
| AllOfMatcherSafelyCastsMonomorphicMatchers | ) |
Definition at line 2625 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AllOfTest | , |
| CanDescribeNegation | ) |
Definition at line 2593 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AllOfTest | , |
| CanDescribeSelf | ) |
Definition at line 2563 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AllOfTest | , |
| ExplainsResult | ) |
Definition at line 2639 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AllOfTest | , |
| MatchesWhenAllMatch | ) |
Definition at line 2496 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AnTest | , |
| CanDescribeSelf | ) |
| testing::gmock_matchers_test::TEST | ( | AnTest | , |
| MatchesAnyValue | ) |
Definition at line 969 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , |
| AnyOfMatcherSafelyCastsMonomorphicMatchers | ) |
Definition at line 2837 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , |
| CanDescribeNegation | ) |
Definition at line 2809 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , |
| CanDescribeSelf | ) |
Definition at line 2781 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , |
| ExplainsResult | ) |
Definition at line 2851 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AnyOfTest | , |
| MatchesWhenAnyMatches | ) |
Definition at line 2694 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AnyWithTest | , |
| DescribesSelf | ) |
Definition at line 6734 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AnyWithTest | , |
| ExplainsSelf | ) |
Definition at line 6740 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AnyWithTest | , |
| FullMatch | ) |
Definition at line 6702 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AnyWithTest | , |
| TestBadCastType | ) |
Definition at line 6707 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | AnyWithTest | , |
| TestCompare | ) |
| testing::gmock_matchers_test::TEST | ( | ATest | , |
| CanDescribeSelf | ) |
| testing::gmock_matchers_test::TEST | ( | ATest | , |
| MatchesAnyValue | ) |
Definition at line 940 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ATest | , |
| WorksForDerivedClass | ) |
Definition at line 954 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | BeginEndDistanceIsTest | , |
| CanDescribeSelf | ) |
Definition at line 5292 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | BeginEndDistanceIsTest | , |
| ExplainsResult | ) |
Definition at line 5299 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | BeginEndDistanceIsTest | , |
| WorksWithNonStdList | ) |
Definition at line 5286 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ByRefTest | , |
| AllowsNotCopyableConstValueInMatchers | ) |
Definition at line 4704 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ByRefTest | , |
| AllowsNotCopyableValueInMatchers | ) |
Definition at line 4713 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| CopiesNativeArrayParameter | ) |
Definition at line 5033 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| MultipleValuesAdded | ) |
Definition at line 4939 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| MultipleValuesAddedAndRemoved | ) |
Definition at line 4951 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| MultipleValuesMissing | ) |
Definition at line 4926 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| MultiSetOfIntDuplicateDifference | ) |
Definition at line 4965 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| WorksForMaps | ) |
Definition at line 4979 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| WorksForNativeArray | ) |
Definition at line 4997 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| WorksForNativeArrayAsTuple | ) |
Definition at line 5020 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ContainerEqExtraTest | , |
| WorksForTwoDimensionalNativeArray | ) |
Definition at line 5006 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ContainsRegexTest | , |
| CanDescribeSelf | ) |
Definition at line 1828 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ContainsRegexTest | , |
| MatchesStringContainingGivenRegex | ) |
Definition at line 1804 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | DescribeMatcherTest | , |
| WorksWithMonomorphicMatcher | ) |
Definition at line 3057 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | DescribeMatcherTest | , |
| WorksWithPolymorphicMatcher | ) |
Definition at line 3063 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | DescribeMatcherTest | , |
| WorksWithValue | ) |
Definition at line 3052 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | DoubleEq2Test | , |
| CanDescribeSelf | ) |
Definition at line 2362 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | DoubleEq2Test | , |
| MatchesEqualArguments | ) |
Definition at line 2353 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | DoubleNear2Test | , |
| CanDescribeSelf | ) |
Definition at line 2434 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | DoubleNear2Test | , |
| MatchesEqualArguments | ) |
Definition at line 2425 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| AcceptsMatcher | ) |
Definition at line 6307 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| DescribesItselfCorrectly | ) |
Definition at line 6261 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| ExplainsMatchResultCorrectly | ) |
Definition at line 6236 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| MatchesMapWhenAllElementsMatch | ) |
Definition at line 6289 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| MatchesVectorWhenAllElementsMatch | ) |
Definition at line 6269 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | EachTest | , |
| WorksForNativeArrayAsTuple | ) |
Definition at line 6313 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ElemensAreArrayStreamTest | , |
| WorksForStreamlike | ) |
Definition at line 5600 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ElemensAreStreamTest | , |
| WorksForStreamlike | ) |
Definition at line 5593 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ElementsAreTest | , |
| TakesStlContainer | ) |
Definition at line 5623 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ElementsAreTest | , |
| WorksWithUncopyable | ) |
Definition at line 5616 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | EndsWithTest | , |
| CanDescribeSelf | ) |
Definition at line 1758 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | EndsWithTest | , |
| MatchesStringWithGivenSuffix | ) |
Definition at line 1726 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | Eq2Test | , |
| CanDescribeSelf | ) |
Definition at line 2236 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | Eq2Test | , |
| MatchesEqualArguments | ) |
Definition at line 2229 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | EqTest | , |
| CanDescribeSelf | ) |
Definition at line 1032 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | EqTest | , |
| IsPolymorphic | ) |
Definition at line 1039 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | EqTest | , |
| MatchesEqualValue | ) |
Definition at line 1011 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ExpectThat | , |
| TakesFunctions | ) |
Definition at line 930 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ExpectThat | , |
| TakesLiterals | ) |
Definition at line 924 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | ExplainmatcherResultTest | , |
| MonomorphicMatcher | ) |
Definition at line 4676 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| AllOf_False_False | ) |
Definition at line 4645 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| AllOf_False_True | ) |
Definition at line 4652 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| AllOf_True_False | ) |
Definition at line 4659 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| AllOf_True_True | ) |
Definition at line 4666 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| AllOf_True_True_2 | ) |
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| WorksInsideMATCHER | ) |
| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| WorksWithMonomorphicMatcher | ) |
Definition at line 3032 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ExplainMatchResultTest | , |
| WorksWithPolymorphicMatcher | ) |
Definition at line 3022 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| CanDescribeSelf | ) |
Definition at line 4100 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| CanDescribeSelfWithFieldName | ) |
Definition at line 4107 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| CanExplainMatchResult | ) |
Definition at line 4116 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| CanExplainMatchResultWithFieldName | ) |
Definition at line 4130 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| DoesNotMatchNull | ) |
Definition at line 4081 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| WorksForArgumentOfSubType | ) |
Definition at line 4088 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| WorksForPointerToConst | ) |
Definition at line 4051 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| WorksForPointerToNonConst | ) |
Definition at line 4061 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldForPointerTest | , |
| WorksForReferenceToConstPointer | ) |
Definition at line 4071 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| CanDescribeSelf | ) |
Definition at line 4008 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| CanDescribeSelfWithFieldName | ) |
Definition at line 4015 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| CanExplainMatchResult | ) |
Definition at line 4024 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| CanExplainMatchResultWithFieldName | ) |
Definition at line 4037 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForArgumentOfSubType | ) |
Definition at line 3983 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForByRefArgument | ) |
Definition at line 3972 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForCompatibleMatcherType | ) |
Definition at line 3996 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForConstField | ) |
Definition at line 3931 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForNonConstField | ) |
Definition at line 3918 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForPointerField | ) |
Definition at line 3955 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FieldTest | , |
| WorksForUncopyableField | ) |
Definition at line 3945 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FloatEq2Test | , |
| CanDescribeSelf | ) |
Definition at line 2327 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FloatEq2Test | , |
| MatchesEqualArguments | ) |
Definition at line 2318 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FloatNear2Test | , |
| CanDescribeSelf | ) |
Definition at line 2397 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FloatNear2Test | , |
| MatchesEqualArguments | ) |
Definition at line 2388 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | FormatMatcherDescriptionTest | , |
| WorksForEmptyDescription | ) |
Definition at line 6176 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | Ge2Test | , |
| CanDescribeSelf | ) |
Definition at line 2251 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | Ge2Test | , |
| MatchesGreaterThanOrEqualArguments | ) |
Definition at line 2243 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | GeTest | , |
| CanDescribeSelf | ) |
| testing::gmock_matchers_test::TEST | ( | GeTest | , |
| ImplementsGreaterThanOrEqual | ) |
Definition at line 1086 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | Gt2Test | , |
| CanDescribeSelf | ) |
Definition at line 2266 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | Gt2Test | , |
| MatchesGreaterThanArguments | ) |
Definition at line 2258 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | GtTest | , |
| CanDescribeSelf | ) |
| testing::gmock_matchers_test::TEST | ( | GtTest | , |
| ImplementsGreaterThan | ) |
Definition at line 1100 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | HasSubstrTest | , |
| CanDescribeSelf | ) |
Definition at line 1498 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | HasSubstrTest | , |
| WorksForCStrings | ) |
Definition at line 1466 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | HasSubstrTest | , |
| WorksForStringClasses | ) |
Definition at line 1455 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , |
| CanDescribeSelf | ) |
Definition at line 4740 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , |
| ExplainsResult | ) |
Definition at line 4746 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , |
| ImplementsIsEmpty | ) |
Definition at line 4722 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsEmptyTest | , |
| WorksWithString | ) |
Definition at line 4731 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsNullTest | , |
| CanDescribeSelf | ) |
Definition at line 1212 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsNullTest | , |
| LinkedPtr | ) |
Definition at line 1184 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsNullTest | , |
| MatchesNullPointer | ) |
Definition at line 1156 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsNullTest | , |
| ReferenceToConstLinkedPtr | ) |
Definition at line 1193 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , |
| ReturnsFalseForLongFunctionTypeNames | ) |
Definition at line 6170 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , |
| ReturnsFalseForLongTemplateNames | ) |
Definition at line 6164 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , |
| ReturnsTrueForLongNonTemplateNonFunctionNames | ) |
Definition at line 6158 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsReadableTypeNameTest | , |
| ReturnsTrueForShortNames | ) |
Definition at line 6151 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | IsSubsetOfTest | , |
| Describe | ) |
Definition at line 5530 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSubsetOfTest | , |
| DescribeNegation | ) |
Definition at line 5545 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSubsetOfTest | , |
| MatchAndExplain | ) |
Definition at line 5559 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSubsetOfTest | , |
| TakesStlContainer | ) |
Definition at line 5517 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSubsetOfTest | , |
| WorksForEmpty | ) |
Definition at line 5487 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSubsetOfTest | , |
| WorksForNativeArray | ) |
Definition at line 5468 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSubsetOfTest | , |
| WorksForStreamlike | ) |
Definition at line 5505 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSubsetOfTest | , |
| WorksWithDuplicates | ) |
Definition at line 5479 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSupersetOfTest | , |
| Describe | ) |
Definition at line 5409 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSupersetOfTest | , |
| DescribeNegation | ) |
Definition at line 5423 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSupersetOfTest | , |
| MatchAndExplain | ) |
Definition at line 5437 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSupersetOfTest | , |
| TakesStlContainer | ) |
Definition at line 5397 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSupersetOfTest | , |
| WorksForEmpty | ) |
Definition at line 5365 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSupersetOfTest | , |
| WorksForNativeArray | ) |
Definition at line 5346 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSupersetOfTest | , |
| WorksForStreamlike | ) |
Definition at line 5383 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsSupersetOfTest | , |
| WorksWithDuplicates | ) |
Definition at line 5357 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | IsTrueTest | , |
| IsTrueIsFalse | ) |
Definition at line 4754 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| CanDescribeSelf | ) |
Definition at line 1503 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| ExplainsResult | ) |
Definition at line 1509 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| InsideContainsUsingMap | ) |
Definition at line 1562 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| InsideContainsUsingMultimap | ) |
Definition at line 1571 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| MatchesCorrectly | ) |
Definition at line 1517 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | KeyTest | , |
| SafelyCastsInnerMatcher | ) |
Definition at line 1554 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | Le2Test | , |
| CanDescribeSelf | ) |
Definition at line 2281 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | Le2Test | , |
| MatchesLessThanOrEqualArguments | ) |
Definition at line 2273 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | LeTest | , |
| CanDescribeSelf | ) |
| testing::gmock_matchers_test::TEST | ( | LeTest | , |
| ImplementsLessThanOrEqual | ) |
Definition at line 1114 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | Lt2Test | , |
| CanDescribeSelf | ) |
Definition at line 2296 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | Lt2Test | , |
| MatchesLessThanArguments | ) |
Definition at line 2288 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | LtTest | , |
| CanDescribeSelf | ) |
| testing::gmock_matchers_test::TEST | ( | LtTest | , |
| ImplementsLessThan | ) |
Definition at line 1128 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MakeMatcherTest | , |
| ConstructsMatcherFromMatcherInterface | ) |
Definition at line 515 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MakePolymorphicMatcherTest | , |
| ConstructsMatcherUsingNewAPI | ) |
Definition at line 588 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MakePolymorphicMatcherTest | , |
| ConstructsMatcherUsingOldAPI | ) |
Definition at line 545 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , |
| WorksForByRefArguments | ) |
Definition at line 3176 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , |
| WorksForMonomorphicMatcher | ) |
Definition at line 3204 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , |
| WorksWhenMatcherIsNotSatisfied | ) |
Definition at line 3151 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherAssertionTest | , |
| WorksWhenMatcherIsSatisfied | ) |
Definition at line 3142 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromAnImplicitlyConvertibleValue | ) |
Definition at line 705 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromAValue | ) |
Definition at line 697 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromCompatibleType | ) |
Definition at line 638 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromConstReferenceToNonReference | ) |
Definition at line 654 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromNonReferenceToConstReference | ) |
Definition at line 670 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromNonReferenceToReference | ) |
Definition at line 678 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromPolymorphicMatcher | ) |
Definition at line 613 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromReferenceToNonReference | ) |
Definition at line 662 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| FromSameType | ) |
Definition at line 688 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| NonImplicitlyConstructibleTypeWithOperatorEq | ) |
Definition at line 728 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherCastTest | , |
| ValueIsNotCopied | ) |
Definition at line 803 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherInterfaceTest | , |
| CanBeImplementedUsingNewAPI | ) |
Definition at line 300 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherInterfaceTest | , |
| CanBeImplementedUsingPublishedAPI | ) |
Definition at line 275 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanAcceptAbstractClass | ) |
Definition at line 350 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanBeConstructedFromMatcherInterface | ) |
Definition at line 314 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanBeConstructedFromUndefinedVariable | ) |
Definition at line 343 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanBeDefaultConstructed | ) |
Definition at line 309 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanBeImplicitlyConstructedFromNULL | ) |
Definition at line 329 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanBeImplicitlyConstructedFromValue | ) |
Definition at line 322 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| CanDescribeItself | ) |
| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| IsCopyable | ) |
Definition at line 353 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherTest | , |
| MatchAndExplain | ) |
Definition at line 373 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatcherTupleTest | , |
| ExplainsMatchFailure | ) |
Definition at line 6210 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatchesRegexTest | , |
| CanDescribeSelf | ) |
Definition at line 1789 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatchesRegexTest | , |
| MatchesStringMatchingGivenRegex | ) |
Definition at line 1765 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatchesTest | , |
| IsSatisfiedByWhatMatchesTheMatcher | ) |
| testing::gmock_matchers_test::TEST | ( | MatchesTest | , |
| WorksOnByRefArguments | ) |
Definition at line 2989 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatchesTest | , |
| WorksWithMatcherOnNonRefType | ) |
Definition at line 2997 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MatchResultListenerTest | , |
| CanAccessUnderlyingStream | ) |
Definition at line 241 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatchResultListenerTest | , |
| IsInterestedWorks | ) |
Definition at line 248 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | MatchResultListenerTest | , |
| StreamingWorks | ) |
Definition at line 225 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | MonotonicMatcherTest | , |
| IsPrintable | ) |
| testing::gmock_matchers_test::TEST | ( | NanSensitiveDoubleEqTest | , |
| CanDescribeSelfWithNaNs | ) |
Definition at line 2381 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NanSensitiveDoubleEqTest | , |
| MatchesEqualArgumentsWithNaN | ) |
Definition at line 2369 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NanSensitiveDoubleNearTest | , |
| CanDescribeSelfWithNaNs | ) |
Definition at line 2454 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NanSensitiveDoubleNearTest | , |
| MatchesNearbyArgumentsWithNaN | ) |
Definition at line 2441 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NanSensitiveFloatEqTest | , |
| CanDescribeSelfWithNaNs | ) |
Definition at line 2346 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NanSensitiveFloatEqTest | , |
| MatchesEqualArgumentsWithNaN | ) |
Definition at line 2334 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NanSensitiveFloatNearTest | , |
| CanDescribeSelfWithNaNs | ) |
Definition at line 2417 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NanSensitiveFloatNearTest | , |
| MatchesNearbyArgumentsWithNaN | ) |
Definition at line 2404 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | Ne2Test | , |
| CanDescribeSelf | ) |
Definition at line 2311 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | Ne2Test | , |
| MatchesUnequalArguments | ) |
Definition at line 2303 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NeTest | , |
| CanDescribeSelf | ) |
| testing::gmock_matchers_test::TEST | ( | NeTest | , |
| ImplementsNotEqual | ) |
Definition at line 1142 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NotNullTest | , |
| CanDescribeSelf | ) |
| testing::gmock_matchers_test::TEST | ( | NotNullTest | , |
| LinkedPtr | ) |
Definition at line 1232 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NotNullTest | , |
| MatchesNonNullPointer | ) |
Definition at line 1219 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NotNullTest | , |
| ReferenceToConstLinkedPtr | ) |
Definition at line 1241 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NotTest | , |
| CanDescribeSelf | ) |
| testing::gmock_matchers_test::TEST | ( | NotTest | , |
| NegatesMatcher | ) |
Definition at line 2461 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | NotTest | , |
| NotMatcherSafelyCastsMonomorphicMatchers | ) |
Definition at line 2475 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | OptionalTest | , |
| DescribesSelf | ) |
Definition at line 6590 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | OptionalTest | , |
| DoesNotMatchNullopt | ) |
Definition at line 6611 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | OptionalTest | , |
| ExplainsSelf | ) |
Definition at line 6595 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | OptionalTest | , |
| MatchesNonEmptyOptional | ) |
Definition at line 6601 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| CanDescribeSelf | ) |
Definition at line 1597 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| CanExplainMatchResultTo | ) |
Definition at line 1612 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| InsideContainsUsingMap | ) |
Definition at line 1680 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| MatchesCorrectly | ) |
Definition at line 1650 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| SafelyCastsInnerMatchers | ) |
Definition at line 1670 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PairTest | , |
| Typing | ) |
Definition at line 1587 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| AlwaysExplainsPointee | ) |
Definition at line 3867 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| CanDescribeSelf | ) |
Definition at line 3849 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| CanExplainMatchResult | ) |
Definition at line 3856 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| MatchesAgainstAValue | ) |
Definition at line 3839 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| NeverMatchesNull | ) |
| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| RawPointer | ) |
Definition at line 3661 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| RawPointerToConst | ) |
Definition at line 3671 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| ReferenceToConstRawPointer | ) |
Definition at line 3681 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| ReferenceToNonConstRawPointer | ) |
Definition at line 3691 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointeeTest | , |
| WorksWithConstPropagatingPointers | ) |
Definition at line 3821 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| AcceptsCorrectContent | ) |
Definition at line 6437 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| AllowsMonomorphicInnerMatcher | ) |
Definition at line 6444 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| DescribesSelf | ) |
Definition at line 6348 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| MakesCopyOfRhs | ) |
Definition at line 6363 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| RejectsWrongContent | ) |
Definition at line 6428 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| RejectsWrongSize | ) |
Definition at line 6417 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| WorksForLhsNativeArray | ) |
Definition at line 6377 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| WorksForRhsNativeArray | ) |
Definition at line 6387 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PointwiseTest | , |
| WorksForVectorOfBool | ) |
Definition at line 6398 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PolymorphicMatcherTest | , |
| CanAccessImpl | ) |
Definition at line 6204 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PolymorphicMatcherTest | , |
| CanAccessMutableImpl | ) |
Definition at line 6194 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| CanDescribeSelf | ) |
Definition at line 4395 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| CanDescribeSelfWithPropertyDescription | ) |
Definition at line 4403 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| CanExplainMatchResult | ) |
Definition at line 4412 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| CanExplainMatchResultWithPropertyName | ) |
Definition at line 4428 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| WorksForArgumentOfSubType | ) |
Definition at line 4381 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| WorksForPointerToConst | ) |
Definition at line 4337 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| WorksForPointerToNonConst | ) |
Definition at line 4349 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| WorksForReferenceToConstPointer | ) |
Definition at line 4362 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyForPointerTest | , |
| WorksForReferenceToNonConstProperty | ) |
Definition at line 4374 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| CanDescribeSelf | ) |
Definition at line 4293 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| CanDescribeSelfWithPropertyName | ) |
Definition at line 4301 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| CanExplainMatchResult | ) |
Definition at line 4310 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| CanExplainMatchResultWithPropertyName | ) |
Definition at line 4323 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForArgumentOfSubType | ) |
Definition at line 4261 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForByValueArgument | ) |
Definition at line 4248 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForCompatibleMatcherType | ) |
Definition at line 4276 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForNonReferenceProperty | ) |
Definition at line 4187 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForReferenceToConstProperty | ) |
Definition at line 4203 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | PropertyTest | , |
| WorksForReferenceToNonConstProperty | ) |
Definition at line 4235 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | RefTest | , |
| CanBeUsedAsMatcherForConstReference | ) |
Definition at line 1286 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | RefTest | , |
| CanDescribeSelf | ) |
Definition at line 1276 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | RefTest | , |
| ExplainsResult | ) |
Definition at line 1312 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | RefTest | , |
| IsCovariant | ) |
Definition at line 1298 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | RefTest | , |
| MatchesSameVariable | ) |
Definition at line 1267 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfDeathTest | , |
| DiesOnNullFunctionPointers | ) |
Definition at line 4542 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| CanDescribeItself | ) |
Definition at line 4460 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| CanExplainMatchResult | ) |
Definition at line 4472 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForCompatibleMatcherTypes | ) |
Definition at line 4532 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForFunctionPointers | ) |
Definition at line 4452 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForFunctionReferences | ) |
Definition at line 4551 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForFunctors | ) |
Definition at line 4565 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForNonReferenceResults | ) |
Definition at line 4484 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForPolymorphicFunctors | ) |
Definition at line 4581 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForReferenceToConstResults | ) |
Definition at line 4521 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForReferenceToNonConstResults | ) |
Definition at line 4499 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ResultOfTest | , |
| WorksForReferencingCallables | ) |
Definition at line 4600 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromBaseClass | ) |
Definition at line 849 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromConstReferenceToReference | ) |
Definition at line 863 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromLosslesslyConvertibleArithmeticType | ) |
Definition at line 836 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromNonReferenceToConstReference | ) |
Definition at line 873 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromNonReferenceToReference | ) |
Definition at line 881 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromPolymorphicMatcher | ) |
Definition at line 827 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| FromSameType | ) |
Definition at line 891 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SafeMatcherCastTest | , |
| ValueIsNotCopied | ) |
Definition at line 917 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , |
| CanDescribeSelf | ) |
Definition at line 4824 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , |
| ExplainsResult | ) |
Definition at line 4830 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , |
| ImplementsSizeIs | ) |
Definition at line 4792 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , |
| WorksWithMap | ) |
Definition at line 4804 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | SizeIsTest | , |
| WorksWithReferences | ) |
Definition at line 4816 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StartsWithTest | , |
| CanDescribeSelf | ) |
Definition at line 1719 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StartsWithTest | , |
| MatchesStringWithGivenPrefix | ) |
Definition at line 1705 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StrCaseEqTest | , |
| CanDescribeSelf | ) |
Definition at line 1424 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StrCaseEqTest | , |
| MatchesEqualStringIgnoringCase | ) |
Definition at line 1379 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StrCaseEqTest | , |
| MatchesEqualStringWith0IgnoringCase | ) |
Definition at line 1399 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StrCaseNeTest | , |
| CanDescribeSelf | ) |
Definition at line 1449 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StrCaseNeTest | , |
| MatchesUnequalStringIgnoringCase | ) |
Definition at line 1429 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StreamlikeTest | , |
| Iteration | ) |
Definition at line 5261 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | StrEqTest | , |
| CanDescribeSelf | ) |
Definition at line 1342 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StrEqTest | , |
| MatchesEqualString | ) |
Definition at line 1324 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StringMatcherTest | , |
| CanBeImplicitlyConstructedFromCStringLiteral | ) |
Definition at line 386 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StringMatcherTest | , |
| CanBeImplicitlyConstructedFromString | ) |
Definition at line 398 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StrNeTest | , |
| CanDescribeSelf | ) |
Definition at line 1374 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | StrNeTest | , |
| MatchesUnequalString | ) |
Definition at line 1356 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | TrulyTest | , |
| CanBeUsedWithFunctor | ) |
Definition at line 2935 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | TrulyTest | , |
| CanDescribeSelf | ) |
Definition at line 2965 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | TrulyTest | , |
| MatchesWhatSatisfiesThePredicate | ) |
Definition at line 2928 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | TrulyTest | , |
| PredicateCanReturnAClassConvertibleToBool | ) |
Definition at line 2958 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | TrulyTest | , |
| WorksForByRefArguments | ) |
Definition at line 2973 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | TypedEqTest | , |
| CanDescribeSelf | ) |
| testing::gmock_matchers_test::TEST | ( | TypedEqTest | , |
| ChecksEqualityForGivenType | ) |
Definition at line 1050 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | TypedEqTest | , |
| HasSpecifiedType | ) |
Definition at line 1079 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST | ( | UnderscoreTest | , |
| CanDescribeSelf | ) |
| testing::gmock_matchers_test::TEST | ( | UnderscoreTest | , |
| MatchesAnyValue | ) |
Definition at line 990 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedElementsAreArrayTest | , |
| SucceedsWhenExpected | ) |
Definition at line 5638 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedElementsAreArrayTest | , |
| TakesStlContainer | ) |
Definition at line 5677 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedElementsAreArrayTest | , |
| VectorBool | ) |
Definition at line 5648 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedElementsAreArrayTest | , |
| WorksForStreamlike | ) |
Definition at line 5658 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , |
| AcceptsCorrectContentInDifferentOrder | ) |
Definition at line 6554 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , |
| AcceptsCorrectContentInSameOrder | ) |
Definition at line 6548 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , |
| AllowsMonomorphicInnerMatcher | ) |
Definition at line 6560 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , |
| DescribesSelf | ) |
Definition at line 6458 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , |
| MakesCopyOfRhs | ) |
Definition at line 6484 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , |
| RejectsWrongContent | ) |
Definition at line 6539 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , |
| RejectsWrongSize | ) |
Definition at line 6528 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , |
| WorksForLhsNativeArray | ) |
Definition at line 6498 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | UnorderedPointwiseTest | , |
| WorksForRhsNativeArray | ) |
Definition at line 6508 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ValueTest | , |
| WorksWithMonomorphicMatcher | ) |
Definition at line 3011 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | ValueTest | , |
| WorksWithPolymorphicMatcher | ) |
| testing::gmock_matchers_test::TEST | ( | VariantTest | , |
| DescribesSelf | ) |
Definition at line 6641 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | VariantTest | , |
| ExplainsSelf | ) |
Definition at line 6647 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | VariantTest | , |
| FullMatch | ) |
Definition at line 6657 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | VariantTest | , |
| InnerDoesNotMatch | ) |
Definition at line 6673 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | VariantTest | , |
| TypeDoesNotMatch | ) |
Definition at line 6665 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| CanDescribeSelf | ) |
Definition at line 5089 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| ExplainsMatchResult | ) |
Definition at line 5101 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| WorksForEmptyContainer | ) |
Definition at line 5051 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| WorksForNativeArray | ) |
Definition at line 5080 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| WorksForNonEmptyContainer | ) |
Definition at line 5057 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedByTest | , |
| WorksForNonVectorContainer | ) |
Definition at line 5069 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForEmptyContainer | ) |
Definition at line 5112 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForMapTypes | ) |
Definition at line 5128 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForMultiMapTypes | ) |
Definition at line 5141 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForNonEmptyContainer | ) |
Definition at line 5118 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForPolymorphicMatcher | ) |
Definition at line 5163 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForStreamlike | ) |
Definition at line 5329 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForVectorConstRefMatcher | ) |
Definition at line 5171 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST | ( | WhenSortedTest | , |
| WorksForVectorConstRefMatcherOnStreamlike | ) |
Definition at line 5338 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | BipartiteNonSquareTest | , |
| SimpleBacktracking | ) |
Definition at line 6068 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| DoubleNearCanDescribeSelf | ) |
Definition at line 3599 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| DoubleNearCannotMatchNaN | ) |
Definition at line 3645 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| DoubleNearMatches | ) |
Definition at line 3591 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| ExplainsResultWhenMatchFails | ) |
Definition at line 3615 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| NanSensitiveDoubleNearApproximatelyMatchesDoubles | ) |
Definition at line 3595 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| NanSensitiveDoubleNearCanDescribeSelf | ) |
Definition at line 3629 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | DoubleNearTest | , |
| NanSensitiveDoubleNearCanMatchNaN | ) |
Definition at line 3653 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| DoubleEqApproximatelyMatchesDoubles | ) |
Definition at line 3535 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| DoubleEqCanDescribeSelf | ) |
Definition at line 3559 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| DoubleEqCannotMatchNaN | ) |
Definition at line 3543 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| NanSensitiveDoubleEqApproximatelyMatchesDoubles | ) |
Definition at line 3539 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| NanSensitiveDoubleEqCanDescribeSelf | ) |
Definition at line 3573 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | DoubleTest | , |
| NanSensitiveDoubleEqCanMatchNaN | ) |
Definition at line 3551 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| FloatNearCanDescribeSelf | ) |
Definition at line 3484 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| FloatNearCannotMatchNaN | ) |
Definition at line 3516 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| FloatNearMatches | ) |
Definition at line 3476 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| NanSensitiveFloatNearApproximatelyMatchesFloats | ) |
Definition at line 3480 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| NanSensitiveFloatNearCanDescribeSelf | ) |
Definition at line 3500 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | FloatNearTest | , |
| NanSensitiveFloatNearCanMatchNaN | ) |
Definition at line 3524 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| FloatEqApproximatelyMatchesFloats | ) |
Definition at line 3420 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| FloatEqCanDescribeSelf | ) |
Definition at line 3444 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| FloatEqCannotMatchNaN | ) |
Definition at line 3428 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| NanSensitiveFloatEqApproximatelyMatchesFloats | ) |
Definition at line 3424 of file gmock-matchers_test.cc.
| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| NanSensitiveFloatEqCanDescribeSelf | ) |
Definition at line 3458 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | FloatTest | , |
| NanSensitiveFloatEqCanMatchNaN | ) |
Definition at line 3436 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| Describe | ) |
Definition at line 5909 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| DescribeNegation | ) |
Definition at line 5924 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageCountWrong | ) |
Definition at line 5811 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageCountWrongZero | ) |
Definition at line 5820 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageImperfectMatchOnly | ) |
Definition at line 5879 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageUnmatchedElements | ) |
Definition at line 5841 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageUnmatchedMatcherAndElement | ) |
Definition at line 5854 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailMessageUnmatchedMatchers | ) |
Definition at line 5828 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| FailsWhenAnElementMatchesNoMatcher | ) |
Definition at line 5749 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| Performance | ) |
Definition at line 5779 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| PerformanceHalfStrict | ) |
Definition at line 5795 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| SucceedsWhenExpected | ) |
Definition at line 5739 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| WorksForStreamlike | ) |
Definition at line 5762 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_F | ( | UnorderedElementsAreTest | , |
| WorksWithUncopyable | ) |
Definition at line 5731 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_P | ( | BipartiteNonSquareTest | , |
| Exhaustive | ) |
Definition at line 6088 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_P | ( | BipartiteRandomTest | , |
| LargerNets | ) |
Definition at line 6119 of file gmock-matchers_test.cc.

| testing::gmock_matchers_test::TEST_P | ( | BipartiteTest | , |
| Exhaustive | ) |
Definition at line 6035 of file gmock-matchers_test.cc.

| bool testing::gmock_matchers_test::ValueIsPositive | ( | const Uncopyable & | x | ) |
Definition at line 3888 of file gmock-matchers_test.cc.


| const int testing::gmock_matchers_test::foo = 0 |
Definition at line 2918 of file gmock-matchers_test.cc.
| const int testing::gmock_matchers_test::g_bar = 1 |
Definition at line 522 of file gmock-matchers_test.cc.