修改数字格式化异常的内容

This commit is contained in:
YuCheng Hu 2022-06-20 01:03:51 -04:00
parent f08da063e7
commit 85b63c6f8d
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
@TestInstance(TestInstance.Lifecycle.PER_METHOD)
public class NumberFormatExceptionTest {
String stringPassword = "password";
char[] charPassword = new char[]{'p', 'a', 's', 's', 'w', 'o', 'r', 'd'};
@Test
public void ConstructorNumberFormatException() {