refine tests

This commit is contained in:
XenoAmess 2020-06-01 20:10:07 +08:00 committed by Rob Tompkins
parent 249d9e4744
commit e04966a612
1 changed files with 1 additions and 2 deletions

View File

@ -24,12 +24,11 @@ import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue; import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Test;
import java.lang.reflect.Constructor; import java.lang.reflect.Constructor;
import java.lang.reflect.Modifier; import java.lang.reflect.Modifier;
import java.util.Random; import java.util.Random;
import java.util.stream.IntStream; import java.util.stream.IntStream;
import org.junit.jupiter.api.Test;
/** /**
* Tests CharSequenceUtils * Tests CharSequenceUtils