-
Notifications
You must be signed in to change notification settings - Fork 1
RomanFigure.Spec.Roles
Daniel Gonzalez Garcia edited this page May 5, 2017
·
2 revisions
As a library user
I want to be able to invoke a property on a roman figure
So that I am able to know what the role of the figure is in a roman numeral
Given a non repeteable roman figure V
When repeteability is checked
Then repeteability is False
Tags: RomanFigure, Roles, Repeatibility
Given a non substractive roman figure V
When substractiveness is checked
Then substractiveness is False
Tags: RomanFigure, Roles, Repeatibility
Given a repeteable roman figure I
When repeteability is checked
Then repeteability is True
Tags: RomanFigure, Roles, Repeatibility
Given aSubstractiveRomanFigure I
When substractiveness is checked
Then substractiveness is True
Tags: RomanFigure, Roles, Repeatibility