Spock is really making writing tests fun, instead of a chore.
@Unroll("toClass '#javaName' should be #expectedClass") def "toClass tests"() { expect: PlasticInternalUtils.toClass(getClass().classLoader, javaName) == expectedClass where: javaName | expectedClass "java.lang.String" | String.class "java.lang.Integer[]" | Integer[].class "java.lang.Long[][]" | Long[][].class "void" | void.class "int" | int.class "int[]" | int[].class "float[][]" | float[][].class }
This combines lots of things I've seen before in TestNG, but nicer; just more readable ... and the @Unroll annotation (which guides Spock on how to report the test execution) is really handy, especially when things go wrong. It's just a slick overall package.
No comments:
Post a Comment
Please note that this is not a support forum for Tapestry. Requests for help will be deleted. Please subscribe to the Tapestry user mailing list if you are in need of support, or contact me directly for professional (for pay) support.
Spammers: Don't bother. I delete your comments and it's a waste of time for both of us. 垃圾邮件发送者:不要打扰。我删除您的评论和它的时间对我们双方的浪费