检查并完善 BigDecimals、Numbers、OptionalTools 的单元测试。

This commit is contained in:
2024-12-29 11:32:21 +08:00
parent 37263c6933
commit 1f8036e170
3 changed files with 37 additions and 12 deletions

View File

@@ -24,8 +24,6 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
public
class NumbersTests {
// TODO 【优化】 检查测试用例
@Test
public void sum_ShortArray_ReturnsCorrectSum() {
short[] numbers = {1, 2, 3, 4};