Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
twitch
live-coding-fr
Commits
b54d9b19
Commit
b54d9b19
authored
Nov 24, 2020
by
Colin DAMON
Browse files
Init test case
parent
c6665c55
Changes
1
Show whitespace changes
Inline
Side-by-side
tcr-roman-numerals/src/test/java/fr/ippon/kata/numeral/NumeralsTest.java
0 → 100644
View file @
b54d9b19
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
()
{}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment