-
Notifications
You must be signed in to change notification settings - Fork 1
RomanFigure.Spec.Convert
Daniel Gonzalez Garcia edited this page May 5, 2017
·
2 revisions
As a library user
I want to be able to convert a number
So that I can get a figure instance
Given the number 1
When the number is converted
Then the figure is I
Tags: RomanFigure, Convert
Given the number 3
When the number is converted
Then throws argument exception
Tags: RomanFigure, Convert
Given the number 10
the number 10 is converted again
Then is the same figure
Tags: RomanFigure, Convert