Skip to content

Commit

Permalink
Update description of example tests in Roman Numerals chapter (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthmoog committed Jul 8, 2023
1 parent 3a6289f commit 796fc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roman-numerals.md
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ There have been a few rules in the domain of Roman Numerals that we have worked
- Only I (1), X (10) and C (100) can be "subtractors"
- Taking the result of `ConvertToRoman(N)` and passing it to `ConvertToArabic` should return us `N`

The tests we have written so far can be described as "example" based tests where we provide the tooling some examples around our code to verify.
The tests we have written so far can be described as "example" based tests where we provide _examples_ for the tooling to verify.

What if we could take these rules that we know about our domain and somehow exercise them against our code?

Expand Down

0 comments on commit 796fc4f

Please sign in to comment.