public class AssertionEntrySource extends Object implements com.eviware.soapui.model.testsuite.Assertable
Constructor and Description |
---|
AssertionEntrySource(com.eviware.soapui.model.ModelItem sourceItem,
String propertyName,
AssertionTestStep assertionTestStep) |
Modifier and Type | Method and Description |
---|---|
com.eviware.soapui.model.testsuite.TestAssertion |
addAssertion(String selection) |
void |
addAssertionsListener(com.eviware.soapui.model.testsuite.AssertionsListener listener) |
com.eviware.soapui.model.testsuite.TestAssertion |
cloneAssertion(com.eviware.soapui.model.testsuite.TestAssertion source,
String name) |
String |
getAssertableContent() |
String |
getAssertableContentAsXml() |
com.eviware.soapui.impl.wsdl.teststeps.assertions.TestAssertionRegistry.AssertableType |
getAssertableType() |
com.eviware.soapui.model.testsuite.TestAssertion |
getAssertionAt(int c) |
com.eviware.soapui.model.testsuite.TestAssertion |
getAssertionByName(String name) |
int |
getAssertionCount() |
List<com.eviware.soapui.model.testsuite.TestAssertion> |
getAssertionList() |
Map<String,com.eviware.soapui.model.testsuite.TestAssertion> |
getAssertions() |
com.eviware.soapui.model.testsuite.Assertable.AssertionStatus |
getAssertionStatus() |
String |
getDefaultAssertableContent() |
com.eviware.soapui.model.iface.Interface |
getInterface() |
com.eviware.soapui.model.ModelItem |
getModelItem() |
com.eviware.soapui.model.ModelItem |
getSourceItem() |
com.eviware.soapui.model.testsuite.TestStep |
getTestStep() |
com.eviware.soapui.model.testsuite.TestAssertion |
moveAssertion(int ix,
int offset) |
void |
removeAssertion(com.eviware.soapui.model.testsuite.TestAssertion assertion) |
void |
removeAssertionsListener(com.eviware.soapui.model.testsuite.AssertionsListener listener) |
public AssertionEntrySource(com.eviware.soapui.model.ModelItem sourceItem, String propertyName, AssertionTestStep assertionTestStep)
public com.eviware.soapui.model.ModelItem getSourceItem()
public com.eviware.soapui.model.testsuite.TestAssertion addAssertion(String selection)
addAssertion
in interface com.eviware.soapui.model.testsuite.Assertable
public void addAssertionsListener(com.eviware.soapui.model.testsuite.AssertionsListener listener)
addAssertionsListener
in interface com.eviware.soapui.model.testsuite.Assertable
public int getAssertionCount()
getAssertionCount
in interface com.eviware.soapui.model.testsuite.Assertable
public com.eviware.soapui.model.testsuite.TestAssertion getAssertionAt(int c)
getAssertionAt
in interface com.eviware.soapui.model.testsuite.Assertable
public void removeAssertionsListener(com.eviware.soapui.model.testsuite.AssertionsListener listener)
removeAssertionsListener
in interface com.eviware.soapui.model.testsuite.Assertable
public void removeAssertion(com.eviware.soapui.model.testsuite.TestAssertion assertion)
removeAssertion
in interface com.eviware.soapui.model.testsuite.Assertable
public com.eviware.soapui.model.testsuite.Assertable.AssertionStatus getAssertionStatus()
getAssertionStatus
in interface com.eviware.soapui.model.testsuite.Assertable
public String getAssertableContent()
getAssertableContent
in interface com.eviware.soapui.model.testsuite.Assertable
public String getAssertableContentAsXml()
getAssertableContentAsXml
in interface com.eviware.soapui.model.testsuite.Assertable
public String getDefaultAssertableContent()
getDefaultAssertableContent
in interface com.eviware.soapui.model.testsuite.Assertable
public com.eviware.soapui.impl.wsdl.teststeps.assertions.TestAssertionRegistry.AssertableType getAssertableType()
getAssertableType
in interface com.eviware.soapui.model.testsuite.Assertable
public List<com.eviware.soapui.model.testsuite.TestAssertion> getAssertionList()
getAssertionList
in interface com.eviware.soapui.model.testsuite.Assertable
public com.eviware.soapui.model.testsuite.TestAssertion getAssertionByName(String name)
getAssertionByName
in interface com.eviware.soapui.model.testsuite.Assertable
public com.eviware.soapui.model.ModelItem getModelItem()
getModelItem
in interface com.eviware.soapui.model.testsuite.Assertable
public com.eviware.soapui.model.testsuite.TestStep getTestStep()
getTestStep
in interface com.eviware.soapui.model.testsuite.Assertable
public com.eviware.soapui.model.iface.Interface getInterface()
getInterface
in interface com.eviware.soapui.model.testsuite.Assertable
public com.eviware.soapui.model.testsuite.TestAssertion cloneAssertion(com.eviware.soapui.model.testsuite.TestAssertion source, String name)
cloneAssertion
in interface com.eviware.soapui.model.testsuite.Assertable
public Map<String,com.eviware.soapui.model.testsuite.TestAssertion> getAssertions()
getAssertions
in interface com.eviware.soapui.model.testsuite.Assertable
public com.eviware.soapui.model.testsuite.TestAssertion moveAssertion(int ix, int offset)
moveAssertion
in interface com.eviware.soapui.model.testsuite.Assertable
Copyright © 2019. All rights reserved.