Package net.qdevzone.docunit
Interface Assert<SELF extends Assert<SELF>>
- All Known Implementing Classes:
AbstractDocAssert,CSVAssertions,DocumentAssert,ExcelAssertions,ImageAssertions,JSONAssertions,PdfAssertions,TextAssertions,WordAssertions,XmlAssertions,ZipAssertions
public interface Assert<SELF extends Assert<SELF>>
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]actual()Returns actual (the data currently under test).isEmpty()isEqualTo(byte[] expected) isIn(byte[]... values) isNotEqualTo(byte[] other) isNotIn(byte[]... values) isSize(long expected) isSizeBetween(long min, long max) isValid()