Jim_Zuber
14 years agoNew Contributor
[Resolved]Common library script editing
I am using IntelliJ IDEA to edit common library groovy scripts (i.e. those placed in scripts/soapui/..). There didn't seem to be a way to do this from within SoapUI. However, IntelliJ doesn't recognize any of the soapUI objects, so it flags statement like the following as errors..
def runner = new com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner(testCase, null)
..I tried playing around with the project settings to point to the SoapUI library jar file in /lib, but had not luck. Perhaps the object reference is to some runtime environment. Guess I am a bit fuzzy on the the "com.eviware..." is referencing.
Any help would be appreciated.
Jim
def runner = new com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner(testCase, null)
..I tried playing around with the project settings to point to the SoapUI library jar file in /lib, but had not luck. Perhaps the object reference is to some runtime environment. Guess I am a bit fuzzy on the the "com.eviware..." is referencing.
Any help would be appreciated.
Jim