Forum Discussion

TomK's avatar
TomK
Contributor
16 years ago

Unit testing via soapUI and Groovy

I tried to run the following groovy Unit Test script in soapUI: import groovy.util.GroovyTestCase class MyTest extends GroovyTestCase {     void testSomething() {         assert 1 == 1       ...