Lines Matching refs:TEST

224 TEST(MatchResultListenerTest, StreamingWorks) {
240 TEST(MatchResultListenerTest, CanAccessUnderlyingStream) {
247 TEST(MatchResultListenerTest, IsInterestedWorks) {
274 TEST(MatcherInterfaceTest, CanBeImplementedUsingPublishedAPI) {
299 TEST(MatcherInterfaceTest, CanBeImplementedUsingNewAPI) {
308 TEST(MatcherTest, CanBeDefaultConstructed) {
313 TEST(MatcherTest, CanBeConstructedFromMatcherInterface) {
321 TEST(MatcherTest, CanBeImplicitlyConstructedFromValue) {
328 TEST(MatcherTest, CanBeImplicitlyConstructedFromNULL) {
336 TEST(MatcherTest, IsCopyable) {
350 TEST(MatcherTest, CanDescribeItself) {
356 TEST(MatcherTest, MatchAndExplain) {
369 TEST(StringMatcherTest, CanBeImplicitlyConstructedFromCStringLiteral) {
381 TEST(StringMatcherTest, CanBeImplicitlyConstructedFromString) {
394 TEST(StringPieceMatcherTest, CanBeImplicitlyConstructedFromCStringLiteral) {
406 TEST(StringPieceMatcherTest, CanBeImplicitlyConstructedFromString) {
418 TEST(StringPieceMatcherTest, CanBeImplicitlyConstructedFromStringPiece) {
432 TEST(MakeMatcherTest, ConstructsMatcherFromMatcherInterface) {
462 TEST(MakePolymorphicMatcherTest, ConstructsMatcherUsingOldAPI) {
505 TEST(MakePolymorphicMatcherTest, ConstructsMatcherUsingNewAPI) {
530 TEST(MatcherCastTest, FromPolymorphicMatcher) {
555 TEST(MatcherCastTest, FromCompatibleType) {
571 TEST(MatcherCastTest, FromConstReferenceToNonReference) {
579 TEST(MatcherCastTest, FromReferenceToNonReference) {
587 TEST(MatcherCastTest, FromNonReferenceToConstReference) {
595 TEST(MatcherCastTest, FromNonReferenceToReference) {
605 TEST(MatcherCastTest, FromSameType) {
630 TEST(MatcherCastTest, ConversionConstructorIsUsed) {
636 TEST(MatcherCastTest, FromConvertibleFromAny) {
652 TEST(MatcherCastTest, ValueIsNotCopied) {
676 TEST(SafeMatcherCastTest, FromPolymorphicMatcher) {
685 TEST(SafeMatcherCastTest, FromLosslesslyConvertibleArithmeticType) {
698 TEST(SafeMatcherCastTest, FromBaseClass) {
712 TEST(SafeMatcherCastTest, FromConstReferenceToReference) {
722 TEST(SafeMatcherCastTest, FromNonReferenceToConstReference) {
730 TEST(SafeMatcherCastTest, FromNonReferenceToReference) {
740 TEST(SafeMatcherCastTest, FromSameType) {
747 TEST(SafeMatcherCastTest, ConversionConstructorIsUsed) {
753 TEST(SafeMatcherCastTest, FromConvertibleFromAny) {
760 TEST(SafeMatcherCastTest, ValueIsNotCopied) {
767 TEST(ExpectThat, TakesLiterals) {
773 TEST(ExpectThat, TakesFunctions) {
783 TEST(ATest, MatchesAnyValue) {
797 TEST(ATest, WorksForDerivedClass) {
807 TEST(ATest, CanDescribeSelf) {
812 TEST(AnTest, MatchesAnyValue) {
827 TEST(AnTest, CanDescribeSelf) {
833 TEST(UnderscoreTest, MatchesAnyValue) {
848 TEST(UnderscoreTest, CanDescribeSelf) {
854 TEST(EqTest, MatchesEqualValue) {
879 TEST(EqTest, CanDescribeSelf) {
886 TEST(EqTest, IsPolymorphic) {
897 TEST(TypedEqTest, ChecksEqualityForGivenType) {
908 TEST(TypedEqTest, CanDescribeSelf) {
926 TEST(TypedEqTest, HasSpecifiedType) {
933 TEST(GeTest, ImplementsGreaterThanOrEqual) {
941 TEST(GeTest, CanDescribeSelf) {
947 TEST(GtTest, ImplementsGreaterThan) {
955 TEST(GtTest, CanDescribeSelf) {
961 TEST(LeTest, ImplementsLessThanOrEqual) {
969 TEST(LeTest, CanDescribeSelf) {
975 TEST(LtTest, ImplementsLessThan) {
983 TEST(LtTest, CanDescribeSelf) {
989 TEST(NeTest, ImplementsNotEqual) {
997 TEST(NeTest, CanDescribeSelf) {
1003 TEST(IsNullTest, MatchesNullPointer) {
1031 TEST(IsNullTest, LinkedPtr) {
1040 TEST(IsNullTest, ReferenceToConstLinkedPtr) {
1050 TEST(IsNullTest, StdFunction) {
1059 TEST(IsNullTest, CanDescribeSelf) {
1066 TEST(NotNullTest, MatchesNonNullPointer) {
1079 TEST(NotNullTest, LinkedPtr) {
1088 TEST(NotNullTest, ReferenceToConstLinkedPtr) {
1098 TEST(NotNullTest, StdFunction) {
1107 TEST(NotNullTest, CanDescribeSelf) {
1114 TEST(RefTest, MatchesSameVariable) {
1123 TEST(RefTest, CanDescribeSelf) {
1133 TEST(RefTest, CanBeUsedAsMatcherForConstReference) {
1145 TEST(RefTest, IsCovariant) {
1159 TEST(RefTest, ExplainsResult) {
1171 TEST(StrEqTest, MatchesEqualString) {
1182 TEST(StrEqTest, CanDescribeSelf) {
1196 TEST(StrNeTest, MatchesUnequalString) {
1207 TEST(StrNeTest, CanDescribeSelf) {
1212 TEST(StrCaseEqTest, MatchesEqualStringIgnoringCase) {
1224 TEST(StrCaseEqTest, MatchesEqualStringWith0IgnoringCase) {
1249 TEST(StrCaseEqTest, CanDescribeSelf) {
1254 TEST(StrCaseNeTest, MatchesUnequalStringIgnoringCase) {
1266 TEST(StrCaseNeTest, CanDescribeSelf) {
1272 TEST(HasSubstrTest, WorksForStringClasses) {
1283 TEST(HasSubstrTest, WorksForCStrings) {
1296 TEST(HasSubstrTest, CanDescribeSelf) {
1301 TEST(KeyTest, CanDescribeSelf) {
1307 TEST(KeyTest, ExplainsResult) {
1315 TEST(KeyTest, MatchesCorrectly) {
1323 TEST(KeyTest, SafelyCastsInnerMatcher) {
1331 TEST(KeyTest, InsideContainsUsingMap) {
1340 TEST(KeyTest, InsideContainsUsingMultimap) {
1356 TEST(PairTest, Typing) {
1366 TEST(PairTest, CanDescribeSelf) {
1381 TEST(PairTest, CanExplainMatchResultTo) {
1419 TEST(PairTest, MatchesCorrectly) {
1439 TEST(PairTest, SafelyCastsInnerMatchers) {
1449 TEST(PairTest, InsideContainsUsingMap) {
1462 TEST(StartsWithTest, MatchesStringWithGivenPrefix) {
1476 TEST(StartsWithTest, CanDescribeSelf) {
1483 TEST(EndsWithTest, MatchesStringWithGivenSuffix) {
1497 TEST(EndsWithTest, CanDescribeSelf) {
1504 TEST(MatchesRegexTest, MatchesStringMatchingGivenRegex) {
1516 TEST(MatchesRegexTest, CanDescribeSelf) {
1526 TEST(ContainsRegexTest, MatchesStringContainingGivenRegex) {
1538 TEST(ContainsRegexTest, CanDescribeSelf) {
1548 TEST(StdWideStrEqTest, MatchesEqual) {
1571 TEST(StdWideStrEqTest, CanDescribeSelf) {
1589 TEST(StdWideStrNeTest, MatchesUnequalString) {
1600 TEST(StdWideStrNeTest, CanDescribeSelf) {
1605 TEST(StdWideStrCaseEqTest, MatchesEqualStringIgnoringCase) {
1617 TEST(StdWideStrCaseEqTest, MatchesEqualStringWith0IgnoringCase) {
1642 TEST(StdWideStrCaseEqTest, CanDescribeSelf) {
1647 TEST(StdWideStrCaseNeTest, MatchesUnequalStringIgnoringCase) {
1659 TEST(StdWideStrCaseNeTest, CanDescribeSelf) {
1665 TEST(StdWideHasSubstrTest, WorksForStringClasses) {
1676 TEST(StdWideHasSubstrTest, WorksForCStrings) {
1689 TEST(StdWideHasSubstrTest, CanDescribeSelf) {
1696 TEST(StdWideStartsWithTest, MatchesStringWithGivenPrefix) {
1710 TEST(StdWideStartsWithTest, CanDescribeSelf) {
1717 TEST(StdWideEndsWithTest, MatchesStringWithGivenSuffix) {
1731 TEST(StdWideEndsWithTest, CanDescribeSelf) {
1739 TEST(GlobalWideStrEqTest, MatchesEqual) {
1762 TEST(GlobalWideStrEqTest, CanDescribeSelf) {
1780 TEST(GlobalWideStrNeTest, MatchesUnequalString) {
1791 TEST(GlobalWideStrNeTest, CanDescribeSelf) {
1796 TEST(GlobalWideStrCaseEqTest, MatchesEqualStringIgnoringCase) {
1808 TEST(GlobalWideStrCaseEqTest, MatchesEqualStringWith0IgnoringCase) {
1833 TEST(GlobalWideStrCaseEqTest, CanDescribeSelf) {
1838 TEST(GlobalWideStrCaseNeTest, MatchesUnequalStringIgnoringCase) {
1850 TEST(GlobalWideStrCaseNeTest, CanDescribeSelf) {
1856 TEST(GlobalWideHasSubstrTest, WorksForStringClasses) {
1867 TEST(GlobalWideHasSubstrTest, WorksForCStrings) {
1880 TEST(GlobalWideHasSubstrTest, CanDescribeSelf) {
1887 TEST(GlobalWideStartsWithTest, MatchesStringWithGivenPrefix) {
1901 TEST(GlobalWideStartsWithTest, CanDescribeSelf) {
1908 TEST(GlobalWideEndsWithTest, MatchesStringWithGivenSuffix) {
1922 TEST(GlobalWideEndsWithTest, CanDescribeSelf) {
1934 TEST(Eq2Test, MatchesEqualArguments) {
1941 TEST(Eq2Test, CanDescribeSelf) {
1948 TEST(Ge2Test, MatchesGreaterThanOrEqualArguments) {
1956 TEST(Ge2Test, CanDescribeSelf) {
1963 TEST(Gt2Test, MatchesGreaterThanArguments) {
1971 TEST(Gt2Test, CanDescribeSelf) {
1978 TEST(Le2Test, MatchesLessThanOrEqualArguments) {
1986 TEST(Le2Test, CanDescribeSelf) {
1993 TEST(Lt2Test, MatchesLessThanArguments) {
2001 TEST(Lt2Test, CanDescribeSelf) {
2008 TEST(Ne2Test, MatchesUnequalArguments) {
2016 TEST(Ne2Test, CanDescribeSelf) {
2022 TEST(NotTest, NegatesMatcher) {
2030 TEST(NotTest, CanDescribeSelf) {
2036 TEST(NotTest, NotMatcherSafelyCastsMonomorphicMatchers) {
2057 TEST(AllOfTest, MatchesWhenAllMatch) {
2103 TEST(AllOfTest, VariadicMatchesWhenAllMatch) {
2124 TEST(AllOfTest, CanDescribeSelf) {
2154 TEST(AllOfTest, CanDescribeNegation) {
2186 TEST(AllOfTest, AllOfMatcherSafelyCastsMonomorphicMatchers) {
2200 TEST(AllOfTest, ExplainsResult) {
2255 TEST(AnyOfTest, MatchesWhenAnyMatches) {
2298 TEST(AnyOfTest, VariadicMatchesWhenAnyMatches) {
2315 TEST(AnyOfTest, CanDescribeSelf) {
2343 TEST(AnyOfTest, CanDescribeNegation) {
2371 TEST(AnyOfTest, AnyOfMatcherSafelyCastsMonomorphicMatchers) {
2385 TEST(AnyOfTest, ExplainsResult) {
2462 TEST(TrulyTest, MatchesWhatSatisfiesThePredicate) {
2469 TEST(TrulyTest, CanBeUsedWithFunctor) {
2492 TEST(TrulyTest, PredicateCanReturnAClassConvertibleToBool) {
2499 TEST(TrulyTest, CanDescribeSelf) {
2507 TEST(TrulyTest, WorksForByRefArguments) {
2516 TEST(MatchesTest, IsSatisfiedByWhatMatchesTheMatcher) {
2523 TEST(MatchesTest, WorksOnByRefArguments) {
2531 TEST(MatchesTest, WorksWithMatcherOnNonRefType) {
2540 TEST(ValueTest, WorksWithPolymorphicMatcher) {
2545 TEST(ValueTest, WorksWithMonomorphicMatcher) {
2556 TEST(ExplainMatchResultTest, WorksWithPolymorphicMatcher) {
2566 TEST(ExplainMatchResultTest, WorksWithMonomorphicMatcher) {
2582 TEST(ExplainMatchResultTest, WorksInsideMATCHER) {
2586 TEST(AllArgsTest, WorksForTuple) {
2591 TEST(AllArgsTest, WorksForNonTuple) {
2606 TEST(AllArgsTest, WorksInWithClause) {
2622 TEST(MatcherAssertionTest, WorksWhenMatcherIsSatisfied) {
2631 TEST(MatcherAssertionTest, WorksWhenMatcherIsNotSatisfied) {
2656 TEST(MatcherAssertionTest, WorksForByRefArguments) {
2684 TEST(MatcherAssertionTest, WorksForMonomorphicMatcher) {
3142 TEST(PointeeTest, RawPointer) {
3152 TEST(PointeeTest, RawPointerToConst) {
3162 TEST(PointeeTest, ReferenceToConstRawPointer) {
3172 TEST(PointeeTest, ReferenceToNonConstRawPointer) {
3190 TEST(WhenDynamicCastToTest, SameType) {
3202 TEST(WhenDynamicCastToTest, WrongTypes) {
3218 TEST(WhenDynamicCastToTest, AlreadyNull) {
3231 TEST(WhenDynamicCastToTest, AmbiguousCast) {
3245 TEST(WhenDynamicCastToTest, Describe) {
3254 TEST(WhenDynamicCastToTest, Explain) {
3268 TEST(WhenDynamicCastToTest, GoodReference) {
3276 TEST(WhenDynamicCastToTest, BadReference) {
3304 TEST(PointeeTest, WorksWithConstPropagatingPointers) {
3316 TEST(PointeeTest, NeverMatchesNull) {
3322 TEST(PointeeTest, MatchesAgainstAValue) {
3332 TEST(PointeeTest, CanDescribeSelf) {
3339 TEST(PointeeTest, CanExplainMatchResult) {
3350 TEST(PointeeTest, AlwaysExplainsPointee) {
3401 TEST(FieldTest, WorksForNonConstField) {
3411 TEST(FieldTest, WorksForConstField) {
3421 TEST(FieldTest, WorksForUncopyableField) {
3431 TEST(FieldTest, WorksForPointerField) {
3448 TEST(FieldTest, WorksForByRefArgument) {
3459 TEST(FieldTest, WorksForArgumentOfSubType) {
3472 TEST(FieldTest, WorksForCompatibleMatcherType) {
3484 TEST(FieldTest, CanDescribeSelf) {
3492 TEST(FieldTest, CanExplainMatchResult) {
3506 TEST(FieldForPointerTest, WorksForPointerToConst) {
3516 TEST(FieldForPointerTest, WorksForPointerToNonConst) {
3526 TEST(FieldForPointerTest, WorksForReferenceToConstPointer) {
3536 TEST(FieldForPointerTest, DoesNotMatchNull) {
3543 TEST(FieldForPointerTest, WorksForArgumentOfSubType) {
3555 TEST(FieldForPointerTest, CanDescribeSelf) {
3563 TEST(FieldForPointerTest, CanExplainMatchResult) {
3613 TEST(PropertyTest, WorksForNonReferenceProperty) {
3626 TEST(PropertyTest, WorksForReferenceToConstProperty) {
3639 TEST(PropertyTest, WorksForReferenceToNonConstProperty) {
3652 TEST(PropertyTest, WorksForByValueArgument) {
3665 TEST(PropertyTest, WorksForArgumentOfSubType) {
3680 TEST(PropertyTest, WorksForCompatibleMatcherType) {
3692 TEST(PropertyTest, CanDescribeSelf) {
3701 TEST(PropertyTest, CanExplainMatchResult) {
3715 TEST(PropertyForPointerTest, WorksForPointerToConst) {
3727 TEST(PropertyForPointerTest, WorksForPointerToNonConst) {
3740 TEST(PropertyForPointerTest, WorksForReferenceToConstPointer) {
3752 TEST(PropertyForPointerTest, WorksForReferenceToNonConstProperty) {
3759 TEST(PropertyForPointerTest, WorksForArgumentOfSubType) {
3773 TEST(PropertyForPointerTest, CanDescribeSelf) {
3782 TEST(PropertyForPointerTest, CanExplainMatchResult) {
3804 TEST(ResultOfTest, WorksForFunctionPointers) {
3812 TEST(ResultOfTest, CanDescribeItself) {
3824 TEST(ResultOfTest, CanExplainMatchResult) {
3836 TEST(ResultOfTest, WorksForNonReferenceResults) {
3851 TEST(ResultOfTest, WorksForReferenceToNonConstResults) {
3873 TEST(ResultOfTest, WorksForReferenceToConstResults) {
3884 TEST(ResultOfTest, WorksForCompatibleMatcherTypes) {
3894 TEST(ResultOfDeathTest, DiesOnNullFunctionPointers) {
3902 TEST(ResultOfTest, WorksForFunctionReferences) {
3916 TEST(ResultOfTest, WorksForFunctors) {
3932 TEST(ResultOfTest, WorksForPolymorphicFunctors) {
3951 TEST(ResultOfTest, WorksForReferencingCallables) {
3996 TEST(ExplainMatchResultTest, AllOf_False_False) {
4003 TEST(ExplainMatchResultTest, AllOf_False_True) {
4010 TEST(ExplainMatchResultTest, AllOf_True_False) {
4017 TEST(ExplainMatchResultTest, AllOf_True_True) {
4022 TEST(ExplainMatchResultTest, AllOf_True_True_2) {
4027 TEST(ExplainmatcherResultTest, MonomorphicMatcher) {
4055 TEST(ByRefTest, AllowsNotCopyableConstValueInMatchers) {
4064 TEST(ByRefTest, AllowsNotCopyableValueInMatchers) {
4073 TEST(IsEmptyTest, ImplementsIsEmpty) {
4082 TEST(IsEmptyTest, WorksWithString) {
4091 TEST(IsEmptyTest, CanDescribeSelf) {
4097 TEST(IsEmptyTest, ExplainsResult) {
4105 TEST(SizeIsTest, ImplementsSizeIs) {
4117 TEST(SizeIsTest, WorksWithMap) {
4129 TEST(SizeIsTest, WorksWithReferences) {
4137 TEST(SizeIsTest, CanDescribeSelf) {
4143 TEST(SizeIsTest, ExplainsResult) {
4239 TEST(ContainerEqExtraTest, MultipleValuesMissing) {
4252 TEST(ContainerEqExtraTest, MultipleValuesAdded) {
4264 TEST(ContainerEqExtraTest, MultipleValuesAddedAndRemoved) {
4278 TEST(ContainerEqExtraTest, MultiSetOfIntDuplicateDifference) {
4292 TEST(ContainerEqExtraTest, WorksForMaps) {
4310 TEST(ContainerEqExtraTest, WorksForNativeArray) {
4319 TEST(ContainerEqExtraTest, WorksForTwoDimensionalNativeArray) {
4333 TEST(ContainerEqExtraTest, WorksForNativeArrayAsTuple) {
4346 TEST(ContainerEqExtraTest, CopiesNativeArrayParameter) {
4364 TEST(WhenSortedByTest, WorksForEmptyContainer) {
4370 TEST(WhenSortedByTest, WorksForNonEmptyContainer) {
4382 TEST(WhenSortedByTest, WorksForNonVectorContainer) {
4393 TEST(WhenSortedByTest, WorksForNativeArray) {
4402 TEST(WhenSortedByTest, CanDescribeSelf) {
4414 TEST(WhenSortedByTest, ExplainsMatchResult) {
4425 TEST(WhenSortedTest, WorksForEmptyContainer) {
4431 TEST(WhenSortedTest, WorksForNonEmptyContainer) {
4441 TEST(WhenSortedTest, WorksForMapTypes) {
4452 TEST(WhenSortedTest, WorksForMultiMapTypes) {
4474 TEST(WhenSortedTest, WorksForPolymorphicMatcher) {
4482 TEST(WhenSortedTest, WorksForVectorConstRefMatcher) {
4572 TEST(StreamlikeTest, Iteration) {
4584 TEST(BeginEndDistanceIsTest, WorksWithForwardList) {
4597 TEST(BeginEndDistanceIsTest, WorksWithNonStdList) {
4603 TEST(BeginEndDistanceIsTest, CanDescribeSelf) {
4610 TEST(BeginEndDistanceIsTest, ExplainsResult) {
4640 TEST(WhenSortedTest, WorksForStreamlike) {
4649 TEST(WhenSortedTest, WorksForVectorConstRefMatcherOnStreamlike) {
4660 TEST(ElemensAreStreamTest, WorksForStreamlike) {
4667 TEST(ElemensAreArrayStreamTest, WorksForStreamlike) {
4683 TEST(ElementsAreTest, WorksWithUncopyable) {
4690 TEST(ElementsAreTest, TakesStlContainer) {
4705 TEST(UnorderedElementsAreArrayTest, SucceedsWhenExpected) {
4715 TEST(UnorderedElementsAreArrayTest, VectorBool) {
4725 TEST(UnorderedElementsAreArrayTest, WorksForStreamlike) {
4744 TEST(UnorderedElementsAreArrayTest, TakesStlContainer) {
4759 TEST(UnorderedElementsAreArrayTest, TakesInitializerList) {
4765 TEST(UnorderedElementsAreArrayTest, TakesInitializerListOfCStrings) {
4771 TEST(UnorderedElementsAreArrayTest, TakesInitializerListOfSameTypedMatchers) {
4779 TEST(UnorderedElementsAreArrayTest,
5218 TEST(IsReadableTypeNameTest, ReturnsTrueForShortNames) {
5225 TEST(IsReadableTypeNameTest, ReturnsTrueForLongNonTemplateNonFunctionNames) {
5231 TEST(IsReadableTypeNameTest, ReturnsFalseForLongTemplateNames) {
5237 TEST(IsReadableTypeNameTest, ReturnsFalseForLongFunctionTypeNames) {
5243 TEST(JoinAsTupleTest, JoinsEmptyTuple) {
5247 TEST(JoinAsTupleTest, JoinsOneTuple) {
5252 TEST(JoinAsTupleTest, JoinsTwoTuple) {
5257 TEST(JoinAsTupleTest, JoinsTenTuple) {
5265 TEST(FormatMatcherDescriptionTest, WorksForEmptyDescription) {
5283 TEST(PolymorphicMatcherTest, CanAccessMutableImpl) {
5293 TEST(PolymorphicMatcherTest, CanAccessImpl) {
5299 TEST(MatcherTupleTest, ExplainsMatchFailure) {
5325 TEST(EachTest, ExplainsMatchResultCorrectly) {
5350 TEST(EachTest, DescribesItselfCorrectly) {
5358 TEST(EachTest, MatchesVectorWhenAllElementsMatch) {
5378 TEST(EachTest, MatchesMapWhenAllElementsMatch) {
5396 TEST(EachTest, AcceptsMatcher) {
5402 TEST(EachTest, WorksForNativeArrayAsTuple) {
5437 TEST(PointwiseTest, DescribesSelf) {
5452 TEST(PointwiseTest, MakesCopyOfRhs) {
5466 TEST(PointwiseTest, WorksForLhsNativeArray) {
5476 TEST(PointwiseTest, WorksForRhsNativeArray) {
5488 TEST(PointwiseTest, WorksForRhsInitializerList) {
5496 TEST(PointwiseTest, RejectsWrongSize) {
5507 TEST(PointwiseTest, RejectsWrongContent) {
5516 TEST(PointwiseTest, AcceptsCorrectContent) {
5523 TEST(PointwiseTest, AllowsMonomorphicInnerMatcher) {
5537 TEST(UnorderedPointwiseTest, DescribesSelf) {
5563 TEST(UnorderedPointwiseTest, MakesCopyOfRhs) {
5577 TEST(UnorderedPointwiseTest, WorksForLhsNativeArray) {
5587 TEST(UnorderedPointwiseTest, WorksForRhsNativeArray) {
5599 TEST(UnorderedPointwiseTest, WorksForRhsInitializerList) {
5607 TEST(UnorderedPointwiseTest, RejectsWrongSize) {
5618 TEST(UnorderedPointwiseTest, RejectsWrongContent) {
5627 TEST(UnorderedPointwiseTest, AcceptsCorrectContentInSameOrder) {
5633 TEST(UnorderedPointwiseTest, AcceptsCorrectContentInDifferentOrder) {
5639 TEST(UnorderedPointwiseTest, AllowsMonomorphicInnerMatcher) {