A C D E G H I J L M N O P Q R S T U V W 
All Classes All Packages

A

addSystemProperties(Map<String, String>) - Method in interface io.quarkus.test.common.ArtifactLauncher
 
addSystemProperties(Map<String, String>) - Method in class io.quarkus.test.common.DockerContainerLauncher
 
addSystemProperties(Map<String, String>) - Method in class io.quarkus.test.common.JarLauncher
 
addSystemProperties(Map<String, String>) - Method in class io.quarkus.test.common.NativeImageLauncher
 
ArtifactLauncher - Interface in io.quarkus.test.common
 

C

clearGroovyCache() - Static method in class io.quarkus.test.common.GroovyCacheCleaner
 
clearURL() - Static method in class io.quarkus.test.common.RestAssuredURLManager
 
close() - Method in class io.quarkus.test.common.DockerContainerLauncher
 
close() - Method in class io.quarkus.test.common.JarLauncher
 
close() - Method in class io.quarkus.test.common.NativeImageLauncher
 
close() - Method in class io.quarkus.test.common.TestResourceManager
 
CLOSEABLE_NAME - Static variable in class io.quarkus.test.common.TestResourceManager
 
compare(QuarkusTestResourceLifecycleManager, QuarkusTestResourceLifecycleManager) - Method in class io.quarkus.test.common.QuarkusTestResourceLifecycleManagerComparator
 

D

DefineClassVisibleClassLoader - Class in io.quarkus.test.common
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)
DefineClassVisibleClassLoader(ClassLoader) - Constructor for class io.quarkus.test.common.DefineClassVisibleClassLoader
 
DockerContainerLauncher - Class in io.quarkus.test.common
 
DockerContainerLauncher(String, boolean) - Constructor for class io.quarkus.test.common.DockerContainerLauncher
 

E

entries - Static variable in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider
 
equals(Object) - Method in class io.quarkus.test.common.TestResourceManager.TestResourceClassEntry
 

G

getAppClassLocation(Class<?>) - Static method in class io.quarkus.test.common.PathTestHelper
Resolves the directory or the JAR file containing the application being tested by the test class.
getAppClassLocationForTestLocation(String) - Static method in class io.quarkus.test.common.PathTestHelper
Resolves the directory or the JAR file containing the application being tested by a test from the given location.
getConfigProperties() - Method in class io.quarkus.test.common.TestResourceManager
 
getConfigSources(ClassLoader) - Method in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider
 
getLogFileLocation() - Static method in class io.quarkus.test.common.PropertyTestUtil
 
getLogFilePath() - Static method in class io.quarkus.test.common.PropertyTestUtil
 
getName() - Method in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider.TestURLConfigSource
 
getOrdinal() - Method in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider.TestURLConfigSource
 
getPort() - Method in class io.quarkus.test.common.ListeningAddress
 
getProperties() - Method in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider.TestURLConfigSource
 
getPropertyNames() - Method in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider.TestURLConfigSource
 
getProtocol() - Method in class io.quarkus.test.common.ListeningAddress
 
getProvidedType() - Method in class io.quarkus.test.common.http.StringTestHTTPResourceProvider
 
getProvidedType() - Method in interface io.quarkus.test.common.http.TestHTTPResourceProvider
 
getProvidedType() - Method in class io.quarkus.test.common.http.URITestHTTPResourceProvider
 
getProvidedType() - Method in class io.quarkus.test.common.http.URLTestHTTPResourceProvider
 
getResourcesForClassesDirOrNull(Path, String) - Static method in class io.quarkus.test.common.PathTestHelper
Returns the resources directory that compliments the classes directory.
getSslUri() - Static method in class io.quarkus.test.common.http.TestHTTPResourceManager
 
getSslUri(RunningQuarkusApplication) - Static method in class io.quarkus.test.common.http.TestHTTPResourceManager
 
getTestClassesLocation(Class<?>) - Static method in class io.quarkus.test.common.PathTestHelper
Resolves the directory or the JAR file containing the test class.
getUri() - Static method in class io.quarkus.test.common.http.TestHTTPResourceManager
 
getUri(RunningQuarkusApplication) - Static method in class io.quarkus.test.common.http.TestHTTPResourceManager
 
getValue(String) - Method in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider.TestURLConfigSource
 
GroovyCacheCleaner - Class in io.quarkus.test.common
Groovy maintains a cache that causes memory leaks We need to manually clear it if present
GroovyCacheCleaner() - Constructor for class io.quarkus.test.common.GroovyCacheCleaner
 

H

hashCode() - Method in class io.quarkus.test.common.TestResourceManager.TestResourceClassEntry
 
hasPerTestResources() - Method in class io.quarkus.test.common.TestResourceManager
 

I

indexTestClasses(Class<?>) - Static method in class io.quarkus.test.common.TestClassIndexer
 
init() - Method in class io.quarkus.test.common.TestResourceManager
 
init(ConfigAnnotation) - Method in interface io.quarkus.test.common.QuarkusTestResourceConfigurableLifecycleManager
 
init(Map<String, String>) - Method in interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
Arguments passed to the lifecycle manager before it starts These arguments are taken from QuarkusTestResource#initArgs() The args is never null
initArgs() - Method in annotation type io.quarkus.test.common.QuarkusTestResource
 
inject(Object) - Static method in class io.quarkus.test.common.http.TestHTTPResourceManager
 
inject(Object) - Method in interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
Allow each resource to provide custom injection of fields of the test class
inject(Object) - Method in class io.quarkus.test.common.TestResourceManager
 
inject(Object, List<Function<Class<?>, String>>) - Static method in class io.quarkus.test.common.http.TestHTTPResourceManager
 
installAndGetSomeConfig() - Static method in class io.quarkus.test.common.LauncherUtil
 
instantiateTest(Class<?>, ClassLoader) - Static method in class io.quarkus.test.common.TestInstantiator
 
io.quarkus.test - package io.quarkus.test
 
io.quarkus.test.common - package io.quarkus.test.common
 
io.quarkus.test.common.http - package io.quarkus.test.common.http
 
isNativeImageStarted() - Method in interface io.quarkus.test.common.NativeImageStartedNotifier
 
isParallel() - Method in class io.quarkus.test.common.TestResourceManager.TestResourceClassEntry
 
isSsl() - Method in class io.quarkus.test.common.ListeningAddress
 
isTestClass(String, ClassLoader, Path) - Static method in class io.quarkus.test.common.PathTestHelper
 

J

JarLauncher - Class in io.quarkus.test.common
 
JarLauncher(Path) - Constructor for class io.quarkus.test.common.JarLauncher
 
JarLauncher(Path, int, int, long, String, String) - Constructor for class io.quarkus.test.common.JarLauncher
 

L

LauncherUtil - Class in io.quarkus.test.common
 
launchProcess(List<String>) - Static method in class io.quarkus.test.common.LauncherUtil
Launches a process using the supplied arguments and makes sure the process's output is drained to standard out
ListeningAddress - Class in io.quarkus.test.common
 
ListeningAddress(Integer, String) - Constructor for class io.quarkus.test.common.ListeningAddress
 
listensOnSsl() - Method in interface io.quarkus.test.common.ArtifactLauncher
 
listensOnSsl() - Method in class io.quarkus.test.common.DockerContainerLauncher
 
listensOnSsl() - Method in class io.quarkus.test.common.JarLauncher
 
listensOnSsl() - Method in class io.quarkus.test.common.NativeImageLauncher
 

M

Mock - Annotation Type in io.quarkus.test
The built-in stereotype intended for use with mock beans injected in tests.

N

name() - Method in annotation type io.quarkus.test.common.ResourceArg
 
NativeImageLauncher - Class in io.quarkus.test.common
 
NativeImageLauncher(Class<?>) - Constructor for class io.quarkus.test.common.NativeImageLauncher
 
NativeImageLauncher(Class<?>, int, int, long, String) - Constructor for class io.quarkus.test.common.NativeImageLauncher
 
NativeImageStartedNotifier - Interface in io.quarkus.test.common
Interface than can be implemented to notify the test infrastructure that the native image has started for non HTTP based tests.

O

order() - Method in interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
If multiple Test Resources are specified, this control the order of which they will be executed.

P

parallel() - Method in annotation type io.quarkus.test.common.QuarkusTestResource
Whether this test resource is to be started in parallel (concurrently) along with others also marked as parallel
PathTestHelper - Class in io.quarkus.test.common
Maps between builder test and application class directories.
PropertyTestUtil - Class in io.quarkus.test.common
 
PropertyTestUtil() - Constructor for class io.quarkus.test.common.PropertyTestUtil
 
provide(URI, Field) - Method in class io.quarkus.test.common.http.StringTestHTTPResourceProvider
 
provide(URI, Field) - Method in interface io.quarkus.test.common.http.TestHTTPResourceProvider
Create the resource to be injected into the field.
provide(URI, Field) - Method in class io.quarkus.test.common.http.URITestHTTPResourceProvider
 
provide(URI, Field) - Method in class io.quarkus.test.common.http.URLTestHTTPResourceProvider
 

Q

QuarkusTestResource - Annotation Type in io.quarkus.test.common
Used to define a test resource.
QuarkusTestResource.List - Annotation Type in io.quarkus.test.common
 
QuarkusTestResourceConfigurableLifecycleManager<ConfigAnnotation extends Annotation> - Interface in io.quarkus.test.common
 
QuarkusTestResourceLifecycleManager - Interface in io.quarkus.test.common
Manage the lifecycle of a test resource, for instance a H2 test server.
QuarkusTestResourceLifecycleManagerComparator - Class in io.quarkus.test.common
 
QuarkusTestResourceLifecycleManagerComparator() - Constructor for class io.quarkus.test.common.QuarkusTestResourceLifecycleManagerComparator
 

R

readIndex(Class<?>) - Static method in class io.quarkus.test.common.TestClassIndexer
 
removeIndex(Class<?>) - Static method in class io.quarkus.test.common.TestClassIndexer
 
ResourceArg - Annotation Type in io.quarkus.test.common
Uses to define arguments of for QuarkusTestResource see QuarkusTestResource.initArgs()
RestAssuredURLManager - Class in io.quarkus.test.common
Utility class that sets the rest assured port to the default test port and meaningful timeouts.
restrictToAnnotatedClass() - Method in annotation type io.quarkus.test.common.QuarkusTestResource
Whether this annotation should only be enabled if it is placed on the currently running test class or test profile.

S

setLogFileProperty() - Static method in class io.quarkus.test.common.PropertyTestUtil
 
setLogFileProperty(String) - Static method in class io.quarkus.test.common.PropertyTestUtil
 
setup(boolean) - Static method in class io.quarkus.test.common.TestScopeManager
 
setURL(boolean) - Static method in class io.quarkus.test.common.RestAssuredURLManager
 
setURL(boolean, Integer) - Static method in class io.quarkus.test.common.RestAssuredURLManager
 
setURL(boolean, Integer, String) - Static method in class io.quarkus.test.common.RestAssuredURLManager
 
setURL(boolean, String) - Static method in class io.quarkus.test.common.RestAssuredURLManager
 
ssl() - Method in annotation type io.quarkus.test.common.http.TestHTTPResource
 
start() - Method in interface io.quarkus.test.common.ArtifactLauncher
 
start() - Method in class io.quarkus.test.common.DockerContainerLauncher
 
start() - Method in class io.quarkus.test.common.JarLauncher
 
start() - Method in class io.quarkus.test.common.NativeImageLauncher
 
start() - Method in interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
Start the test resource.
start() - Method in class io.quarkus.test.common.TestResourceManager
 
stop() - Method in interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
Stop the test resource.
StringTestHTTPResourceProvider - Class in io.quarkus.test.common.http
 
StringTestHTTPResourceProvider() - Constructor for class io.quarkus.test.common.http.StringTestHTTPResourceProvider
 

T

tearDown(boolean) - Static method in class io.quarkus.test.common.TestScopeManager
 
TEST_URL_KEY - Static variable in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider
 
TEST_URL_SSL_KEY - Static variable in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider
 
TEST_URL_SSL_VALUE - Static variable in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider
 
TEST_URL_VALUE - Static variable in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider
 
TestClassIndexer - Class in io.quarkus.test.common
 
TestHTTPConfigSourceProvider - Class in io.quarkus.test.common.http
 
TestHTTPConfigSourceProvider() - Constructor for class io.quarkus.test.common.http.TestHTTPConfigSourceProvider
 
TestHTTPConfigSourceProvider.TestURLConfigSource - Class in io.quarkus.test.common.http
 
TestHTTPEndpoint - Annotation Type in io.quarkus.test.common.http
Indicates that this test class or method is testing a specific endpoint.
TestHTTPResource - Annotation Type in io.quarkus.test.common.http
Indicates that a field should be injected with a resource that is pre-configured to use the correct test URL.
TestHTTPResourceManager - Class in io.quarkus.test.common.http
 
TestHTTPResourceManager() - Constructor for class io.quarkus.test.common.http.TestHTTPResourceManager
 
TestHTTPResourceProvider<T> - Interface in io.quarkus.test.common.http
 
TestInstantiator - Class in io.quarkus.test.common
 
TestInstantiator() - Constructor for class io.quarkus.test.common.TestInstantiator
 
TestResourceClassEntry(Class<? extends QuarkusTestResourceLifecycleManager>, Map<String, String>, Annotation, boolean) - Constructor for class io.quarkus.test.common.TestResourceManager.TestResourceClassEntry
 
TestResourceManager - Class in io.quarkus.test.common
 
TestResourceManager(Class<?>) - Constructor for class io.quarkus.test.common.TestResourceManager
 
TestResourceManager(Class<?>, Class<?>, List<TestResourceManager.TestResourceClassEntry>, boolean) - Constructor for class io.quarkus.test.common.TestResourceManager
 
TestResourceManager.TestResourceClassEntry - Class in io.quarkus.test.common
 
TestScopeManager - Class in io.quarkus.test.common
 
TestScopeManager() - Constructor for class io.quarkus.test.common.TestScopeManager
 
TestTransaction - Annotation Type in io.quarkus.test
Indicates that this method should be run in a rollback only transaction.
TestURLConfigSource() - Constructor for class io.quarkus.test.common.http.TestHTTPConfigSourceProvider.TestURLConfigSource
 

U

updateConfigForPort(Integer) - Static method in class io.quarkus.test.common.LauncherUtil
Updates the configuration necessary to make all test systems knowledgeable about the port on which the launched process is listening
URITestHTTPResourceProvider - Class in io.quarkus.test.common.http
 
URITestHTTPResourceProvider() - Constructor for class io.quarkus.test.common.http.URITestHTTPResourceProvider
 
URLTestHTTPResourceProvider - Class in io.quarkus.test.common.http
 
URLTestHTTPResourceProvider() - Constructor for class io.quarkus.test.common.http.URLTestHTTPResourceProvider
 

V

value() - Method in annotation type io.quarkus.test.common.http.TestHTTPEndpoint
The HTTP endpoint that is under test.
value() - Method in annotation type io.quarkus.test.common.http.TestHTTPResource
 
value() - Method in annotation type io.quarkus.test.common.QuarkusTestResource.List
 
value() - Method in annotation type io.quarkus.test.common.QuarkusTestResource
 
value() - Method in annotation type io.quarkus.test.common.ResourceArg
 
visibleDefineClass(String, byte[], int, int) - Method in class io.quarkus.test.common.DefineClassVisibleClassLoader
 

W

waitForCapturedListeningData(Process, Path, long) - Static method in class io.quarkus.test.common.LauncherUtil
Waits (for a maximum of {@param waitTimeSeconds} seconds) until the launched process indicates the address it is listening on.
writeIndex(Index, Class<?>) - Static method in class io.quarkus.test.common.TestClassIndexer
 
A C D E G H I J L M N O P Q R S T U V W 
All Classes All Packages