我正在使用Grails 2.3.5。
这是位于test/integration/x.y.z.TestIntegrationSpec.groovy
import grails.test.spock.IntegrationSpec
class TestIntegrationSpec extends IntegrationSpec{
def "test"(){
setup:
" just a test"
when:
1 == 1
then:
true
}
}
结果如下:
Fatal error running tests: null (Use --stacktrace to see the full trace)
.Tests FAILED
|
Error |
Error executing script TestApp: java.lang.NullPointerException (Use --stacktrace to see the full trace)
任何帮助将不胜感激!
答案 0 :(得分:1)
我发现它适用于正确的数据库迁移插件。 在我的情况下运行时“:数据库迁移:1.3.8”工作 再次:- Grails的:2.3.7 常规:2.1.9