Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created March 28, 2019 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaurel/5cf9b8ce161ee78591dc0924062e3351 to your computer and use it in GitHub Desktop.
Save ssaurel/5cf9b8ce161ee78591dc0924062e3351 to your computer and use it in GitHub Desktop.
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