| Package | Description |
|---|---|
| de.retest.ui | |
| de.retest.ui.descriptors | |
| de.retest.ui.review |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
DefaultValueFinder.getDefaultValue(IdentifyingAttributes comp,
String attributesKey)
Returns a default value for the give StateAttributes (font, text color, background color, ...).
|
| 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) |
protected List<Element> |
Element.createNewComponentList(ActionChangeSet actionChangeSet,
IdentifyingAttributes newIdentAttributes) |
String |
RetestIdProvider.getRetestId(IdentifyingAttributes identifyingAttributes)
Get a retest ID for the given identifying attributes.
|
String |
DefaultRetestIdProvider.getRetestId(IdentifyingAttributes identifyingAttributes) |
IdentifyingAttributes |
IdentifyingAttributesAdapter.marshal(IdentifyingAttributes identifyingAttributes) |
double |
IdentifyingAttributes.match(IdentifyingAttributes other) |
IdentifyingAttributes |
IdentifyingAttributesAdapter.unmarshal(IdentifyingAttributes identifyingAttributes) |
| Constructor and Description |
|---|
Element(String retestId,
IdentifyingAttributes identifyingAttributes,
Attributes attributes) |
Element(String retestId,
IdentifyingAttributes identifyingAttributes,
Attributes attributes,
Element... containedComponents) |
Element(String retestId,
IdentifyingAttributes identifyingAttributes,
Attributes attributes,
List<Element> containedComponents) |
Element(String retestId,
IdentifyingAttributes identifyingAttributes,
Attributes attributes,
List<Element> containedComponents,
Screenshot screenshot) |
Element(String retestId,
IdentifyingAttributes identifyingAttributes,
Attributes attributes,
Screenshot screenshot) |
RootElement(String retestId,
IdentifyingAttributes identifyingAttributes,
Attributes attributes,
Screenshot screenshot,
List<Element> containedComponents,
String screen,
int screenId,
String title) |
| 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) |
Copyright © 2018 ReTest GmbH. All rights reserved.