示例#1
0
 @Test
 public void getUnmodifiedCollectionDoesNotReturnOriginalCollection() {
   assertNotSame(stringInput, $(stringInput).asIterable());
 }