Forum Discussion

alaurent's avatar
16 years ago

Documentation of specific soapui testrunner methods ?

Hi,

I use the soapui pro and I created a DataSink object using a JDBC connexion.

Within my DataSink object I call several method to get endpoint name, operation name, ...
To do so I call for example ${=testRunner.results[testRunner.results.size()-1].operation.interface.name} within the DataSink object.

My question is to have the documentation of testRunner in order to know what can I call such as this example.
Thanks in advance.