[
https://issues.jboss.org/browse/ARQ-1792?page=com.atlassian.jira.plugin.s...
]
Aslak Knutsen commented on ARQ-1792:
------------------------------------
Nice idea, but to my knowledge, default interface methods still need an instance of the
Object to call it. The reason it's currently static is because we're creating the
Deployment before we have a Instance of the TestClass available.
allow deployment with default interfaces instead of static methods
------------------------------------------------------------------
Key: ARQ-1792
URL:
https://issues.jboss.org/browse/ARQ-1792
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Caleb Cushing
I'd like to be able to do an
{code:java}
@Deployment
default Archive createDeployment() { ... }
{code}
and then just apply the interface to my test class
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)