Class ExcelAssertions

java.lang.Object
net.qdevzone.docunit.AbstractDocAssert<ExcelAssertions>
net.qdevzone.docunit.spreadsheet.ExcelAssertions
All Implemented Interfaces:
Assert<ExcelAssertions>

public class ExcelAssertions extends AbstractDocAssert<ExcelAssertions>
  • Constructor Details

  • Method Details

    • isValid

      public ExcelAssertions isValid()
    • isNotValid

      public ExcelAssertions isNotValid()
    • hasSheetCount

      public ExcelAssertions hasSheetCount(int expected)
    • hasCellValue

      public ExcelAssertions hasCellValue(int sheetId, int h, int v, String expected)
    • actual

      public byte[] actual()
      Description copied from interface: Assert
      Returns actual (the data currently under test).