/** Test of loadPositionenByProjektId method, of class BelegService. */
 @Test
 @Ignore
 public void testLoadPositionenByProjektId() throws Exception {
   System.out.println("loadPositionenByProjektId");
   BelegTyp type = null;
   Integer pId = null;
   Status status = null;
   BelegService instance = null;
   List expResult = null;
   List result = instance.loadPositionenByProjektId(type, pId, status);
   assertEquals(expResult, result);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }