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 57049fe commit 9a940e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TDDMicroExercises/README.md
Expand Up @@ -13,7 +13,7 @@ Apply the unit testing style and framework you are most comfortable with. You ca
#### 1. **TirePressureMonitoringSystem exercise**:
Write the unit tests for the Alarm class, refactor the code as much as you need to make the class testable.

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.
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 simulates the behaviour of a real tire sensor, providing random but realistic values.

#### 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 9a940e0

Please sign in to comment.