mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
aad ListUtil.split
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user