Skip to content

RomanFigure.Spec.Conversions

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

Story: roman figure conversions

As a library user
I want to get rid of little used code
So that I can reach as many platforms as possible

cannot ChangeType()

Given the most convertible roman figure I
When converted to System.Int64
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot ChangeType()

Given the most convertible roman figure I
When converted to System.Byte
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot ChangeType()

Given the most convertible roman figure I
When converted to System.TimeSpan
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot ChangeType()

Given the most convertible roman figure I
When converted to System.Exception
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.Boolean
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.SByte
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.Byte
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.Int16
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.UInt16
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.Int32
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.UInt32
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.Int64
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.UInt64
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.Single
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.Double
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.Decimal
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

cannot Convert.Toxxx()

Given the most convertible roman figure I
When converted to System.Char
Then cannot convert

Tags: RomanFigure, Conversions, ChangeType

ChangeType(RomanLiteral)

Given the most convertible roman figure I
When converted to SharpRomans.RomanFigure
Then is I

Tags: RomanFigure, Conversions, ChangeType

Convert.ToString()

Given the most convertible roman figure I
When converted to System.String
Then is I

Tags: RomanFigure, Conversions, ChangeType

Clone this wiki locally