Interface AdjacentCellAssertion

All Superinterfaces:
CellAssertion, Serializable

@Immutable public interface AdjacentCellAssertion extends CellAssertion
A CellAssertion that succeeds if the value in another cell with a position defined relative to the CellValue.location() is within a set of allowed values. When extracting data from a form-style Excel, this assertion type is useful to ensure that value locations, as identified by their "labels," are consistent across input files, and if the assertion is violated, the parser definition can then be modified appropriately.