|
RHS |
Here is a TestCase file that tests the basic methods from the CityBike.java: CityBikeTest.java
Question 7
Extend this test-case so it also tests the getAmount(int
hours) method
Question 8
Extra - only if you have the time!
Make a TestCase file
that tests the five methods you implemented in TouristicRental3