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

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

Completed in 126 milliseconds