- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testToImmutableTableSanityTest (0.11 sec)
-
guava-tests/test/com/google/common/collect/ImmutableTableTest.java
} return builder.build(); } // The bulk of the toImmutableTable tests can be found in TableCollectorsTest. // This gives minimal coverage to the forwarding functions public void testToImmutableTableSanityTest() { Collector<Cell<String, String, Integer>, ?, ImmutableTable<String, String, Integer>> collector = toImmutableTable(Cell::getRowKey, Cell::getColumnKey, Cell::getValue); CollectorTester.of(collector)
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 18.5K bytes - Viewed (0)