Unit Test Results - Failed tests

A single test executed with one failure .

BookControllerTests

A single test executed with one failure .

testSomething

Executed in 1.874 seconds.

Assertion failed: assert "xyz" == response.text | | | | | book list | org.codehaus.groovy.grails.plugins.testing.GrailsMockHttpServletResponse@14cf61d false

junit.framework.AssertionFailedError: Assertion failed: 

assert "xyz" == response.text
             |  |        |
             |  |        book list
             |  org.codehaus.groovy.grails.plugins.testing.GrailsMockHttpServletResponse@14cf61d
             false

	at bookstore.BookControllerTests.testSomething(BookControllerTests.groovy:16)