Class TestDataWorkbookStyles
java.lang.Object
org.qubership.atp.mia.model.impl.testdata.TestDataWorkbookStyles
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.poi.ss.usermodel.CellStylegetCellStyle(org.apache.poi.ss.usermodel.IndexedColors fillColor) Gets style for Cell.org.apache.poi.ss.usermodel.CellStylegetCellStyle(ValidatedParameters.State isPassed) Gets style for Cell.
-
Constructor Details
-
TestDataWorkbookStyles
public TestDataWorkbookStyles()
-
-
Method Details
-
getCellStyle
Gets style for Cell.- Parameters:
isPassed- if style of cell should be PASSED- Returns:
- cell style
-
getCellStyle
public org.apache.poi.ss.usermodel.CellStyle getCellStyle(org.apache.poi.ss.usermodel.IndexedColors fillColor) Gets style for Cell.- Parameters:
fillColor- color to fill cell- Returns:
- cell style
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-