Skip to content

Commit 12537d9

Browse files
committed
countryparty save tests
1 parent d976293 commit 12537d9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
package com.base.api;
2+
3+
import org.junit.jupiter.api.Test;
4+
5+
import static org.junit.jupiter.api.Assertions.*;
6+
7+
class CounterpartySaveServiceTest {
8+
9+
@Test
10+
void createCounterparty() {
11+
}
12+
13+
@Test
14+
void testCreateCounterparty() {
15+
}
16+
17+
@Test
18+
void testCreateCounterparty1() {
19+
}
20+
}

0 commit comments

Comments
 (0)