Skip to content
Snippets Groups Projects
Commit b54d9b19 authored by Colin DAMON's avatar Colin DAMON
Browse files

Init test case

parent c6665c55
No related branches found
No related tags found
1 merge request!37Resolve "TCR Roman Numerals"
package fr.ippon.kata.numeral;
import static org.assertj.core.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class NumeralsTest {
@Test
void shouldConvertZeroToEmptyString() {}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment