]
Karel Piwko commented on ARQ-1741:
----------------------------------
I don't think so. It would just be nice to indicate that via API signature so people
might react to it.
Injector might throw unchecked TypeNotPresentException
------------------------------------------------------
Key: ARQ-1741
URL:
https://issues.jboss.org/browse/ARQ-1741
Project: Arquillian
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Base Implementation
Affects Versions: 1.1.4.Final
Reporter: Karel Piwko
Priority: Minor
*When*:
I call Injector.get().inject()
*And*:
Service to be injected is not on classpath
*Then*:
Arquillian throws TypeNotPresentException. This is fine, however it should be in API so
when looking into code this is more obvious.