Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages

A

addAsset(Asset, String) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds an asset to the module library.
addClass(Class<?>) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds a class to the module to be generated.
addClasses(Class<?>...) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds the classes to the module to be generated.
addDependencies(String...) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds the dependencies for the module.xml file.
addDependencies(Collection<ModuleDependency>) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds the dependencies for the module.xml file.
addDependencies(ModuleDependency...) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds the dependencies for the module.xml file.
addDependency(String) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds a dependency for the module.xml file.
addDependency(ModuleDependency) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds a dependency for the module.xml file.
addExportFilter(String, boolean) - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Adds an export filter for the dependency.
addExportFilter(ModuleDependency.Filter) - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Adds an export filter for the dependency.
addExportFilters(Collection<ModuleDependency.Filter>) - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Adds the filters as export filters for the dependency.
addExportFilters(ModuleDependency.Filter...) - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Adds the filters as export filters for the dependency.
addImportFilter(String, boolean) - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Adds an import filter for the dependency.
addImportFilter(ModuleDependency.Filter) - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Adds an import filter for the dependency.
addImportFilters(Collection<ModuleDependency.Filter>) - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Adds the filters as import filters for the dependency.
addImportFilters(ModuleDependency.Filter...) - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Adds the filters as import filters for the dependency.
addJBossDeploymentStructure(T, Set<String>, Set<String>) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Adds a jboss-deployment-structure.xml file to a deployment with optional dependency additions or exclusions.
addManifestResource(Asset, String) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds a manifest resource, META-INF, inside the module JAR.
addModuleFilePermission(String...) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
This should only be used as a workaround for issues with API's where something like a ServiceLoader needs access to an implementation.
addPackage(Package) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds all the classes in the package to the generated module.
addPackage(String) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds all the classes in the package to the generated module.
addResource(JavaArchive) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds another resource root library to the module.
addResourcePath(String) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds a resource path to be added to the root resource.
addResourcePaths(String...) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds the resource paths to be added to the root resource.
addResourcePaths(Set<String>) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds the resource paths to be added to the root resource.
addResources(Collection<JavaArchive>) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds more resource root libraries to the module.
addResources(JavaArchive...) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Adds more resource root libraries to the module.
addServiceProvider(Class<?>, Class<?>...) - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Creates a META-INF/services file for the interface with the implementations provided.
afterAll(ExtensionContext) - Method in class org.wildfly.testing.junit.extension.WildFlyExtension
 
AnyOf - Annotation Interface in org.wildfly.testing.junit.annotation
Enables or disables tests based on the RequiresModule annotations in the value array.
appendPermissions(Asset, Iterable<? extends Permission>) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a new asset with the new permissions appended to the current permissions.
appendPermissions(Asset, Permission...) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a new asset with the new permissions appended to the current permissions.
archiveType() - Method in enum class org.wildfly.testing.junit.extension.annotation.GenerateDeployment.DeploymentType
The type of the archive.

B

beforeAll(ExtensionContext) - Method in class org.wildfly.testing.junit.extension.ServerResourceExtension
 
beforeAll(ExtensionContext) - Method in class org.wildfly.testing.junit.extension.WildFlyExtension
 
beforeEach(ExtensionContext) - Method in class org.wildfly.testing.junit.extension.ServerResourceExtension
 
build() - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Creates the module by: Creating the module directory based on the modules name Generating a JAR file for the resource Generating a module.xml file
build() - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Creates the module dependency.
builder(String) - Static method in class org.wildfly.testing.tools.module.ModuleDependency
Creates a new dependency builder.

C

canInject(ExtensionContext, Class<?>, Annotation...) - Method in interface org.wildfly.testing.junit.extension.api.ServerResourceProducer
Indicates the type can be produced from this producer.
canInject(ExtensionContext, Class<?>, Annotation...) - Method in class org.wildfly.testing.junit.extension.DeploymentManagerProducer
 
canInject(ExtensionContext, Class<?>, Annotation...) - Method in class org.wildfly.testing.junit.extension.ModelControllerClientProducer
 
canInject(ExtensionContext, Class<?>, Annotation...) - Method in class org.wildfly.testing.junit.extension.ServerManagerProducer
 
canInject(ExtensionContext, Class<?>, Annotation...) - Method in class org.wildfly.testing.junit.extension.UriProducer
 
close() - Method in class org.wildfly.testing.tools.module.ModuleDescription
Deletes the module files and directories.
CloseableXMLStreamWriter - Interface in org.wildfly.testing.tools.xml
A simple XMLStreamWriter which also implements AutoCloseable.
compareTo(ModuleDependency) - Method in class org.wildfly.testing.tools.module.ModuleDependency
 
compareTo(ModuleDescription) - Method in class org.wildfly.testing.tools.module.ModuleDescription
 
configuration(ExtensionContext) - Method in class org.wildfly.testing.junit.extension.api.DomainConfigurationFactory
Creates a domain configuration.
configuration(ExtensionContext) - Method in class org.wildfly.testing.junit.extension.api.StandaloneConfigurationFactory
Creates a standalone configuration.
Configuration Factories - Search tag in package org.wildfly.testing.junit.extension.api
Section
configure(DomainCommandBuilder) - Method in class org.wildfly.testing.junit.extension.api.DomainConfigurationFactory
Configure the DomainCommandBuilder and create the DomainConfiguration.
configure(StandaloneCommandBuilder) - Method in class org.wildfly.testing.junit.extension.api.StandaloneConfigurationFactory
Configure the StandaloneCommandBuilder and create the StandaloneConfiguration.
create() - Static method in class org.wildfly.testing.junit.extension.api.DomainConfigurationFactory
Creates a factory instance using the hybrid configuration approach.
create() - Static method in class org.wildfly.testing.junit.extension.api.StandaloneConfigurationFactory
Creates a factory instance using the hybrid configuration approach.
createAlias(String, String) - Static method in class org.wildfly.testing.tools.module.ModuleDescription
Creates a module-alias with the discovered module path.
createAlias(Path, String, String) - Static method in class org.wildfly.testing.tools.module.ModuleDescription
Creates a module alias based on the module path.
createJBossDeploymentStructure(Set<String>, Set<String>) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a jboss-deployment-structure.xml file with the optional dependency additions or exclusions.
createJBossDeploymentStructureAsset(Set<String>, Set<String>) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a jboss-deployment-structure.xml file with the optional dependency additions or exclusions.
createJBossWebContextRoot(String) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a jboss-web.xml with the context root provided.
createJBossWebSecurityDomain(String) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a jboss-web.xml with the security domain for the deployment.
createJBossWebXml(Map<String, String>) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a jboss-web.xml with simple attributes.
createJBossWebXmlAsset(Map<String, String>) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a jboss-web.xml with simple attributes.
createPermissionsXml(Iterable<? extends Permission>, Permission...) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a new asset with the given contents for a permissions.xml file.
createPermissionsXml(Permission...) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a new asset with the given contents for a permissions.xml file.
createPermissionsXmlAsset(Iterable<? extends Permission>) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a new asset with the given contents for a permissions.xml file.
createPermissionsXmlAsset(Iterable<? extends Permission>, Permission...) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a new asset with the given contents for a permissions.xml file.
createPermissionsXmlAsset(Permission...) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates a new asset with the given contents for a permissions.xml file.
createTempDirPermission(String) - Static method in class org.wildfly.testing.tools.deployment.DeploymentDescriptors
Creates the permissions required for the java.io.tmpdir.

D

Deployment Annotations - Search tag in package org.wildfly.testing.junit.extension.annotation
Section
DeploymentDescriptors - Class in org.wildfly.testing.tools.deployment
A utility to generate various deployment descriptors.
DeploymentManagerProducer - Class in org.wildfly.testing.junit.extension
Produces DeploymentManager instances for injection into test fields and parameters.
DeploymentManagerProducer() - Constructor for class org.wildfly.testing.junit.extension.DeploymentManagerProducer
 
DeploymentProducer - Annotation Interface in org.wildfly.testing.junit.extension.annotation
Used to identify a method as a method which creates a deployment.
Deployments - Class in org.wildfly.testing.tools.deployment
Utility class for creating ShrinkWrap archives with conventional naming.
discoverModulePath() - Static method in class org.wildfly.testing.tools.module.Modules
Discovers the JBoss Module directory to use.
DomainConfigurationFactory - Class in org.wildfly.testing.junit.extension.api
Factory for creating DomainConfiguration instances.
DomainConfigurationFactory() - Constructor for class org.wildfly.testing.junit.extension.api.DomainConfigurationFactory
 
DomainServer - Annotation Interface in org.wildfly.testing.junit.extension.annotation
Qualifies the injection point for a URI to indicate which server in a domain is being targeted.

E

EAR - Enum constant in enum class org.wildfly.testing.junit.extension.annotation.GenerateDeployment.DeploymentType
Creates a EnterpriseArchive deployment.
equals(Object) - Method in class org.wildfly.testing.tools.module.ModuleDependency
 
equals(Object) - Method in class org.wildfly.testing.tools.module.ModuleDescription
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.wildfly.testing.junit.condition.RequiresModuleExecutionCondition
 
Example: Adding Module Dependencies - Search tag in package org.wildfly.testing.tools.deployment
Section
Example: Adding Security Permissions - Search tag in package org.wildfly.testing.tools.deployment
Section
Example: Creating a Simple Module - Search tag in package org.wildfly.testing.tools.module
Section
Example: Creating META-INF/services Files - Search tag in package org.wildfly.testing.tools.module
Section
Example: Custom Standalone Configuration - Search tag in package org.wildfly.testing.junit.extension.api
Section
Example: Module with Dependencies and Exports - Search tag in package org.wildfly.testing.tools.module
Section
Example: Setting Context Root - Search tag in package org.wildfly.testing.tools.deployment
Section
Examples - Search tag in annotation interface org.wildfly.testing.junit.extension.annotation.GenerateDeployment
Section
Example Usage - Search tag in package org.wildfly.testing.junit.extension.annotation
Section
export(boolean) - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Whether the dependency should be exported or not.
EXPORT - Enum constant in enum class org.wildfly.testing.tools.module.ModuleDependency.Services
 
exports() - Method in class org.wildfly.testing.tools.module.ModuleDependency
The export filters for the dependency.
extension() - Method in enum class org.wildfly.testing.junit.extension.annotation.GenerateDeployment.DeploymentType
The extension for the deployment.

F

Framework Compatibility - Search tag in package org.wildfly.testing.tools.deployment
Section
Framework Compatibility - Search tag in package org.wildfly.testing.tools.module
Section

G

GenerateDeployment - Annotation Interface in org.wildfly.testing.junit.extension.annotation
Used to identify a method as a method which creates a deployment.
GenerateDeployment.DeploymentType - Enum Class in org.wildfly.testing.junit.extension.annotation
The supported deployment types.

H

hashCode() - Method in class org.wildfly.testing.tools.module.ModuleDependency
 
hashCode() - Method in class org.wildfly.testing.tools.module.ModuleDescription
 

I

IMPORT - Enum constant in enum class org.wildfly.testing.tools.module.ModuleDependency.Services
 
imports() - Method in class org.wildfly.testing.tools.module.ModuleDependency
The import filters for the dependency.
include() - Method in interface org.wildfly.testing.tools.module.ModuleDependency.Filter
Whether the filter should be an include or exclude.
INFER - Enum constant in enum class org.wildfly.testing.junit.extension.annotation.GenerateDeployment.DeploymentType
Indicates the deployment type should be inferred from the first parameter which must be a known extension of Archive.
isExport() - Method in class org.wildfly.testing.tools.module.ModuleDependency
Indicates if the dependency should be exported.
isOptional() - Method in class org.wildfly.testing.tools.module.ModuleDependency
Indicates if the dependency is optional.
issueRef() - Element in annotation interface org.wildfly.testing.junit.annotation.RequiresModule
A reference for the issue tracker to be reported in the response for a disabled test.

J

jar(Class<?>) - Static method in class org.wildfly.testing.tools.deployment.Deployments
Creates a JavaArchive using the test class simple name and .jar extension.
jar(String) - Static method in class org.wildfly.testing.tools.deployment.Deployments
Creates a JavaArchive with the specified name and .jar extension.
JAR - Enum constant in enum class org.wildfly.testing.junit.extension.annotation.GenerateDeployment.DeploymentType
Creates a JavaArchive deployment.
JBossHome - Annotation Interface in org.wildfly.testing.junit.annotation
Sets a parameter value to the path of the JBoss Home directory.
JBossHomeParameterResolver - Class in org.wildfly.testing.junit.condition
Resolves the jboss.home system property or if not set the JBOSS_HOME environment variable.
JBossHomeParameterResolver() - Constructor for class org.wildfly.testing.junit.condition.JBossHomeParameterResolver
 

K

Key Annotations - Search tag in package org.wildfly.testing.junit.annotation
Section
Key Classes - Search tag in package org.wildfly.testing.tools.deployment
Section
Key Classes - Search tag in package org.wildfly.testing.tools.module
Section

L

Lifecycle Management - Search tag in package org.wildfly.testing.tools.module
Section

M

ManualMode - Annotation Interface in org.wildfly.testing.junit.extension.annotation
Indicates a test is a manual mode test.
minVersion() - Element in annotation interface org.wildfly.testing.junit.annotation.RequiresModule
The minimum version of the module resource.
ModelControllerClientProducer - Class in org.wildfly.testing.junit.extension
Produces ModelControllerClient instances for injection into test fields and parameters.
ModelControllerClientProducer() - Constructor for class org.wildfly.testing.junit.extension.ModelControllerClientProducer
 
ModuleBuilder - Class in org.wildfly.testing.tools.module
A simple utility to create a module.
ModuleDependency - Class in org.wildfly.testing.tools.module
A module dependency used for the ModuleBuilder.
ModuleDependency.Builder - Class in org.wildfly.testing.tools.module
Builds a module dependency.
ModuleDependency.Filter - Interface in org.wildfly.testing.tools.module
A simple filter of the dependency to filter paths.
ModuleDependency.Services - Enum Class in org.wildfly.testing.tools.module
 
ModuleDescription - Class in org.wildfly.testing.tools.module
Describes a created module.
modulePath() - Method in class org.wildfly.testing.tools.module.ModuleDescription
The path to the module.
Module Paths and Immutability - Search tag in package org.wildfly.testing.tools.module
Section
Modules - Class in org.wildfly.testing.tools.module
Utilities for JBoss Modules.
Modules() - Constructor for class org.wildfly.testing.tools.module.Modules
 

N

name() - Method in class org.wildfly.testing.tools.module.ModuleBuilder
Returns the module name.
name() - Method in class org.wildfly.testing.tools.module.ModuleDependency
Returns the module dependency name.
name() - Method in class org.wildfly.testing.tools.module.ModuleDescription
The modules name.
NONE - Enum constant in enum class org.wildfly.testing.tools.module.ModuleDependency.Services
 

O

of(OutputStream) - Static method in interface org.wildfly.testing.tools.xml.CloseableXMLStreamWriter
Creates an XMLStreamWriter which writes to the output stream.
of(Writer) - Static method in interface org.wildfly.testing.tools.xml.CloseableXMLStreamWriter
Creates an XMLStreamWriter which writes to the output stream.
of(String) - Static method in class org.wildfly.testing.tools.module.ModuleBuilder
Creates a new module builder with an archive name of test-module.jar.
of(String, boolean) - Static method in interface org.wildfly.testing.tools.module.ModuleDependency.Filter
Creates a new path filter.
of(String, String) - Static method in class org.wildfly.testing.tools.module.ModuleBuilder
Creates a new module builder.
of(String, String, Path) - Static method in class org.wildfly.testing.tools.module.ModuleBuilder
Creates a new module builder.
of(String, JavaArchive) - Static method in class org.wildfly.testing.tools.module.ModuleBuilder
Creates a new module builder with an archive name of test-module.jar.
of(String, JavaArchive, Path) - Static method in class org.wildfly.testing.tools.module.ModuleBuilder
Creates a new module builder.
optional(boolean) - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Whether the dependency should be optional or not.
org.wildfly.testing.junit.annotation - package org.wildfly.testing.junit.annotation
Annotations for conditional test execution and resource injection in WildFly-based tests.
org.wildfly.testing.junit.condition - package org.wildfly.testing.junit.condition
 
org.wildfly.testing.junit.extension - package org.wildfly.testing.junit.extension
 
org.wildfly.testing.junit.extension.annotation - package org.wildfly.testing.junit.extension.annotation
Annotations for configuring WildFly server lifecycle and deployment management in JUnit tests.
org.wildfly.testing.junit.extension.api - package org.wildfly.testing.junit.extension.api
Service Provider Interfaces (SPIs) for extending the WildFly JUnit Extension with custom functionality.
org.wildfly.testing.tools.deployment - package org.wildfly.testing.tools.deployment
Utilities for creating deployment descriptors and configuring deployments for WildFly testing.
org.wildfly.testing.tools.module - package org.wildfly.testing.tools.module
Utilities for creating and managing WildFly modules programmatically during testing.
org.wildfly.testing.tools.xml - package org.wildfly.testing.tools.xml
 

P

path() - Method in interface org.wildfly.testing.tools.module.ModuleDependency.Filter
The relative path of the filter
produce(ExtensionContext, Class<?>, Annotation...) - Method in interface org.wildfly.testing.junit.extension.api.ServerResourceProducer
Creates the object which can be injected into a static field, an instance field or a parameter.
produce(ExtensionContext, Class<?>, Annotation...) - Method in class org.wildfly.testing.junit.extension.DeploymentManagerProducer
 
produce(ExtensionContext, Class<?>, Annotation...) - Method in class org.wildfly.testing.junit.extension.ModelControllerClientProducer
 
produce(ExtensionContext, Class<?>, Annotation...) - Method in class org.wildfly.testing.junit.extension.ServerManagerProducer
 
produce(ExtensionContext, Class<?>, Annotation...) - Method in class org.wildfly.testing.junit.extension.UriProducer
 

R

rar(Class<?>) - Static method in class org.wildfly.testing.tools.deployment.Deployments
Creates a ResourceAdapterArchive using the test class simple name and .rar extension.
rar(String) - Static method in class org.wildfly.testing.tools.deployment.Deployments
Creates a ResourceAdapterArchive with the specified name and .rar extension.
RAR - Enum constant in enum class org.wildfly.testing.junit.extension.annotation.GenerateDeployment.DeploymentType
Creates a ResourceAdapterArchive deployment.
reason() - Element in annotation interface org.wildfly.testing.junit.annotation.RequiresModule
The reason message for disabled test.
RequestPath - Annotation Interface in org.wildfly.testing.junit.extension.annotation
Qualifies a URI injection point with a relative path that is appended to the deployment's base URI.
RequiresModule - Annotation Interface in org.wildfly.testing.junit.annotation
Enables or disables a test based on whether the module exists.
RequiresModuleExecutionCondition - Class in org.wildfly.testing.junit.condition
Evaluates conditions that a module exists with the minimum version, if defined.
RequiresModuleExecutionCondition() - Constructor for class org.wildfly.testing.junit.condition.RequiresModuleExecutionCondition
 
RequiresModules - Annotation Interface in org.wildfly.testing.junit.annotation
A container for the RequiresModule annotations to make it a Repeatable annotation.
resolveBaseUri(ExtensionContext) - Static method in class org.wildfly.testing.junit.extension.api.ServerConfiguration
Resolves the base URI from the configuration parameters wildfly.http.protocol, wildfly.http.host, and wildfly.http.port.
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.wildfly.testing.junit.condition.JBossHomeParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.wildfly.testing.junit.extension.ServerResourceExtension
 
Resource Injection Annotations - Search tag in package org.wildfly.testing.junit.extension.annotation
Section

S

ServerConfiguration - Class in org.wildfly.testing.junit.extension.api
The configuration settings for the server.
ServerConfiguration() - Constructor for class org.wildfly.testing.junit.extension.api.ServerConfiguration
 
ServerGroup - Annotation Interface in org.wildfly.testing.junit.extension.annotation
Specifies the WildFly domain server group(s) to which a deployment should be deployed.
ServerManagerProducer - Class in org.wildfly.testing.junit.extension
Produces ServerManager instances for injection into test fields and parameters.
ServerManagerProducer() - Constructor for class org.wildfly.testing.junit.extension.ServerManagerProducer
 
ServerResource - Annotation Interface in org.wildfly.testing.junit.extension.annotation
Used to inject a resource as fields, constructor parameters or method parameters into tests.
ServerResourceExtension - Class in org.wildfly.testing.junit.extension
An extension for using producers to inject fields annotated with ServerResource and method or constructor parameters.
ServerResourceExtension() - Constructor for class org.wildfly.testing.junit.extension.ServerResourceExtension
 
ServerResourceProducer - Interface in org.wildfly.testing.junit.extension.api
An implementation of this interface is used to inject static fields, instance fields and parameters.
services() - Method in class org.wildfly.testing.tools.module.ModuleDependency
Returns the services value, if defined.
services(ModuleDependency.Services) - Method in class org.wildfly.testing.tools.module.ModuleDependency.Builder
Define the value for the dependencies services attribute.
slot() - Element in annotation interface org.wildfly.testing.junit.annotation.RequiresModule
The slot for the module.
StandaloneConfigurationFactory - Class in org.wildfly.testing.junit.extension.api
Factory for creating StandaloneConfiguration instances.
StandaloneConfigurationFactory() - Constructor for class org.wildfly.testing.junit.extension.api.StandaloneConfigurationFactory
 
Supported Deployment Descriptors - Search tag in package org.wildfly.testing.tools.deployment
Section
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.wildfly.testing.junit.condition.JBossHomeParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.wildfly.testing.junit.extension.ServerResourceExtension
 

T

Test Mode Annotations - Search tag in package org.wildfly.testing.junit.extension.annotation
Section
timeout(ExtensionContext) - Static method in class org.wildfly.testing.junit.extension.api.ServerConfiguration
Resolves the timeout, in seconds, from the configuration parameter wildfly.timeout.
toString() - Method in enum class org.wildfly.testing.tools.module.ModuleDependency.Services
 
toString() - Method in class org.wildfly.testing.tools.module.ModuleDependency
 
toString() - Method in class org.wildfly.testing.tools.module.ModuleDescription
 

U

UriProducer - Class in org.wildfly.testing.junit.extension
Produces URI instances for injection into test fields and parameters.
UriProducer() - Constructor for class org.wildfly.testing.junit.extension.UriProducer
 
Usage with Other Frameworks - Search tag in package org.wildfly.testing.junit.annotation
Section
Usage with WildFly JUnit Extension - Search tag in package org.wildfly.testing.junit.annotation
Section

V

value() - Element in annotation interface org.wildfly.testing.junit.annotation.AnyOf
An array of one or more RequiresModule annotations.
value() - Element in annotation interface org.wildfly.testing.junit.annotation.RequiresModule
The module that is required for the test to run.
value() - Element in annotation interface org.wildfly.testing.junit.annotation.RequiresModules
An array of one or more RequiresModule annotations.
value() - Element in annotation interface org.wildfly.testing.junit.extension.annotation.DomainServer
The name of the domain server
value() - Element in annotation interface org.wildfly.testing.junit.extension.annotation.GenerateDeployment
Indicates the type of the deployment to be produced if the deployment method has a void return type.
value() - Element in annotation interface org.wildfly.testing.junit.extension.annotation.ManualMode
If set to true, indicates the server should start at the beginning of the test.
value() - Element in annotation interface org.wildfly.testing.junit.extension.annotation.RequestPath
The relative path to append to the deployment's base URI.
value() - Element in annotation interface org.wildfly.testing.junit.extension.annotation.ServerGroup
The name(s) of the server group(s) to deploy to.
valueOf(String) - Static method in enum class org.wildfly.testing.junit.extension.annotation.GenerateDeployment.DeploymentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.wildfly.testing.tools.module.ModuleDependency.Services
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.wildfly.testing.junit.extension.annotation.GenerateDeployment.DeploymentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.wildfly.testing.tools.module.ModuleDependency.Services
Returns an array containing the constants of this enum class, in the order they are declared.

W

war(Class<?>) - Static method in class org.wildfly.testing.tools.deployment.Deployments
Creates a WebArchive using the test class simple name and .war extension.
war(String) - Static method in class org.wildfly.testing.tools.deployment.Deployments
Creates a WebArchive with the specified name and .war extension.
WAR - Enum constant in enum class org.wildfly.testing.junit.extension.annotation.GenerateDeployment.DeploymentType
Creates a WebArchive deployment.
WildFlyDomainTest - Annotation Interface in org.wildfly.testing.junit.extension.annotation
Indicates this test should run in WildFly domain mode.
WildFlyExtension - Class in org.wildfly.testing.junit.extension
JUnit extension that manages WildFly server lifecycle and per-test-class deployments.
WildFlyExtension() - Constructor for class org.wildfly.testing.junit.extension.WildFlyExtension
 
WildFlyTest - Annotation Interface in org.wildfly.testing.junit.extension.annotation
An annotation which starts a WildFly server and manages a server in standalone mode.
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages