Ejemplo n.º 1
0
 private static void EnsureRoverIsCreated(IRover rover)
 {
     if (!rover.CheckCreateStatus())
     {
         throw new RoverNotCreatedException("Cannot create report because one or more rovers are not created");
     }
 }