public interface Assertable
Modifier and Type | Interface and Description |
---|---|
static class |
Assertable.AssertionStatus |
Modifier and Type | Method and Description |
---|---|
TestAssertion |
addAssertion(String selection) |
void |
addAssertionsListener(AssertionsListener listener) |
TestAssertion |
cloneAssertion(TestAssertion source,
String name) |
String |
getAssertableContent() |
String |
getAssertableContentAsXml() |
TestAssertionRegistry.AssertableType |
getAssertableType() |
TestAssertion |
getAssertionAt(int c) |
TestAssertion |
getAssertionByName(String name) |
int |
getAssertionCount() |
List<TestAssertion> |
getAssertionList() |
Map<String,TestAssertion> |
getAssertions() |
Assertable.AssertionStatus |
getAssertionStatus() |
String |
getDefaultAssertableContent() |
Interface |
getInterface() |
ModelItem |
getModelItem() |
TestStep |
getTestStep() |
TestAssertion |
moveAssertion(int ix,
int offset) |
void |
removeAssertion(TestAssertion assertion) |
void |
removeAssertionsListener(AssertionsListener listener) |
TestAssertion addAssertion(String selection)
void addAssertionsListener(AssertionsListener listener)
int getAssertionCount()
TestAssertion getAssertionAt(int c)
void removeAssertionsListener(AssertionsListener listener)
void removeAssertion(TestAssertion assertion)
Assertable.AssertionStatus getAssertionStatus()
String getAssertableContentAsXml()
String getAssertableContent()
String getDefaultAssertableContent()
TestAssertionRegistry.AssertableType getAssertableType()
List<TestAssertion> getAssertionList()
TestAssertion getAssertionByName(String name)
ModelItem getModelItem()
TestStep getTestStep()
Interface getInterface()
TestAssertion cloneAssertion(TestAssertion source, String name)
Map<String,TestAssertion> getAssertions()
TestAssertion moveAssertion(int ix, int offset)
Copyright © 2019. All Rights Reserved.