Forum Discussion
Based on my testing, it seems that the following is what I was looking for, although still need to look into the difference between the Wsdl vs WsdlPro versions of these.
import com.eviware.soapui.impl.wsdl.WsdlTestCasePro
import com.eviware.soapui.impl.wsdl.WsdlTestSuitePro
import com.eviware.soapui.impl.wsdl.testcase.WsdlTestRunContext
import com.eviware.soapui.impl.wsdl.testcase.WsdlTestCaseRunner
import com.eviware.soapui.support.types.StringToStringMap
import com.eviware.soapui.impl.wsdl.WsdlProjectPro
WsdlTestRunContext context
WsdlTestSuitePro testSuite
WsdlTestCasePro testCase
WsdlTestCaseRunner testRunner
StringToStringMap result
WsdlProjectPro project
(Didn't include log because I'm on 3.10.1, which uses a version of log4j with security vulnerabilities).
All I did was imported all of the ready-api-*.jar files into the Global Libraries in IntelliJ.
Haven't done any actual testing with them but at least it's a start. Nothing broke, anyway.
I take back my reply above -- running into issues. I'm wondering if anyone else has figured this out?
- KarelHusa3 years agoChampion Level 1
You need to add all ReadyAPI libraries (including 3rd party jars) in your Java path.
See https://support.smartbear.com/readyapi/docs/integrations/junit.html for more.
Best regards,
Karel
Related Content
- 10 years ago
- 4 years ago
Recent Discussions
- 5 days ago
- 9 days ago