All Classes and Interfaces
Class
Description
Activates the session context before the intercepted method is called, and terminates the context when the method invocation
completes (regardless of any exceptions being thrown).
Provides utility methods for obtaining annotations on test classes.
Interface that can be used to get properties from DevServices for
QuarkusTest and QuarkusIntegrationTest
based tests.Interface that can be implemented to allow automatic injection of the context.
ClassValue are used in Groovy which causes memory leaks if not properly cleaned, but unfortunately, they are
very complex to clean up, especially the ClassValue corresponding to system classes that must be cleaned too
to avoid memory leaks moreover if not cleaned wisely errors of type MissingMethodException can be thrown, so
we had better to simply disable them by setting the System property groovy.use.classvalue to false
see GROOVY-7591 for more details.Instructs the test engine to inject a mock instance of a bean into the annotated field or parameter.
Interface than can be implemented to notify the test infrastructure that the produced artifact has started for
non HTTP based
@QuarkusIntegrationTests.If an implementation of this class is found using the ServiceLoader mechanism, then it is used.
The built-in stereotype intended for use with mock beans injected in tests.
Deprecated.
Maps between builder test and application class directories.
Used to define a test resource.
Manage the lifecycle of a test resource, for instance a H2 test server.
Provides methods to handle the common injection cases.
Returns
true if the field is annotated with the supplied annotation.Returns
true if the field is annotated with the supplied annotation and can also be assigned
to the supplied type.Returns
true if the field can be assigned to the supplied type.Used to indicate the type of the repeatable annotation
type annotated with a
QuarkusTestResource annotations.Used to define arguments for
QuarkusTestResource.Utility class that sets the rest assured port to the default test port and meaningful timeouts.
A launcher that simply sets the
quarkus.http.host property based on the value quarkus.http.test-host
in order to support the case of running integration tests against an already running application
using RestAssured without any chances.Override the expression expansion for test urls so they can be sanitized.
Indicates that this test class or method is testing a specific endpoint.
Indicates that a field should be injected with a resource that is pre-configured
to use the correct test URL.
An SPI that allows modules that integrate with
@QuarkusTest or @QuarkusUnitTest to alter the invocation of
the actual test
method.Indicates that this method should be run in a rollback only reactive transaction.
Contains all the metadata that is needed to handle the lifecycle and perform all the bookkeeping associated
with a Test Resource.
Defines how Quarkus behaves with regard to the application of the resource to this test and the testsuite in general
Indicates that this method should be run in a rollback only JTA transaction.
Used to define a test resource, which can affect various aspects of the application lifecycle.
Used to indicate the type of the repeatable annotation
type annotated with a
WithTestResource annotations.