Home
last modified time | relevance | path

Searched refs:NON_STANDARD_TOSTRING (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionToStringTester.java20 import static com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING;
46 @CollectionFeature.Require(absent = NON_STANDARD_TOSTRING)
53 @CollectionFeature.Require(absent = NON_STANDARD_TOSTRING)
61 value = KNOWN_ORDER, absent = NON_STANDARD_TOSTRING)
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DCollectionFeature.java73 NON_STANDARD_TOSTRING, enumConstant
/external/guava/guava-tests/test/com/google/common/collect/
DContiguousSetNonGwtTest.java67 CollectionFeature.NON_STANDARD_TOSTRING, in suite()