Tag Archives: Specs2 Spring Web

Specs2 Web

After some consideration, I think that the web testing components of Specs2 Spring Web are useful enough on their own, with the Spring testing code a nice icing on the cake (an yes, the pun was intended).

Specs2 [Spring] Web

I have implemented enough of the Specs2 Web testing to be able to call its API stable. In this post, I will show what is now possible to do with the XHTML content and how to use it to write … Read more

Acceptance specifications

The follow-up of the first video is here, showing acceptance specifications using Specs2 Spring Web. Just like the first video, it is rather simplistic and naive, but I believe it demonstrates the principle and goal of Specs2 Spring Web.

apply method, companion objects

As part of the work on Specs2 Spring, we have used quite a few companion objects, case classes all in a functional world. In this post, I will outline some of the components of Specs2 Spring Web and explain our … Read more

Specs2 Spring Web

We are all tidying up Specs2 Spring–adding much better documentation, adding [much needed!] tests and, where needed improving the sometimes clumsy syntax. For most part, though, we are happy with the functionality and we use it in testing our Spring … Read more