Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test/com/google/common/collect/testing/
DMinimalIterableTest_gwt.java31 public void testOf_empty() throws Exception { in testOf_empty() method in MinimalIterableTest_gwt
33 testCase.testOf_empty(); in testOf_empty()
/external/guava/guava-testlib/test/com/google/common/collect/testing/
DMinimalIterableTest.java35 public void testOf_empty() { in testOf_empty() method in MinimalIterableTest