Home
last modified time | relevance | path

Searched refs:onlyPresent (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DOptionalTest.java239 Iterable<String> onlyPresent = Optional.presentInstances(optionals); in testPresentInstances_callingIteratorTwice() local
240 assertThat(onlyPresent).iteratesAs("a", "c"); in testPresentInstances_callingIteratorTwice()
241 assertThat(onlyPresent).iteratesAs("a", "c"); in testPresentInstances_callingIteratorTwice()
247 Iterable<Number> onlyPresent = Optional.presentInstances(optionals); in testPresentInstances_wildcards() local
248 assertThat(onlyPresent).iteratesAs(2); in testPresentInstances_wildcards()
/external/guava/guava-tests/test/com/google/common/base/
DOptionalTest.java242 Iterable<String> onlyPresent = Optional.presentInstances(optionals); in testPresentInstances_callingIteratorTwice() local
243 assertThat(onlyPresent).iteratesAs("a", "c"); in testPresentInstances_callingIteratorTwice()
244 assertThat(onlyPresent).iteratesAs("a", "c"); in testPresentInstances_callingIteratorTwice()
250 Iterable<Number> onlyPresent = Optional.presentInstances(optionals); in testPresentInstances_wildcards() local
251 assertThat(onlyPresent).iteratesAs(2); in testPresentInstances_wildcards()