Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultisetSetCountTester.java97 private void assertSetCountDecreasingFailure(E element, int count) { in assertSetCountDecreasingFailure() method in AbstractMultisetSetCountTester
240 assertSetCountDecreasingFailure(samples.e0, 0); in testSetCount_oneToZero_unsupported()
247 assertSetCountDecreasingFailure(samples.e0, 0); in testSetCount_threeToZero_unsupported()
254 assertSetCountDecreasingFailure(samples.e0, 1); in testSetCount_threeToOne_unsupported()