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

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 TestStep getTestStep()
           
 java.lang.String getValue()
           
 boolean isReadOnly()
           
 void setValue(java.lang.String value)
           
 

Method Detail

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.