Skip navigation links
Quarkus - Test framework - Common 0.26.1
A C G I M N O P Q R S T U 

A

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

C

clearURL() - Method in class io.quarkus.test.common.RestAssuredURLManager
 
close() - Method in class io.quarkus.test.common.NativeImageLauncher
 
compare(QuarkusTestResourceLifecycleManager, QuarkusTestResourceLifecycleManager) - Method in class io.quarkus.test.common.QuarkusTestResourceLifecycleManagerComparator
 

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.
getLogFileLocation() - Static method in class io.quarkus.test.common.PropertyTestUtil
 
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
 
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
 

I

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<?>) - 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) - 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, 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

RestAssuredURLManager - Class in io.quarkus.test.common
Utility class that sets the rest assured port to the default test port.
RestAssuredURLManager(boolean) - Constructor for class io.quarkus.test.common.RestAssuredURLManager
 

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() - 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.
stop() - Method in class io.quarkus.test.common.TestResourceManager
 
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
 
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
 

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
 
A C G I M N O P Q R S T U 
Skip navigation links
Quarkus - Test framework - Common 0.26.1

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