All Downloads are FREE. Search and download functionalities are using the official Maven repository.

WEB-INF.templates.prism-test.test-prism.html Maven / Gradle / Ivy

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"
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy