Skip navigation links
Quarkus - Test Framework - JUnit 5 1.13.6.Final
A B C D E F G H I M N P Q R S T X 

A

accept(Object, BuildResult) - Method in class io.quarkus.test.junit.NativeDevServicesDatasourceHandler
 
afterAll(ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
afterConstruct(Object) - Method in interface io.quarkus.test.junit.callback.QuarkusTestAfterConstructCallback
 
afterEach(QuarkusTestMethodContext) - Method in interface io.quarkus.test.junit.callback.QuarkusTestAfterEachCallback
 
afterEach(ExtensionContext) - Method in class io.quarkus.test.junit.NativeTestExtension
 
afterEach(ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusIntegrationTestExtension
 
afterEach(ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
apply(Map<String, Object>) - Method in class io.quarkus.test.junit.QuarkusTestExtension.TestBuildChainFunction
 

B

beforeAll(Object) - Method in interface io.quarkus.test.junit.callback.QuarkusTestBeforeAllCallback
Deprecated.
 
beforeAll(ExtensionContext) - Method in class io.quarkus.test.junit.NativeTestExtension
 
beforeAll(ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusIntegrationTestExtension
 
beforeAll(ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
beforeClass(Class<?>) - Method in interface io.quarkus.test.junit.callback.QuarkusTestBeforeClassCallback
 
beforeEach(QuarkusTestMethodContext) - Method in interface io.quarkus.test.junit.callback.QuarkusTestBeforeEachCallback
 
beforeEach(ExtensionContext) - Method in class io.quarkus.test.junit.NativeTestExtension
 
beforeEach(ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusIntegrationTestExtension
 
beforeEach(ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 

C

clone(Object) - Method in interface io.quarkus.test.junit.internal.DeepClone
 
clone(Object) - Method in class io.quarkus.test.junit.internal.XStreamDeepClone
 
close() - Method in class io.quarkus.test.junit.IntegrationTestExtensionState
 
close() - Method in class io.quarkus.test.junit.QuarkusTestExtension.ExtensionState
 

D

DeepClone - Interface in io.quarkus.test.junit.internal
Strategy to deep clone an object Used in order to clone an object loaded from one ClassLoader into another
determineTestProfileAndProperties(Class<? extends QuarkusTestProfile>, Map<String, String>) - Static method in class io.quarkus.test.junit.IntegrationTestUtil
 
disableApplicationLifecycleObservers() - Method in interface io.quarkus.test.junit.QuarkusTestProfile
If this method returns true then all StartupEvent and ShutdownEvent observers declared on application beans should be disabled.
DisabledOnIntegrationTest - Annotation Type in io.quarkus.test.junit
@DisabledOnIntegrationTest is used to signal that the annotated test class or test method should not be executed for as part of a QuarkusIntegrationTest.
DisabledOnIntegrationTestCondition - Class in io.quarkus.test.junit
 
DisabledOnIntegrationTestCondition() - Constructor for class io.quarkus.test.junit.DisabledOnIntegrationTestCondition
 
DisabledOnNativeImage - Annotation Type in io.quarkus.test.junit
@DisabledOnNativeImage is used to signal that the annotated test class or test method for native images is currently disabled and should not be executed.
DisabledOnNativeImageCondition - Class in io.quarkus.test.junit
 
DisabledOnNativeImageCondition() - Constructor for class io.quarkus.test.junit.DisabledOnNativeImageCondition
 
disableGlobalTestResources() - Method in interface io.quarkus.test.junit.QuarkusTestProfile
If this is returns true then only the test resources returned from QuarkusTestProfile.testResources() will be started, global annotated test resources will be ignored.
doProcessTestInstance(Object, ExtensionContext) - Static method in class io.quarkus.test.junit.IntegrationTestUtil
 
DotNames - Class in io.quarkus.test.junit
 

E

ensureNoInjectAnnotationIsUsed(Class<?>) - Static method in class io.quarkus.test.junit.IntegrationTestUtil
 
evaluateExecutionCondition(ExtensionContext) - Method in class io.quarkus.test.junit.DisabledOnIntegrationTestCondition
Containers/tests are disabled if @DisabledOnIntegrationTest is present on the test class or method and we're running on a native image.
evaluateExecutionCondition(ExtensionContext) - Method in class io.quarkus.test.junit.DisabledOnNativeImageCondition
Containers/tests are disabled if @DisabledOnNativeImage is present on the test class or method and we're running on a native image.
evaluateExecutionCondition(ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
EXTEND_WITH - Static variable in class io.quarkus.test.junit.DotNames
 
ExtensionState(Closeable, Closeable) - Constructor for class io.quarkus.test.junit.QuarkusTestExtension.ExtensionState
 

F

findProfile(Class<?>) - Static method in class io.quarkus.test.junit.IntegrationTestUtil
 

G

getArgs() - Method in class io.quarkus.test.junit.QuarkusTestProfile.TestResourceEntry
 
getBuilder() - Method in class io.quarkus.test.junit.RunningAppConfigResolver
 
getClazz() - Method in class io.quarkus.test.junit.QuarkusTestProfile.TestResourceEntry
 
getConfig() - Method in class io.quarkus.test.junit.RunningAppConfigResolver
 
getConfig(ClassLoader) - Method in class io.quarkus.test.junit.RunningAppConfigResolver
 
getConfigOverrides() - Method in interface io.quarkus.test.junit.QuarkusTestProfile
Returns additional config to be applied to the test.
getConfigProfile() - Method in interface io.quarkus.test.junit.QuarkusTestProfile
Allows the default config profile to be overridden.
getEnabledAlternatives() - Method in interface io.quarkus.test.junit.QuarkusTestProfile
Returns enabled alternatives.
getEndpointPath(ExtensionContext, List<Function<Class<?>, String>>) - Static method in class io.quarkus.test.junit.QuarkusTestExtension
 
getSysPropsToRestore() - Static method in class io.quarkus.test.junit.IntegrationTestUtil
 
getTestInstance() - Method in class io.quarkus.test.junit.callback.QuarkusTestMethodContext
 
getTestMethod() - Method in class io.quarkus.test.junit.callback.QuarkusTestMethodContext
 
getTestResourceManager() - Method in class io.quarkus.test.junit.IntegrationTestExtensionState
 

H

handleDevDb(ExtensionContext) - Static method in class io.quarkus.test.junit.IntegrationTestUtil
 
hasPerTestResources(ExtensionContext) - Static method in class io.quarkus.test.junit.QuarkusTestExtension
 
hasPerTestResources(Class<?>) - Static method in class io.quarkus.test.junit.QuarkusTestExtension
 

I

installMock(T, T) - Static method in class io.quarkus.test.junit.MockSupport
 
installMockForInstance(T, T) - Static method in class io.quarkus.test.junit.QuarkusMock
Installs a mock for a CDI normal scoped bean
installMockForType(T, Class<? super T>, Annotation...) - Static method in class io.quarkus.test.junit.QuarkusMock
Installs a mock for a CDI normal scoped bean
IntegrationTestExtensionState - Class in io.quarkus.test.junit
 
IntegrationTestExtensionState(TestResourceManager, Closeable, Map<String, String>) - Constructor for class io.quarkus.test.junit.IntegrationTestExtensionState
 
IntegrationTestUtil - Class in io.quarkus.test.junit
 
interceptAfterAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
interceptAfterEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
interceptBeforeAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
interceptBeforeEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
interceptTestClassConstructor(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Constructor<T>>, ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
interceptTestFactoryMethod(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
interceptTestMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
interceptTestTemplateMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
 
io.quarkus.test.junit - package io.quarkus.test.junit
 
io.quarkus.test.junit.buildchain - package io.quarkus.test.junit.buildchain
 
io.quarkus.test.junit.callback - package io.quarkus.test.junit.callback
 
io.quarkus.test.junit.internal - package io.quarkus.test.junit.internal
 
isParallel() - Method in class io.quarkus.test.junit.QuarkusTestProfile.TestResourceEntry
 

M

MockSupport - Class in io.quarkus.test.junit
 
MockSupport() - Constructor for class io.quarkus.test.junit.MockSupport
 

N

NativeDevServicesDatasourceHandler - Class in io.quarkus.test.junit
 
NativeDevServicesDatasourceHandler() - Constructor for class io.quarkus.test.junit.NativeDevServicesDatasourceHandler
 
NativeImageTest - Annotation Type in io.quarkus.test.junit
Annotation that indicates that this test should be run using a native image, rather than in the JVM.
NativeTestExtension - Class in io.quarkus.test.junit
 
NativeTestExtension() - Constructor for class io.quarkus.test.junit.NativeTestExtension
 

P

popContext() - Static method in class io.quarkus.test.junit.MockSupport
 
postProcessTestInstance(Object, ExtensionContext) - Method in class io.quarkus.test.junit.NativeTestExtension
 
postProcessTestInstance(Object, ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusIntegrationTestExtension
 
produce(Index) - Method in interface io.quarkus.test.junit.buildchain.TestBuildChainCustomizerProducer
 
properties - Variable in class io.quarkus.test.junit.TestProfileAndProperties
 
pushContext() - Static method in class io.quarkus.test.junit.MockSupport
 

Q

QUARKUS_TEST_EXTENSION - Static variable in class io.quarkus.test.junit.DotNames
 
QUARKUS_TEST_HANG_DETECTION_TIMEOUT - Static variable in class io.quarkus.test.junit.QuarkusTestExtension
 
QuarkusIntegrationTest - Annotation Type in io.quarkus.test.junit
Annotation that indicates that this test should be run the result of the Quarkus build.
QuarkusIntegrationTestExtension - Class in io.quarkus.test.junit
 
QuarkusIntegrationTestExtension() - Constructor for class io.quarkus.test.junit.QuarkusIntegrationTestExtension
 
QuarkusMock - Class in io.quarkus.test.junit
Utility class that can be used to mock CDI normal scoped beans.
QuarkusMock() - Constructor for class io.quarkus.test.junit.QuarkusMock
 
QuarkusTest - Annotation Type in io.quarkus.test.junit
 
QuarkusTestAfterConstructCallback - Interface in io.quarkus.test.junit.callback
Implementations are called after JUnit constructs the test instance.
QuarkusTestAfterEachCallback - Interface in io.quarkus.test.junit.callback
Can be implemented by classes that shall be called after each test method in a @QuarkusTest.
QuarkusTestBeforeAllCallback - Interface in io.quarkus.test.junit.callback
Deprecated.
QuarkusTestBeforeClassCallback - Interface in io.quarkus.test.junit.callback
Can be implemented by classes that shall be called once for each @QuarkusTest class before any test methods are executed.
QuarkusTestBeforeEachCallback - Interface in io.quarkus.test.junit.callback
Can be implemented by classes that shall be called before each test method in a @QuarkusTest.
QuarkusTestExtension - Class in io.quarkus.test.junit
 
QuarkusTestExtension() - Constructor for class io.quarkus.test.junit.QuarkusTestExtension
 
QuarkusTestExtension.ExtensionState - Class in io.quarkus.test.junit
 
QuarkusTestExtension.TestBuildChainFunction - Class in io.quarkus.test.junit
 
QuarkusTestMethodContext - Class in io.quarkus.test.junit.callback
QuarkusTestMethodContext(Object, Method) - Constructor for class io.quarkus.test.junit.callback.QuarkusTestMethodContext
 
QuarkusTestProfile - Interface in io.quarkus.test.junit
Defines a 'test profile'.
QuarkusTestProfile.TestResourceEntry - Class in io.quarkus.test.junit
 

R

REGISTER_EXTENSION - Static variable in class io.quarkus.test.junit.DotNames
 
registerConfig(Config, ClassLoader) - Method in class io.quarkus.test.junit.RunningAppConfigResolver
 
releaseConfig(Config) - Method in class io.quarkus.test.junit.RunningAppConfigResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
We don't actually have to resolve the parameter (thus the default values in the implementation) since the class instance that is passed to JUnit isn't really used.
RunningAppConfigResolver - Class in io.quarkus.test.junit
 
RunningAppConfigResolver(RunningQuarkusApplication) - Constructor for class io.quarkus.test.junit.RunningAppConfigResolver
 

S

startLauncher(ArtifactLauncher, Map<String, String>, Runnable) - Static method in class io.quarkus.test.junit.IntegrationTestUtil
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class io.quarkus.test.junit.QuarkusTestExtension
Return true if we need a parameter for constructor injection

T

tags() - Method in interface io.quarkus.test.junit.QuarkusTestProfile
The tags this profile is associated with.
TEST_CLASS - Static variable in class io.quarkus.test.junit.QuarkusTestExtension
 
TEST_LOCATION - Static variable in class io.quarkus.test.junit.QuarkusTestExtension
 
TestBuildChainCustomizerProducer - Interface in io.quarkus.test.junit.buildchain
Implementation of this class have the ability to add build items
TestBuildChainFunction() - Constructor for class io.quarkus.test.junit.QuarkusTestExtension.TestBuildChainFunction
 
TestProfile - Annotation Type in io.quarkus.test.junit
Defines a 'test profile'.
testProfile - Variable in class io.quarkus.test.junit.TestProfileAndProperties
 
TestProfileAndProperties - Class in io.quarkus.test.junit
 
TestProfileAndProperties(QuarkusTestProfile, Map<String, String>) - Constructor for class io.quarkus.test.junit.TestProfileAndProperties
 
TestResourceEntry(Class<? extends QuarkusTestResourceLifecycleManager>) - Constructor for class io.quarkus.test.junit.QuarkusTestProfile.TestResourceEntry
 
TestResourceEntry(Class<? extends QuarkusTestResourceLifecycleManager>, Map<String, String>) - Constructor for class io.quarkus.test.junit.QuarkusTestProfile.TestResourceEntry
 
TestResourceEntry(Class<? extends QuarkusTestResourceLifecycleManager>, Map<String, String>, boolean) - Constructor for class io.quarkus.test.junit.QuarkusTestProfile.TestResourceEntry
 
testResources() - Method in interface io.quarkus.test.junit.QuarkusTestProfile
QuarkusTestResourceLifecycleManager classes (along with their init params) to be used from this specific test profile

X

XStreamDeepClone - Class in io.quarkus.test.junit.internal
Super simple cloning strategy that just serializes to XML and deserializes it using xstream
XStreamDeepClone(ClassLoader) - Constructor for class io.quarkus.test.junit.internal.XStreamDeepClone
 
A B C D E F G H I M N P Q R S T X 
Skip navigation links
Quarkus - Test Framework - JUnit 5 1.13.6.Final

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