pavlobaron / robotframework-soapuilibrary

SoapUI test library for the Robot Framework
Apache License 2.0
30 stars 21 forks source link

ImportError: No module named eviware #4

Open mritchie712 opened 8 years ago

mritchie712 commented 8 years ago

I know you haven't updated this project in years, but was hoping you could point me in the right direction. At the start of SoapUILibary.py there are two imports

from com.eviware.soapui.tools import SoapUITestCaseRunner
from com.eviware.soapui.tools import SoapUIMockServiceRunner

I can't find anything about these modules on the web, any direction on how to get or replace these?

pavlobaron commented 8 years ago

quickly googling it shows for example: https://www.soapui.org/apidocs/com/eviware/soapui/tools/SoapUITestCaseRunner.html

so the API still seems to exist, but I can't say anything about state of integration in Jython or runability of this project, I didn't touch it in years, sorry.