/*
  * 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());
 }