Created
June 11, 2020 20:04
-
-
Save theboreddev/80389f6306d47187c97ee0e2dfe45d6e to your computer and use it in GitHub Desktop.
testOne
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Test | |
public void convert_shouldReturnI() { | |
final String romanNumeral = RomanNumerals.convert(1); | |
assertThat(romanNumeral, is("I")); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment