Home
last modified time | relevance | path

Searched refs:NewCustomTableTest (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test/com/google/common/collect/
DNewCustomTableTest_gwt.java22 …com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTab… in testClear()
28 …com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTab… in testColumn()
34 …com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTab… in testColumnNull()
40 …com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTab… in testColumnSetPartialOverlap()
46 …com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTab… in testContains()
52 …com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTab… in testContainsColumn()
58 …com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTab… in testContainsRow()
64 …com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTab… in testContainsValue()
70 …com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTab… in testEquals()
76 …com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTab… in testGet()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DNewCustomTableTest.java33 public class NewCustomTableTest extends AbstractTableTest { class