Skip to content

RomanNumeral.Spec.Figures

Daniel Gonzalez Garcia edited this page May 5, 2017 · 2 revisions

Story: creation of roman numerals

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

multiple-figures

Given the arabic numeral 75
When the roman numeral is instantiated
Then is a roman numeral with figures LXXV

Tags: RomanNumeral, Figures

single-figure

Given the arabic numeral 50
When the roman numeral is instantiated
Then is a roman numeral with figures L

Tags: RomanNumeral, Figures

zero

Given the arabic numeral 0
When the roman numeral is instantiated
Then is a roman numeral with figures N

Tags: RomanNumeral, Figures

Clone this wiki locally