Searched refs:getNullLocation (Results 1 – 6 of 6) sorted by relevance
84 assertEquals(getMethodName() + "(null) should return " + getNullLocation(), in testFind_nullContained()85 getNullLocation(), find(null)); in testFind_nullContained()
82 entries[getNullLocation()] = entry(null, null); in testCreateWithNullKeyAndValueSupported()124 entries[0] = entries[getNullLocation()]; in getEntriesMultipleNullKeys()
110 expected[getNullLocation()] = newEntry; in testPut_nullKeySupportedPresent()183 expected[getNullLocation()] = newEntry; in testPut_replaceNullValueWithNonNullSupported()
80 final int nullKeyLocation = getNullLocation(); in createArrayWithNullKey()96 for (int i = 0; i < getNullLocation(); i++) { in getEntryNullReplaces()108 final int nullValueLocation = getNullLocation(); in createArrayWithNullValue()
57 array[getNullLocation()] = null; in createArrayWithNullElement()
227 protected int getNullLocation() { in getNullLocation() method in AbstractContainerTester