Skip to content

Instantly share code, notes, and snippets.

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