- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testNewArrayListEmpty (0.07 seconds)
-
guava-tests/test/com/google/common/collect/ListsTest.java
builder.append("def"); assertEquals(asList('a', 'b', 'c', 'd', 'e', 'f'), chars); builder.deleteCharAt(5); assertEquals(asList('a', 'b', 'c', 'd', 'e'), chars); } public void testNewArrayListEmpty() { @SuppressWarnings("UseCollectionConstructor") // test of factory method ArrayList<Integer> list = Lists.newArrayList(); assertEquals(emptyList(), list); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 35.4K bytes - Click Count (0)