Interface | Description |
---|---|
ExpectedFailing |
Marker interface for tests which are expected to fail
|
ExpectedFailingBecauseOfSmallRyeMicroprofileOpenApi11 |
Marker interface for tests which are expected to fail because of SmallRye
MicroProfile OpenAPI implementation issues, see:
- https://github.com/smallrye/smallrye-open-api/issues/290 - https://github.com/smallrye/smallrye-open-api/issues/248 and related fix: https://github.com/smallrye/smallrye-open-api/pull/251 (there could be more issues/fixes about quite the same annotation scanning topics, though) |
ExpectedFailingOnWildFly18 |
Marker interface for tests which are expected to fail on WildFly 18.0.0.Final
|
ExpectedFailingWithStandaloneMicroprofileConfiguration |
Marker interface for tests which are expected to fail when WildFly is using
standalone-microprofile.xml configuration files.
|
NotForBootableJar |
Marker interface for tests which are expected to fail with bootable jar.
|
NotForForwardCompatibility |
Marker interface for test which are not used for forward compatibility testing.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.