Package net.jqwik.api.footnotes
Interface Footnotes
-
@API(status=MAINTAINED, since="1.5.5") public interface FootnotesAn interface that can be used to add information to the report of a failing property. The footnotes will be shown for the original failing sample and the shrunk sample.To enable footnote support you have to use annotation EnableFootnotes. To get access to a footnotes object, just add a parameter of type
Footnotesto the property method or any lifecycle method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddFootnote(java.lang.String footnote)Add afootnoteto be displayed in case of failure.
-