]
Bartosz Majsak updated ARQ-2143:
--------------------------------
Fix Version/s: 1.1.14.Final
Deployments that expect exceptions are not testable.
----------------------------------------------------
Key: ARQ-2143
URL:
https://issues.jboss.org/browse/ARQ-2143
Project: Arquillian
Issue Type: Bug
Reporter: John Ament
Fix For: 1.1.14.Final
Microprofile has some spec tests that rely on throwing exceptions on deployment.
https://github.com/eclipse/microprofile-jwt-auth/blob/master/tck/src/test...
is one such test (ignore that it doesn't extend Arquillian).
The problem is that its not the code in the package that generates the exception, but
classes added via an ArchiveProcessor, e.g. a CDI extension, that will generate the
exception.
I'm not sure the reasoning behind this behavior, but I don't see why
{{ShouldThrowException}} implies that an archive is not testable. Can this behavior be
changed?