/*
  * 2 covered goals:
  * 1 nu.staldal.lagoon.core.OutputEntry.setNext(Lnu/staldal/lagoon/core/XMLStreamProducer;)V: root-Branch
  * 2 nu.staldal.lagoon.core.OutputEntry.<init>()V: root-Branch
  */
 @Test
 public void test5() throws Throwable {
   OutputEntry outputEntry0 = new OutputEntry();
   XSLTransformer xSLTransformer0 = new XSLTransformer();
   // Undeclared exception!
   try {
     outputEntry0.setNext((XMLStreamProducer) xSLTransformer0);
     fail("Expecting exception: NullPointerException");
   } catch (NullPointerException e) {
   }
 }