TypedSelenium.keyDownNative and others take KeyEvent as parameter but this class does not return KeyEvent but integer values
----------------------------------------------------------------------------------------------------------------------------
Key: ARQAJO-66
URL: https://issues.jboss.org/browse/ARQAJO-66
Project: Arquillian Ajocado
Issue Type: Bug
Affects Versions: 1.0.0.Alpha2
Reporter: Juraj Huska
…
[View More]Assignee: Lukáš Fryč
TypedSelenium.keyDownNative and others take KeyEvent as parameter but this class does not return KeyEvent but integer values, should wrap whole KeyEvent to be type safe.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Aslak Knutsen created ARQ-813:
---------------------------------
Summary: Validate the defined Profiles in Arquillian Showcase
Key: ARQ-813
URL: https://issues.jboss.org/browse/ARQ-813
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples/Showcase
Reporter: Aslak Knutsen
The Arquillian Showcase is setup to use multiple different Containers using …
[View More]different Maven Profiles. Only the default(AS7) is currently automatically tested. We need to manually validate that all other profiles work as they should; that they build and pass tests.
If some TestClasses show specific feature of a given container, they need to be excluded from the other profiles to avoid failure.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Review usage of Shrinkwrap version definition
---------------------------------------------
Key: ARQAJO-104
URL: https://issues.jboss.org/browse/ARQAJO-104
Project: Arquillian Ajocado
Issue Type: Task
Components: build
Affects Versions: 1.0.0.CR2
Reporter: Lukáš Fryč
Assignee: Karel Piwko
Fix For: 1.0.0.Final
We have discussed it as redundant information use as workaround in the past.
…
[View More]Could you please review what's current state and if usage of SW version definition is needed anymore?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Lukáš Fryč created ARQAJO-123:
---------------------------------
Summary: Remove javassist dependency
Key: ARQAJO-123
URL: https://issues.jboss.org/browse/ARQAJO-123
Project: Arquillian Ajocado
Issue Type: Enhancement
Components: core
Affects Versions: 1.0.0.CR2
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 1.0.0.CR3
It seems this dependency is used only internally by …
[View More]{{WaitingProxy.create(...)}} method,
to enable dynamic configuration of {{Ajocado}} utility class with timeouts.
Removing this dependency will make Ajocado more lightweight.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Juraj Huska created ARQAJO-122:
----------------------------------
Summary: Class Point should override default equals and hashCode
Key: ARQAJO-122
URL: https://issues.jboss.org/browse/ARQAJO-122
Project: Arquillian Ajocado
Issue Type: Enhancement
Components: core
Affects Versions: 1.0.0.CR2
Reporter: Juraj Huska
Priority: Minor
org.jboss.arquillian.ajocado.geometry.Point should …
[View More]override default equals and hashCode, since now the following statement does not return what expected, that these two points should be equal:
{code}
Point point1 = new Point(20, 20);
Point point2 = new Point(20, 20);
point1.equals(point2);
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Lukáš Fryč created ARQAJO-121:
---------------------------------
Summary: Split arquillian-testng/junit to support -standalone and -container version
Key: ARQAJO-121
URL: https://issues.jboss.org/browse/ARQAJO-121
Project: Arquillian Ajocado
Issue Type: Enhancement
Components: integration
Affects Versions: 1.0.0.CR2
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 1.0.0.…
[View More]CR3
Now it's not possible to use ajocado with {{arquillian-junit-standalone}}.
In order to support it, {{arquillian-ajocado-junit}} should be renamed to {{arquillian-ajocado-junit-container}}
and new depchain {{arquillian-ajocado-junit-container}} should be created.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]