/*
  * 1 covered goal:
  * 1 nu.staldal.lagoon.core.OutputEntry.getSourceManager()Lnu/staldal/lagoon/core/SourceManager;: root-Branch
  */
 @Test
 public void test1() throws Throwable {
   OutputEntry outputEntry0 = new OutputEntry();
   SourceManager sourceManager0 = outputEntry0.getSourceManager();
   assertNull(sourceManager0);
 }