Package net.qdevzone.docunit.doc
Class WordAssertions
- All Implemented Interfaces:
Assert<WordAssertions>,PagedDocAsserts<WordAssertions>
public class WordAssertions
extends AbstractDocAssert<WordAssertions>
implements PagedDocAsserts<WordAssertions>
-
Field Summary
Fields inherited from class net.qdevzone.docunit.AbstractDocAssert
info, myself -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]actual()Returns actual (the data currently under test).hasContent(String expected) hasPageCount(int count) hasPageCount(int min, int max) hasPages()isValid()Methods inherited from class net.qdevzone.docunit.AbstractDocAssert
createInputStream, describedAs, describedAs, describedAs, failure, failureWithCause, isElementOfCustomAssert, isEmpty, isEqualTo, isIn, isNotEmpty, isNotEqualTo, isNotIn, isSize, isSizeBetween
-
Constructor Details
-
WordAssertions
-
-
Method Details
-
isValid
- Specified by:
isValidin interfaceAssert<WordAssertions>
-
isNotValid
- Specified by:
isNotValidin interfaceAssert<WordAssertions>
-
actual
public byte[] actual()Description copied from interface:AssertReturns actual (the data currently under test).- Specified by:
actualin interfaceAssert<WordAssertions>
-
hasPages
- Specified by:
hasPagesin interfacePagedDocAsserts<WordAssertions>
-
hasPageCount
- Specified by:
hasPageCountin interfacePagedDocAsserts<WordAssertions>
-
hasPageCount
- Specified by:
hasPageCountin interfacePagedDocAsserts<WordAssertions>
-
hasContent
-