Home
last modified time | relevance | path

Searched refs:assertSize (Results 1 – 10 of 10) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DAbstractTableTest.java72 assertSize(3); in testPut()
75 assertSize(3); in testPut()
81 assertSize(3); in testPutNull()
99 assertSize(3); in testPutNull()
128 assertSize(5); in testPutAllTable()
145 assertSize(2); in testRemove()
DAbstractTableReadTest.java50 protected void assertSize(int expectedSize) { in assertSize() method in AbstractTableReadTest
117 assertSize(0); in testSize()
119 assertSize(3); in testSize()
DTablesTransformValuesTest.java62 assertSize(0); in testPut()
78 assertSize(3); in testPutAllTable()
DArrayTableTest.java51 @Override protected void assertSize(int expectedSize) { in assertSize() method in ArrayTableTest
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DAbstractTableReadTest.java48 protected void assertSize(int expectedSize) { in assertSize() method in AbstractTableReadTest
115 assertSize(0); in testSize()
117 assertSize(3); in testSize()
DTablesTransformValuesTest.java59 assertSize(0); in testPut()
75 assertSize(3); in testPutAllTable()
DArrayTableTest.java49 @Override protected void assertSize(int expectedSize) { in assertSize() method in ArrayTableTest
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DRuntimeTestBase.java82 storage.assertSize(1); in testExecutionRecording()
94 storage.assertSize(1); in testLoadSameClassTwice()
DTestStorage.java31 public void assertSize(int size) { in assertSize() method in TestStorage
DRuntimeDataTest.java73 storage.assertSize(0); in testCollectEmpty()