Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultisetSetCountTester.java88 private void assertSetCountIncreasingFailure(E element, int count) { in assertSetCountIncreasingFailure() method in AbstractMultisetSetCountTester
201 assertSetCountIncreasingFailure(samples.e3, 1); in testSetCount_zeroToOne_unsupported()
206 assertSetCountIncreasingFailure(samples.e3, 3); in testSetCount_zeroToThree_unsupported()
212 assertSetCountIncreasingFailure(samples.e3, 3); in testSetCount_oneToThree_unsupported()