/*
  * 1 covered goal:
  * 1 nu.staldal.lagoon.core.OutputEntry.setMyProducer(Lnu/staldal/lagoon/core/ByteStreamProducer;)V: root-Branch
  */
 @Test
 public void test2() throws Throwable {
   OutputEntry outputEntry0 = new OutputEntry();
   XMLFormatter xMLFormatter0 = new XMLFormatter();
   outputEntry0.setMyProducer((ByteStreamProducer) xMLFormatter0);
   assertNull(xMLFormatter0.getEntryName());
 }
 /*
  * 2 covered goals:
  * 1 nu.staldal.lagoon.core.OutputEntry.setBottomProducer(Lnu/staldal/lagoon/core/XMLStreamConsumer;)V: root-Branch
  * 2 nu.staldal.lagoon.core.OutputEntry.<init>()V: root-Branch
  */
 @Test
 public void test0() throws Throwable {
   OutputEntry outputEntry0 = new OutputEntry();
   XMLFormatter xMLFormatter0 = new XMLFormatter();
   outputEntry0.setBottomProducer((XMLStreamConsumer) xMLFormatter0);
   assertEquals(0, xMLFormatter0.getPosition());
 }