| Package | Description |
|---|---|
| de.retest.ui | |
| de.retest.ui.descriptors | |
| de.retest.ui.descriptors.idproviders | |
| de.retest.ui.review | |
| de.retest.util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultValueFinder.isDefaultValue(IdentifyingAttributes identifyingAttributes,
String attributeKey,
Serializable attributeValue)
Checks if the combination of
identifyingAttributes, attributeKey, and attributeValue
represents a default value. |
| Modifier and Type | Field and Description |
|---|---|
protected IdentifyingAttributes |
Element.identifyingAttributes |
| Modifier and Type | Method and Description |
|---|---|
IdentifyingAttributes |
IdentifyingAttributes.applyChanges(Set<AttributeDifference> attributeChanges) |
static IdentifyingAttributes |
IdentifyingAttributes.create(Path path,
Class<?> type) |
static IdentifyingAttributes |
IdentifyingAttributes.create(Path path,
String type) |
IdentifyingAttributes |
Element.getIdentifyingAttributes() |
IdentifyingAttributes |
IdentifyingAttributesAdapter.marshal(IdentifyingAttributes identifyingAttributes) |
protected IdentifyingAttributes |
IdentifyingAttributes.newInstance(Collection<Attribute> attributes) |
IdentifyingAttributes |
IdentifyingAttributesAdapter.unmarshal(IdentifyingAttributes identifyingAttributes) |
| Modifier and Type | Method and Description |
|---|---|
int |
IdentifyingAttributes.compareTo(IdentifyingAttributes other) |
static Element |
Element.create(String retestId,
Element parent,
IdentifyingAttributes identifyingAttributes,
Attributes attributes) |
static Element |
Element.create(String retestId,
Element parent,
IdentifyingAttributes identifyingAttributes,
Attributes attributes,
Screenshot screenshot) |
protected List<Element> |
Element.createNewElementList(ActionChangeSet actionChangeSet,
IdentifyingAttributes newIdentAttributes) |
IdentifyingAttributes |
IdentifyingAttributesAdapter.marshal(IdentifyingAttributes identifyingAttributes) |
double |
IdentifyingAttributes.match(IdentifyingAttributes other) |
IdentifyingAttributes |
IdentifyingAttributesAdapter.unmarshal(IdentifyingAttributes identifyingAttributes) |
| Constructor and Description |
|---|
RootElement(String retestId,
IdentifyingAttributes identifyingAttributes,
Attributes attributes,
Screenshot screenshot,
String screen,
int screenId,
String title) |
| Modifier and Type | Method and Description |
|---|---|
String |
RetestIdProvider.getRetestId(IdentifyingAttributes identifyingAttributes)
Get a retest ID for the given identifying attributes.
|
String |
DefaultRetestIdProvider.getRetestId(IdentifyingAttributes identifyingAttributes) |
String |
ConsistentRetestIdProvider.getRetestId(IdentifyingAttributes identifyingAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Set<IdentifyingAttributes> |
ActionChangeSet.getDeletedChanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeChanges.add(IdentifyingAttributes identifyingAttributes,
AttributeDifference attributeDifference) |
void |
AttributeChanges.addAll(IdentifyingAttributes identifyingAttributes,
List<AttributeDifference> attributes) |
void |
ActionChangeSet.addDeletedChange(IdentifyingAttributes identifyingAttributes) |
boolean |
AttributeChanges.contains(IdentifyingAttributes identifyingAttributes,
AttributeDifference attributeDifference) |
boolean |
ActionChangeSet.containsDeletedChange(IdentifyingAttributes identifyingAttributes) |
Set<AttributeDifference> |
AttributeChanges.getAll(IdentifyingAttributes identifyingAttributes) |
void |
AttributeChanges.remove(IdentifyingAttributes identifyingAttributes,
AttributeDifference attributeDifference) |
void |
ActionChangeSet.removeDeletedChange(IdentifyingAttributes identifyingAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RetestIdUtil.validate(String retestId,
IdentifyingAttributes identifyingAttributes) |
Copyright © 2019 ReTest GmbH. All rights reserved.