-
Notifications
You must be signed in to change notification settings - Fork 1
RomanNumeral.Spec.Figures
Daniel Gonzalez Garcia edited this page May 5, 2017
·
2 revisions
As a library user
I want to access a list of the figures that make up the roman numeral.
So that I can convert an arabic numeral to a roman numeral
Given the arabic numeral 75
When the roman numeral is instantiated
Then is a roman numeral with figures LXXV
Tags: RomanNumeral, Figures
Given the arabic numeral 50
When the roman numeral is instantiated
Then is a roman numeral with figures L
Tags: RomanNumeral, Figures
Given the arabic numeral 0
When the roman numeral is instantiated
Then is a roman numeral with figures N
Tags: RomanNumeral, Figures