@Test
 public void toImmutable() {
   MutableBag<?> bag = this.getCollection();
   Verify.assertInstanceOf(ImmutableBag.class, bag.toImmutable());
 }