Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DAbstractMultimapTester.java54 final int nullKeyLocation = getNullLocation(); in createArrayWithNullKey()
66 final int nullValueLocation = getNullLocation(); in createArrayWithNullValue()
78 final int nullValueLocation = getNullLocation(); in createArrayWithNullKeyAndValue()
93 for (int i = 0; i < getNullLocation(); i++) { in getEntryNullReplaces()
/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()
DMapPutTester.java155 expected[getNullLocation()] = newEntry; in testPut_nullKeySupportedPresent()
228 expected[getNullLocation()] = newEntry; in testPut_replaceNullValueWithNonNullSupported()
DMapCreationTester.java85 entries[getNullLocation()] = entry(null, null); in testCreateWithNullKeyAndValueSupported()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java81 final int nullKeyLocation = getNullLocation(); in createArrayWithNullKey()
97 for (int i = 0; i < getNullLocation(); i++) { in getEntryNullReplaces()
109 final int nullValueLocation = getNullLocation(); in createArrayWithNullValue()
DAbstractCollectionTester.java58 array[getNullLocation()] = null; in createArrayWithNullElement()
DAbstractContainerTester.java234 protected int getNullLocation() { in getNullLocation() method in AbstractContainerTester
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
DMapPutTester.java152 expected[getNullLocation()] = newEntry; in testPut_nullKeySupportedPresent()
225 expected[getNullLocation()] = newEntry; in testPut_replaceNullValueWithNonNullSupported()
DMapCreationTester.java82 entries[getNullLocation()] = entry(null, null); in testCreateWithNullKeyAndValueSupported()