Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaminudel committed Oct 8, 2013
1 parent d43e735 commit 57049fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TDDMicroExercises/README.md
Expand Up @@ -15,8 +15,6 @@ Write the unit tests for the Alarm class, refactor the code as much as you need

The Alarm class is designed to monitor tire pressure and set an alarm if the pressure falls outside of the expected range. The Sensor class provided for the exercise fakes the behaviour of a real tire sensor, providing random but realistic values.

Note that there is a MockAlarm and a StubAlarm class provided in the "tests" folder. The purpose of these is purely to demonstrate how a mock and a stub look, you won't need them to complete the exercise.

#### 2. **UnicodeFileToHtmTextConverter exercise**:
Write the unit tests for the UnicodeFileToHtmTextConverter class, refactor the code as much as you need to make the class testable.

Expand Down

0 comments on commit 57049fe

Please sign in to comment.