Forum Discussion
SmartBear_Suppo
12 years agoSmartBear Alumni (Retired)
Hi 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
Related Content
- 12 years ago
- 2 years ago
Recent Discussions
- 6 days ago
- 10 days ago