mirror of
https://github.com/alibaba/testable-mock.git
synced 2026-08-19 09:43:29 +08:00
refactor test code, and omni constructor test
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user