Forum Discussion
1 Reply
- Hello,
Try this:
def msList = context.getTestCase().getTestSuite().getProject().getMockServiceList()
for( ms in msList )
log.info "${ms} is ${ms.getMockRunner() == null ? 'not working' : 'working'} "
Hope this example helps, let me know
robert