Class ExcelContextTest
java.lang.Object
pro.verron.officestamper.excel.ExcelContextTest
Test class for the ExcelContext functionality. This class contains unit tests to verify the behavior of the ExcelContext, ensuring proper handling of sheets, cells, and rows extracted from an Excel file.
The tests include:
- Verification of sheet access by index.
- Validation of A1 cell values from the first sheet.
- Confirmation of default row handling based on headers.
These tests use a predefined sample Excel file (excel-base.xlsx) for verifying the correctness and consistency of the ExcelContext's behavior.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExcelContextTest
public ExcelContextTest()
-