GOODBOY008 opened a new pull request, #716: URL: https://github.com/apache/fesod/pull/716
## Summary Add shared test infrastructure (testkit) and migrate `simple/` and `converter/` test packages to use modern JUnit 5 patterns. ## Changes ### New Testkit Infrastructure - `AbstractExcelTest` - Base class with format providers and temp file management - `ExcelFormat` - Enum with XLSX/XLS/CSV capabilities metadata - `CollectingReadListener` - Reusable data collector (no assertions in listener) - `ExcelAssertions` - Fluent API for Excel file validations ### Migrated Tests - `simple/` → `SimpleReadWriteTest` (20 parameterized tests) - `converter/` → `ConverterIntegrationTest` (14 tests), `ConverterUnitTest` (11 tests) ### New Dependencies - AssertJ 3.24.2 for fluent assertions ## Related - Proposal Issue: TBD - Full plan: `docs/TEST_REFACTORING_PLAN.md` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
