reformat test

This commit is contained in:
XenoAmess 2020-06-01 02:30:19 +08:00 committed by Rob Tompkins
parent 217da1e6aa
commit 05724b2baa
1 changed files with 8 additions and 2 deletions

View File

@ -16,14 +16,20 @@
*/
package org.apache.commons.lang3;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.lang.reflect.Constructor;
import java.lang.reflect.Modifier;
import java.util.Random;
import java.util.stream.IntStream;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
/**
* Tests CharSequenceUtils