Skip to content

RomanFigure.Spec.Roles

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

Story: roles

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

non-repeteable figure

Given a non repeteable roman figure V
When repeteability is checked
Then repeteability is False

Tags: RomanFigure, Roles, Repeatibility

non-substractive figure

Given a non substractive roman figure V
When substractiveness is checked
Then substractiveness is False

Tags: RomanFigure, Roles, Repeatibility

repeteable figure

Given a repeteable roman figure I
When repeteability is checked
Then repeteability is True

Tags: RomanFigure, Roles, Repeatibility

substractive figure

Given aSubstractiveRomanFigure I
When substractiveness is checked
Then substractiveness is True

Tags: RomanFigure, Roles, Repeatibility

Clone this wiki locally