| Interface | Description |
|---|---|
| NativeImageStartedNotifier |
Interface than can be implemented to notify the test infrastructure that the native image has started for
non HTTP based tests.
|
| QuarkusTestResourceConfigurableLifecycleManager<ConfigAnnotation extends Annotation> | |
| QuarkusTestResourceLifecycleManager |
Manage the lifecycle of a test resource, for instance a H2 test server.
|
| Class | Description |
|---|---|
| DefineClassVisibleClassLoader |
A wrapper around ClassLoader whose only purpose is to expose defineClass
This is needed in order to easily inject classes into the classloader
without having to resort to tricks (that don't work that well on new JDKs)
|
| NativeImageLauncher | |
| PathTestHelper |
Maps between builder test and application class directories.
|
| PropertyTestUtil | |
| QuarkusTestResourceLifecycleManagerComparator | |
| RestAssuredURLManager |
Utility class that sets the rest assured port to the default test port and meaningful timeouts.
|
| TestClassIndexer | |
| TestInstantiator | |
| TestResourceManager | |
| TestResourceManager.TestResourceClassEntry | |
| TestScopeManager |
| Annotation Type | Description |
|---|---|
| QuarkusTestResource |
Used to define a test resource.
|
| QuarkusTestResource.List | |
| ResourceArg |
Uses to define arguments of for
QuarkusTestResource
see QuarkusTestResource.initArgs() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.