Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapInterfaceTest.java179 protected final void assertInvariants(Map<K, V> map) { in assertInvariants() method in MapInterfaceTest
293 assertInvariants(map); in testClear()
318 assertInvariants(map); in testContainsKey()
340 assertInvariants(map); in testContainsValue()
351 assertInvariants(map); in testEntrySet()
375 assertInvariants(map); in testEntrySetForEmptyMap()
386 assertInvariants(map); in testEntrySetContainsEntryIncompatibleKey()
413 assertInvariants(map); in testEntrySetContainsEntryNullKeyPresent()
437 assertInvariants(map); in testEntrySetContainsEntryNullKeyMissing()
481 assertInvariants(map); in testEntrySetIteratorRemove()
[all …]
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractStreamingHasherTest.java52 sink.assertInvariants(8); in testBytes()
60 sink.assertInvariants(2); in testShort()
68 sink.assertInvariants(4); in testInt()
76 sink.assertInvariants(8); in testLong()
84 sink.assertInvariants(2); in testChar()
107 sink.assertInvariants(4); in testFloat()
115 sink.assertInvariants(8); in testDouble()
175 sink.assertInvariants(expected.length); in testExhaustive()
228 void assertInvariants(int expectedBytes) {
DHashingTest.java52 HashTestUtils.assertInvariants(Hashing.md5()); in testMd5()
60 HashTestUtils.assertInvariants(Hashing.sha1()); in testSha1()
68 HashTestUtils.assertInvariants(Hashing.sha256()); in testSha256()
76 HashTestUtils.assertInvariants(Hashing.sha512()); in testSha512()
81 HashTestUtils.assertInvariants(Hashing.crc32()); in testCrc32()
86 HashTestUtils.assertInvariants(Hashing.adler32()); in testAdler32()
95 HashTestUtils.assertInvariants(Hashing.murmur3_128()); in testMurmur3_128()
104 HashTestUtils.assertInvariants(Hashing.murmur3_32()); in testMurmur3_32()
113 HashTestUtils.assertInvariants(Hashing.sipHash24()); in testSipHash24()
122 HashTestUtils.assertInvariants(hasher); in testGoodFastHash()
[all …]
DMurmur3Hash32Test.java73 HashTestUtils.assertInvariants(murmur3_32()); in testInvariants()
DMurmur3Hash128Test.java83 HashTestUtils.assertInvariants(murmur3_128()); in testInvariants()
DHashTestUtils.java414 static void assertInvariants(HashFunction hashFunction) { in assertInvariants() method in HashTestUtils
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractMultimapAsMapImplementsMapTest.java92 assertInvariants(map); in testRemove()
DTableCollectionTest.java986 assertInvariants(map); in testRemove()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DTableCollectionTest.java434 assertInvariants(map); in testRemove()