Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DAbstractListIndexOfTester.java84 assertEquals(getMethodName() + "(null) should return " + getNullLocation(), in testFind_nullContained()
85 getNullLocation(), find(null)); in testFind_nullContained()
DMapCreationTester.java82 entries[getNullLocation()] = entry(null, null); in testCreateWithNullKeyAndValueSupported()
124 entries[0] = entries[getNullLocation()]; in getEntriesMultipleNullKeys()
DMapPutTester.java110 expected[getNullLocation()] = newEntry; in testPut_nullKeySupportedPresent()
183 expected[getNullLocation()] = newEntry; in testPut_replaceNullValueWithNonNullSupported()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java80 final int nullKeyLocation = getNullLocation(); in createArrayWithNullKey()
96 for (int i = 0; i < getNullLocation(); i++) { in getEntryNullReplaces()
108 final int nullValueLocation = getNullLocation(); in createArrayWithNullValue()
DAbstractCollectionTester.java57 array[getNullLocation()] = null; in createArrayWithNullElement()
DAbstractContainerTester.java227 protected int getNullLocation() { in getNullLocation() method in AbstractContainerTester