-
Notifications
You must be signed in to change notification settings - Fork 1
RomanFigure.Spec.TryConvert
Daniel Gonzalez Garcia edited this page May 5, 2017
·
2 revisions
As a library user
I want to be able to try to convert a number
So that I can try to get a figure instance
Given the number 10
When the number is converted
Then the result is True
And the figure is X
Tags: RomanFigure, TryConvert
Given the number 11
When the number is converted
Then the result is False
And the figure is 'null'
Tags: RomanFigure, TryConvert
Given the number 10
When the number is converted
the number 10 is converted again
Then is the same figure
Tags: RomanFigure, TryConvert