Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Use abstract representation for actions from retest-model instead of Selenium types #6

Closed
tdauth opened this issue Nov 12, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tdauth
Copy link
Contributor

tdauth commented Nov 12, 2018

The legacy code provided the interface Action and the abstract class AbstractAction which reimplemented equals and hashCode by comparing ActionIdentifyingAttributes. This is important when the action is used as key type for maps or in sets etc.

As long as there is no abstract representation, the legacy API could be used:

<dependency>
			<groupId>de.retest</groupId>
			<artifactId>retest</artifactId>
			<version>3.0.1</version>
			<exclusions>
				<exclusion>
					<groupId>com.google.guava</groupId>
					<artifactId>guava</artifactId>
				</exclusion>
			</exclusions>
</dependency>

See de.retest.ui.actions.AbstractAction.

@tdauth tdauth added the enhancement New feature or request label Nov 12, 2018
@tdauth tdauth self-assigned this Nov 12, 2018
@tdauth tdauth closed this as completed Dec 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant