See the basics exercise.
There are two features to be added:
- Verify that the
RemainingMinutesInOven() method calls the ExpectedMinutesInOven() method.
- Verify that the
ElapsedTimeInMinutes() method calls the PreparationTimeInMinutes() method.
The bolierplate is here.
Example code is here.
See the basics exercise.
There are two features to be added:
RemainingMinutesInOven()method calls theExpectedMinutesInOven()method.ElapsedTimeInMinutes()method calls thePreparationTimeInMinutes()method.The bolierplate is here.
Example code is here.