aad ListUtil.split

This commit is contained in:
Looly
2020-10-14 15:33:02 +08:00
parent cc59412909
commit 8ae81241be
4 changed files with 23 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ import cn.hutool.core.date.StopWatch;
import cn.hutool.core.lang.Console;
import cn.hutool.core.util.RandomUtil;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import java.util.ArrayList;
@@ -12,6 +13,7 @@ import java.util.List;
public class ListUtilTest {
@Test
@Ignore
public void split() {
List<String> list = new ArrayList<>();
CollUtil.padRight(list, RandomUtil.randomInt(1000_0000, 1_0000_0000), "test");