BAIS payments 멀티모듈 최소 구현 (BAIS-REM-1783820063)
Some checks failed
ci / test (pull_request) Failing after 1m9s
Some checks failed
ci / test (pull_request) Failing after 1m9s
This commit is contained in:
parent
079ec574e4
commit
267ab6e78f
1 changed files with 10 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
||||||
|
import org.junit.jupiter.api.Test;
|
||||||
|
import static org.junit.jupiter.api.Assertions.*;
|
||||||
|
|
||||||
|
class PaymentReferenceServiceTest {
|
||||||
|
|
||||||
|
private final PaymentReferenceService service = new PaymentReferenceService();
|
||||||
|
|
||||||
|
@Test
|
||||||
|
void testNormalize_Null() {
|
||||||
|
assertEquals("",
|
||||||
Loading…
Add table
Add a link
Reference in a new issue