Skip to content

Instantly share code, notes, and snippets.

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