Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi Marek,
testCases["test"] works because it is translated to "getTestCases()["test"]" in groovy. There is a method "getTestCases()" in class com.eviware.soapui.impl.wsdl.WsdlTestSuite (implementation for the interface) which returns a map and the test case name is the key in the map.
Regarding the NPE and other problems - can you please share the project with bare minimum details so that we can reproduce and figure out whats going on?
Best Regards,
Prakash
SmartBear Sweden
testCases["test"] works because it is translated to "getTestCases()["test"]" in groovy. There is a method "getTestCases()" in class com.eviware.soapui.impl.wsdl.WsdlTestSuite (implementation for the interface) which returns a map and the test case name is the key in the map.
Regarding the NPE and other problems - can you please share the project with bare minimum details so that we can reproduce and figure out whats going on?
Best Regards,
Prakash
SmartBear Sweden