Kanti1702
Kanti1702
Web application: if some application have used path from context to load resource than while deploying those web-app using this plugin it fails. Can we have some sort of parameter...
I have below code in my spec file: @DbUnit(configure={ IDatabaseTester it -> it.setUpOperation = InsertIdentityOperation.REFRESH it.tearDownOperation = InsertIdentityOperation.DELETE }) def content = { abc(id:123, name:'test') } This working finr in...
When I tried to use Junit4Git for JUnit4 with agent and gradle. gradle is unable to find agent and shows below error: Could not find org.walkmod:junit4git-agent:1.3. Searched in the following...
I want to integrate this with Spock and we are not using any runner explicitly. We have 500+ Spec classes and we are not using @RunWith explicitly. How to integrate...