Skip navigation links
Quarkus - Test Framework - Common 1.5.1.Final
A C D E G I M N O P Q R S T U V W 

A

addSystemProperties(Map<String, String>) - Method in class io.quarkus.test.common.NativeImageLauncher
 

C

clearURL() - Static method in class io.quarkus.test.common.RestAssuredURLManager
 
close() - Method in class io.quarkus.test.common.NativeImageLauncher
 
close() - Method 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
 

E

entries - Static variable in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider
 

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.
getConfigSources(ClassLoader) - Method in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider
 
getLogFileLocation() - 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
 
getProperties() - Method in class io.quarkus.test.common.http.TestHTTPConfigSourceProvider.TestURLConfigSource
 
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
 

I

indexTestClasses(Class<?>) - Static method in class io.quarkus.test.common.TestClassIndexer
 
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
init() - Method in class io.quarkus.test.common.TestResourceManager
 
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) - Static method in class io.quarkus.test.common.TestInjectionManager
 
inject(Object) - Method in class io.quarkus.test.common.TestResourceManager
 
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
 
isTestClass(String, ClassLoader, Path) - Static method in class io.quarkus.test.common.PathTestHelper
 

M

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

N

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

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
 
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
 
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.

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
 
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
 
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
 
TestInjectionManager - Class in io.quarkus.test.common
 
TestInjectionManager() - Constructor for class io.quarkus.test.common.TestInjectionManager
 
TestInstantiator - Class in io.quarkus.test.common
 
TestInstantiator() - Constructor for class io.quarkus.test.common.TestInstantiator
 
TestResourceManager - Class in io.quarkus.test.common
 
TestResourceManager(Class<?>) - Constructor for class io.quarkus.test.common.TestResourceManager
 
TestScopeManager - Class in io.quarkus.test.common
 
TestScopeManager() - Constructor for class io.quarkus.test.common.TestScopeManager
 
TestURLConfigSource() - Constructor for class io.quarkus.test.common.http.TestHTTPConfigSourceProvider.TestURLConfigSource
 

U

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

visibleDefineClass(String, byte[], int, int) - Method in class io.quarkus.test.common.DefineClassVisibleClassLoader
 

W

writeIndex(Index, Class<?>) - Static method in class io.quarkus.test.common.TestClassIndexer
 
A C D E G I M N O P Q R S T U V W 
Skip navigation links
Quarkus - Test Framework - Common 1.5.1.Final

Copyright © 2020 JBoss by Red Hat. All rights reserved.