@Test
 public void test10() throws Throwable {
   fr.inria.diversify.sosie.logger.LogWriter.writeTestStart(
       967, "org.apache.commons.collections4.collection.IndexedCollectionEvoSuiteTest.test10");
   MultiValueMap<String, String> multiValueMap0 = new MultiValueMap<String, String>();
   Collection<Object> collection0 = multiValueMap0.values();
   ConstantTransformer<Object, Integer> constantTransformer0 =
       new ConstantTransformer<Object, Integer>((Integer) null);
   IndexedCollection<Integer, Object> indexedCollection0 =
       IndexedCollection.nonUniqueIndexedCollection(
           collection0, (Transformer<Object, Integer>) constantTransformer0);
   boolean boolean0 = indexedCollection0.retainAll(collection0);
   assertEquals(false, boolean0);
 }
 @Test
 public void test0() throws Throwable {
   fr.inria.diversify.sosie.logger.LogWriter.writeTestStart(
       965, "org.apache.commons.collections4.collection.IndexedCollectionEvoSuiteTest.test0");
   MultiValueMap<String, String> multiValueMap0 = new MultiValueMap<String, String>();
   Collection<Object> collection0 = multiValueMap0.values();
   LinkedList<String> linkedList0 = new LinkedList<String>();
   ConstantTransformer<Object, LinkedList<String>> constantTransformer0 =
       new ConstantTransformer<Object, LinkedList<String>>(linkedList0);
   IndexedCollection<LinkedList<String>, Object> indexedCollection0 =
       IndexedCollection.nonUniqueIndexedCollection(
           collection0, (Transformer<Object, LinkedList<String>>) constantTransformer0);
   Collection<Object> collection1 = indexedCollection0.values(linkedList0);
   assertNull(collection1);
 }
  @Test
  public void test2() throws Throwable {
    fr.inria.diversify.sosie.logger.LogWriter.writeTestStart(
        970, "org.apache.commons.collections4.collection.IndexedCollectionEvoSuiteTest.test2");
    LinkedList<Object> linkedList0 = new LinkedList<Object>();
    LinkedList<String> linkedList1 = new LinkedList<String>();
    linkedList0.add((Object) "E$owUEF.Y7");
    MultiValueMap<Integer, Integer> multiValueMap0 = new MultiValueMap<Integer, Integer>();
    multiValueMap0.toString();
    ConstantTransformer<String, Object> constantTransformer0 =
        new ConstantTransformer<String, Object>((Object) "{}");
    IndexedCollection<Object, String> indexedCollection0 =
        IndexedCollection.uniqueIndexedCollection(
            (Collection<String>) linkedList1, (Transformer<String, Object>) constantTransformer0);
    assertNotNull(indexedCollection0);

    boolean boolean0 = indexedCollection0.containsAll((Collection<?>) linkedList0);
    assertEquals(false, boolean0);
  }
 @Test
 public void test7() throws Throwable {
   fr.inria.diversify.sosie.logger.LogWriter.writeTestStart(
       975, "org.apache.commons.collections4.collection.IndexedCollectionEvoSuiteTest.test7");
   LinkedList<Object> linkedList0 = new LinkedList<Object>();
   ConstantTransformer<Object, String> constantTransformer0 =
       new ConstantTransformer<Object, String>("E$owUEF.Y7");
   MultiValueMap<String, Object> multiValueMap0 = new MultiValueMap<String, Object>();
   LinkedList<String> linkedList1 = new LinkedList<String>();
   linkedList0.removeLastOccurrence((Object) linkedList1);
   IndexedCollection<String, Object> indexedCollection0 =
       new IndexedCollection<String, Object>(
           (Collection<Object>) linkedList0,
           (Transformer<Object, String>) constantTransformer0,
           (MultiMap<String, Object>) multiValueMap0,
           false);
   MultiValueMap<Integer, Integer> multiValueMap1 = new MultiValueMap<Integer, Integer>();
   multiValueMap1.toString();
   Object object0 = indexedCollection0.get("{}");
   assertNull(object0);
 }
 @Test
 public void test6() throws Throwable {
   fr.inria.diversify.sosie.logger.LogWriter.writeTestStart(
       974, "org.apache.commons.collections4.collection.IndexedCollectionEvoSuiteTest.test6");
   LinkedList<Object> linkedList0 = new LinkedList<Object>();
   ConstantTransformer<Object, String> constantTransformer0 =
       new ConstantTransformer<Object, String>("E$owUEF.Y7");
   MultiValueMap<String, Object> multiValueMap0 = new MultiValueMap<String, Object>();
   LinkedList<String> linkedList1 = new LinkedList<String>();
   linkedList0.removeLastOccurrence((Object) linkedList1);
   linkedList0.add((Object) "E$owUEF.Y7");
   IndexedCollection<String, Object> indexedCollection0 =
       new IndexedCollection<String, Object>(
           (Collection<Object>) linkedList0,
           (Transformer<Object, String>) constantTransformer0,
           (MultiMap<String, Object>) multiValueMap0,
           false);
   boolean boolean0 = indexedCollection0.containsAll((Collection<?>) indexedCollection0);
   assertEquals(1, multiValueMap0.totalSize());
   assertEquals(true, boolean0);
 }