arquillian.xml properties should be injectable in RouteURL annotation #996
Comments
We should look if this functionality of generic key-value config pairs is available in core so we can simply pass it to |
dipak-pawar
added a commit
to dipak-pawar/arquillian-cube
that referenced
this issue
Feb 28, 2018
dipak-pawar
added a commit
that referenced
this issue
Mar 1, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Overview
Expression resolver should be able to resolve this property defined in
arquillian.xml
if it's used to inject variable in test like@RouteUrl("{app.name}")
Expected Behaviour
Properties defined in
arquillian.xml
can be injected as@RouteUrl
propertyCurrent Behaviour
Not supported
The text was updated successfully, but these errors were encountered: