com.eviware.soapui.model.testsuite
Interface OperationTestStep

All Superinterfaces:
ModelItem, PropertyChangeNotifier, ResultContainer, TestModelItem, TestPropertyHolder, TestStep
All Known Implementing Classes:
WsdlTestRequestStep

public interface OperationTestStep
extends TestStep, ResultContainer

A TestStep in a TestCase

Author:
Ole.Matzura

Field Summary
 
Fields inherited from interface com.eviware.soapui.model.testsuite.TestStep
DISABLED_PROPERTY
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
 
Method Summary
 Operation getOperation()
           
 
Methods inherited from interface com.eviware.soapui.model.testsuite.TestStep
cancel, finish, getLabel, getTestCase, isDisabled, prepare, run
 
Methods inherited from interface com.eviware.soapui.model.ModelItem
getChildren, getDescription, getIcon, getId, getName, getParent, getSettings
 
Methods inherited from interface com.eviware.soapui.support.PropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface com.eviware.soapui.model.TestPropertyHolder
addTestPropertyListener, getModelItem, getProperties, getProperty, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue
 

Method Detail

getOperation

Operation getOperation()


Copyright © 2005-2008 eviware.com. All Rights Reserved.