Java测试框架Spock.zip
Spock 是适合 Java 和 Groovy 应用程序的一个测试框架。示例代码:import groovy.sql.Sqlimport spock.lang.*class DatabaseDriven extends Specification { @Shared sql = Sql.newInstance("jdbc:h2:mem:", "org.h2.Driver") // normally an external database would be used, // and the test data wouldn't have to be inserted here de
下载地址
用户评论