Tag Archives: groovy

Spock – Starting your trek

Ready to add a little diversity to your Java testing? The Spock framework could be a good place to start. Continue reading

Spock – Sharing conditions across then blocks

Using helper methods with the Spock specification framework helps avoid duplicating conditions across multiple tests Continue reading

Groovy – Customising Power Assert messages

Power Assert messages are really useful when you’re trying to track down a problem using Groovy test cases. But what if you need just a little more information? Continue reading