mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add test
This commit is contained in:
@@ -33,6 +33,12 @@ import java.util.SortedSet;
|
||||
*/
|
||||
public class CollUtilTest {
|
||||
|
||||
@Test
|
||||
public void isNotEmptyTest(){
|
||||
Assert.assertFalse(CollUtil.isNotEmpty((Collection<?>) null));
|
||||
;
|
||||
}
|
||||
|
||||
@Test
|
||||
public void newHashSetTest() {
|
||||
Set<String> set = CollUtil.newHashSet((String[]) null);
|
||||
|
Reference in New Issue
Block a user