/*
  * 1 covered goal:
  * 1 nu.staldal.lagoon.core.OutputEntry.getByteProducer()Lnu/staldal/lagoon/core/ByteStreamProducer;: root-Branch
  */
 @Test
 public void test4() throws Throwable {
   OutputEntry outputEntry0 = new OutputEntry();
   ByteStreamProducer byteStreamProducer0 = outputEntry0.getByteProducer();
   assertNull(byteStreamProducer0);
 }