Start by downloading CS201_Lab07.zip and importing it into Eclipse. You should see a project called CS201_Lab07.

Your Task

Add classes called Boat and Airplane. They should have the following behavior:

Add new JUnit test classes called BoatTest and AirplaneTest that test Boat and Airplane objects (respectively) against both legal and illegal trips.

You can use the provided Car and CarTest classes as a guide.

Submitting

When you are done, submit the lab to the Marmoset server using either of the methods below.

From Eclipse

If you have the Simple Marmoset Uploader Plugin installed, select the project (CS201_Lab07) in the package explorer and then press the blue up arrow button in the toolbar. Enter your Marmoset username and password when prompted.

From a web browser

Save the project (CS201_Lab07) to a zip file by right-clicking it and choosing

Export…→Archive File

Upload the saved zip file to the Marmoset server as lab07. The server URL is

https://cs.ycp.edu/marmoset/