Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created March 28, 2019 11:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Roman Numeral TDD Kata on the SSaurel's Channel
@Test
public void testInToRoman_10_is_X() {
assertThat(romanNumeral.intToRoman(10), is("X"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment