WEB-INF.templates.prism-test.test-prism.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of report Show documentation
Show all versions of report Show documentation
Generate the report and feature file / documentation
The newest version!
<p class="red">red text </p>
Given the isbn db contains an entry
for an isbn "default-isbn"
that will return an isbn book
with isbn "default-isbn"
with title "default-title"
with author "default-author"
When a user requests a book with isbn "default-isbn"
Then the response contains an isbn book
with isbn "default-isbn"
with title "default-title"
with authors singleton list "default-author"