This commit is contained in:
Looly 2024-01-26 18:16:31 +08:00
parent cba4231e4c
commit d9e72ddfe0

View File

@ -3,11 +3,13 @@ package cn.hutool.core.comparator;
import org.junit.Assert;
import org.junit.Test;
import java.util.Arrays;
import java.util.stream.Collectors;
/**
* 版本比较单元测试
*
* @author looly
*
*/
public class VersionComparatorTest {