com.eviware.soapui.model.testsuite
Interface TestStepProperty
- All Known Implementing Classes:
- DefaultTestStepProperty, TestStepBeanProperty, WsdlPropertiesTestStep.StepProperty
public interface TestStepProperty
A teststep property, used in teststep/testcase logic
- Author:
- Ole.Matzura
getName
java.lang.String getName()
getDescription
java.lang.String getDescription()
getValue
java.lang.String getValue()
setValue
void setValue(java.lang.String value)
isReadOnly
boolean isReadOnly()
getTestStep
TestStep getTestStep()
Copyright © 2005-2007 eviware.com. All Rights Reserved.