Skip to content

RomanFigure.Spec.Literals

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

Story: literals

As a library user
I want to be able to invoke a property on a roman figure
So that I can get the literal of individual figures

character of a figure

Given the roman figure I
When the literal is obtained
Then the literal is I

Tags: RomanFigure, Literal

character of a figure

Given the roman figure V
When the literal is obtained
Then the literal is V

Tags: RomanFigure, Literal

character of a figure

Given the roman figure X
When the literal is obtained
Then the literal is X

Tags: RomanFigure, Literal

character of a figure

Given the roman figure L
When the literal is obtained
Then the literal is L

Tags: RomanFigure, Literal

character of a figure

Given the roman figure C
When the literal is obtained
Then the literal is C

Tags: RomanFigure, Literal

character of a figure

Given the roman figure D
When the literal is obtained
Then the literal is D

Tags: RomanFigure, Literal

character of a figure

Given the roman figure M
When the literal is obtained
Then the literal is M

Tags: RomanFigure, Literal

Clone this wiki locally