Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created June 11, 2020 20:15
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 theboreddev/ab9f7c7c4f18530f2b066fcd2affea03 to your computer and use it in GitHub Desktop.
Save theboreddev/ab9f7c7c4f18530f2b066fcd2affea03 to your computer and use it in GitHub Desktop.
five
@Test
public void convert_shouldReturnV() {
final String romanNumeral = RomanNumerals.convert(5);
assertThat(romanNumeral, is("V"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment