Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created June 11, 2020 21:43
Show Gist options
  • Select an option

  • Save theboreddev/a34779e2f100968ccc38b2462d4b4951 to your computer and use it in GitHub Desktop.

Select an option

Save theboreddev/a34779e2f100968ccc38b2462d4b4951 to your computer and use it in GitHub Desktop.
sixTest
@Test
public void convert_shouldReturnVI() {
final String romanNumeral = RomanNumerals.convert(6);
assertThat(romanNumeral, is("VI"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment