Expand business day coverage
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m8s

This commit is contained in:
2026-07-02 17:11:09 +09:00
parent ebdcb4fd22
commit c8cf654131
@@ -8,9 +8,10 @@ public class BusinessDayCalculatorTests
[Theory]
[InlineData(2026, 2, 14, 2026, 2, 19)]
[InlineData(2026, 8, 15, 2026, 8, 18)]
[InlineData(2026, 9, 24, 2026, 9, 28)]
[InlineData(2026, 10, 3, 2026, 10, 6)]
[InlineData(2026, 9, 24, 2026, 9, 28)]
[InlineData(2027, 2, 6, 2027, 2, 10)]
[InlineData(2027, 10, 9, 2027, 10, 12)]
public void GetEffectiveDueDate_SkipsWeekendHolidayAndSubstituteHoliday(
int dueYear, int dueMonth, int dueDay,
int expectedYear, int expectedMonth, int expectedDay)