//@Test
public void testCalcPlanets_4args() {
System.out.println("calcPlanets");
Set<CalcPlanetFlag> flags = null;
Set<PlanetId> planets = null;
ResultBuilder builder = null;
SwissEphemeris instance = new SwissEphemeris();
instance.calcPlanets(event, flags, planets, builder);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}