Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created June 11, 2020 20:46
Show Gist options
  • Save theboreddev/57233feeedafec643276787a14b67792 to your computer and use it in GitHub Desktop.
Save theboreddev/57233feeedafec643276787a14b67792 to your computer and use it in GitHub Desktop.
testTwo
@Test
public void convert_shouldReturnII() {
final String romanNumeral = RomanNumerals.convert(2);
assertThat(romanNumeral, is("II"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment