Class OverlapsCellAssertion
java.lang.Object
com.palantir.transforms.excel.form.checkboxvalue.OverlapsCellAssertion
- All Implemented Interfaces:
CheckboxAssertion
,Serializable
An assertion that the location of a checkbox drawing on the sheet overlaps with a specific cell.
This is most useful when combined with IdCheckboxSpecifier
, since it is tautological to use it with
LocationCheckboxSpecifier
.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheck
(WorkbookWithMetadata _workbook, org.apache.poi.ss.usermodel.Sheet _sheet, Checkbox checkbox)
-
Constructor Details
-
OverlapsCellAssertion
-
-
Method Details
-
check
public AssertionResult check(WorkbookWithMetadata _workbook, org.apache.poi.ss.usermodel.Sheet _sheet, Checkbox checkbox) - Specified by:
check
in interfaceCheckboxAssertion
-