refactor test code, and omni constructor test

This commit is contained in:
金戟
2021-03-18 23:51:06 +08:00
parent 206fc5486e
commit 606760d632
42 changed files with 364 additions and 148 deletions

View File

@@ -10,7 +10,7 @@ import static org.junit.jupiter.api.Assertions.*;
class StringUtilTest {
@Test
void should_able_to_join_string() {
void should_join_string() {
List<String> list = new ArrayList<String>(4);
list.add("a");
list.add("b");