A C D E F G H I J L M N O P R S T U V

A

AbstractContainerConnector - Class in org.jboss.testharness.spi.helpers
 
AbstractContainerConnector() - Constructor for class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 

C

cleanup() - Method in interface org.jboss.testharness.spi.Containers
Called after the TCK finishes executing the testsuite.
cleanup() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
cleanup() - Method in interface org.jboss.testharness.spi.StandaloneContainers
Called after the TCK finishes executing the testsuite.
Configurable - Interface in org.jboss.testharness.api
If you implement this interface, the TCK will inject the configuration into your implementation in the post-construct phase.
Configuration - Interface in org.jboss.testharness.api
The configuration of the TCK.
ConfigurationBuilder - Interface in org.jboss.testharness.api
 
CONNECT_TIMEOUT_PROPERTY_NAME - Static variable in interface org.jboss.testharness.api.Configuration
 
Containers - Interface in org.jboss.testharness.spi
Incontainer mode deployment related operations The TCK porting package must provide an implementation of this interface which is suitable for the target implementation and application server
copy(InputStream, File) - Static method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
copy(InputStream, OutputStream) - Static method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 

D

DEFAULT_CONNECT_DELAY - Static variable in interface org.jboss.testharness.api.Configuration
 
DEFAULT_HOST - Static variable in interface org.jboss.testharness.api.Configuration
 
DEFAULT_LIBRARY_DIRECTORY - Static variable in interface org.jboss.testharness.api.Configuration
 
DEFAULT_OUTPUT_DIRECTORY - Static variable in interface org.jboss.testharness.api.Configuration
 
DEFAULT_RUN_INTEGRATION_TESTS - Static variable in interface org.jboss.testharness.api.Configuration
 
DEFAULT_STANDALONE - Static variable in interface org.jboss.testharness.api.Configuration
 
DEFAULT_WRITE_DEPLOYED_ARCHIVES_TO_DISK - Static variable in interface org.jboss.testharness.api.Configuration
 
deploy(InputStream, String) - Method in interface org.jboss.testharness.spi.Containers
The war/ear to deploy to the container, it should be read using a JarInputStream.
deploy(Collection<Class<?>>) - Method in interface org.jboss.testharness.spi.StandaloneContainers
Bootstrap the container by registering Beans and Observers, raising
deploy(Collection<Class<?>>, Collection<URL>) - Method in interface org.jboss.testharness.spi.StandaloneContainers
Bootstrap the container for a test by registering Beans and Observers, raising @Initialized event, validating the deployment, and raising the
DeploymentException - Exception in org.jboss.testharness.api
Wraps the deployment exception, which can be obtained using Throwable.getCause() also providing contextual information on the deployment
DeploymentException(String) - Constructor for exception org.jboss.testharness.api.DeploymentException
 
DeploymentException(String, String, Throwable) - Constructor for exception org.jboss.testharness.api.DeploymentException
 
DeploymentException(String, String) - Constructor for exception org.jboss.testharness.api.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for exception org.jboss.testharness.api.DeploymentException
 
DeploymentException(DeploymentException, Throwable) - Constructor for exception org.jboss.testharness.api.DeploymentException
 
DeploymentExceptionTransformer - Interface in org.jboss.testharness.api
Transform a DeploymentException so that exposes the correct exception in the case the container wraps the exception.
dump(InputStream) - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
DUMP_ARTIFACTS_PROPERTY_NAME - Static variable in class org.jboss.testharness.api.TCK
 
DUMP_CONFIGURATION_PROPERTY_NAME - Static variable in class org.jboss.testharness.api.TCK
 
dumpArtifacts() - Method in class org.jboss.testharness.api.TCK
Initiate a dump of all TCK artifacts

E

EXTRA_CONFIGURATION_DIR_PROPERTY_NAME - Static variable in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 

F

FORCE_RESTART_PROPERTY_NAME - Static variable in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 

G

getBooleanValue(String, boolean, boolean) - Method in class org.jboss.testharness.properties.PropertiesManager
 
getClasses(String, Class<T>) - Method in class org.jboss.testharness.properties.PropertiesManager
Gets the possible implementation class for a given property for which the values are classanames
getClassValue(String, Class<T>, boolean) - Method in class org.jboss.testharness.properties.PropertiesManager
 
getConfiguration() - Method in interface org.jboss.testharness.api.ConfigurationBuilder
 
getConfiguration() - Method in class org.jboss.testharness.api.TCK
Get the current configuration
getConnectTimeout() - Method in interface org.jboss.testharness.api.Configuration
When the TCK is running in container tests it will attempt to connect to the server every 200ms until the timeout is reached.
getContainers() - Method in interface org.jboss.testharness.api.Configuration
The implementation of Containers in use.
getDeploymentException() - Method in interface org.jboss.testharness.spi.Containers
 
getDeploymentException() - Method in interface org.jboss.testharness.spi.StandaloneContainers
Any deployment exception, or null if the deployment suceeded
getDeploymentExceptionTransformer() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getDeploymentExceptionTransformerPropertyName() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getExtraConfigurationDir() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getExtraConfigurationDirPropertyName() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getExtraDeploymentProperties() - Method in interface org.jboss.testharness.api.Configuration
 
getExtraPackages() - Method in interface org.jboss.testharness.api.Configuration
 
getExtraResources() - Method in interface org.jboss.testharness.api.Configuration
 
getForceRestart() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getForceRestartPropertyName() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getHost() - Method in interface org.jboss.testharness.api.Configuration
The TCK will use this as the remote host to connect to run in container tests.
getHost() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getHostPropertyName() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getHttpUrl() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getInContainerTestLauncher() - Method in interface org.jboss.testharness.api.Configuration
The TCK test launcher
getInstanceValue(String, Class<T>, boolean) - Method in class org.jboss.testharness.properties.PropertiesManager
 
getIntValue(String, int, boolean) - Method in class org.jboss.testharness.properties.PropertiesManager
 
getJavaOpts() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getLibraryDirectory() - Method in interface org.jboss.testharness.api.Configuration
The TCK allows additional libraries to be put in the deployed test artifacts (for example the porting package for the implementation).
getLogName() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getLongValue(String, long, boolean) - Method in class org.jboss.testharness.properties.PropertiesManager
 
getMethod() - Method in interface org.jboss.testharness.api.TestLauncher.InvocationContext
 
getName() - Method in exception org.jboss.testharness.api.DeploymentException
Get the deployment identifier
getName() - Method in interface org.jboss.testharness.api.ResourceDescriptor
 
getOutputDirectory() - Method in interface org.jboss.testharness.api.Configuration
The output directory to put TCK specific output.
getPort() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getPortPropertyName() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getProperties() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getPropertyValues(String) - Method in class org.jboss.testharness.properties.PropertiesManager
Get a list of possible values for a given key.
getServerBootTimeout() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getServerBootTimeoutPropertyName() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getServerDirectory() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getServerHomePropertyName() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getShutdownDelay() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getShutdownDelayPropertyName() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
getSource() - Method in interface org.jboss.testharness.api.ResourceDescriptor
 
getStandaloneContainers() - Method in interface org.jboss.testharness.api.Configuration
The implementation of StandaloneContainers in use.
getStatus() - Method in interface org.jboss.testharness.api.TestResult
Get the status of this test
getStringValue(String, String, boolean) - Method in class org.jboss.testharness.properties.PropertiesManager
 
getTestPackage() - Method in interface org.jboss.testharness.api.Configuration
 
getThrowable() - Method in interface org.jboss.testharness.api.TestResult
If the test failed, the exception that was thrown.

H

HOST_PROPERTY_NAME - Static variable in interface org.jboss.testharness.api.Configuration
 
HOST_PROPERTY_NAME - Static variable in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 

I

init() - Method in interface org.jboss.testharness.api.ConfigurationBuilder
 
isRunIntegrationTests() - Method in interface org.jboss.testharness.api.Configuration
Whether to run integration tests, by default false.
isServerUp() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
Check that the server is up by attempting to connect to it's front page
isStandalone() - Method in interface org.jboss.testharness.api.Configuration
Whether the TCK is in standalone mode or not.

J

JAVA_OPTS - Static variable in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
JAVA_OPTS_PROPERTY_NAME - Static variable in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 

L

launch(String, String, String) - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
launchTest(TestLauncher.InvocationContext) - Method in interface org.jboss.testharness.api.TestLauncher
Launch a test remotely, returning the result to the TCK.
LIBRARY_DIRECTORY_PROPERTY_NAME - Static variable in interface org.jboss.testharness.api.Configuration
 
loadProperties(File) - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
logger() - Static method in class org.jboss.testharness.api.util.LogUtil
 
LogUtil - Class in org.jboss.testharness.api.util
 
LogUtil() - Constructor for class org.jboss.testharness.api.util.LogUtil
 

M

main(String[]) - Static method in class org.jboss.testharness.api.TCK
 

N

newInstance() - Static method in class org.jboss.testharness.api.TCK
Obtain an instance of the TCK

O

org.jboss.testharness.api - package org.jboss.testharness.api
 
org.jboss.testharness.api.util - package org.jboss.testharness.api.util
 
org.jboss.testharness.properties - package org.jboss.testharness.properties
 
org.jboss.testharness.spi - package org.jboss.testharness.spi
 
org.jboss.testharness.spi.helpers - package org.jboss.testharness.spi.helpers
 
OUTPUT_DIRECTORY_PROPERTY_NAME - Static variable in interface org.jboss.testharness.api.Configuration
 

P

PORT_PROPERTY_NAME - Static variable in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
proceed() - Method in interface org.jboss.testharness.api.TestLauncher.InvocationContext
 
PropertiesManager - Class in org.jboss.testharness.properties
Utility class to load deployment properties
PropertiesManager() - Constructor for class org.jboss.testharness.properties.PropertiesManager
Constructor
PROPERTY_NAME - Static variable in interface org.jboss.testharness.api.ConfigurationBuilder
 
PROPERTY_NAME - Static variable in interface org.jboss.testharness.api.TestLauncher
 
PROPERTY_NAME - Static variable in interface org.jboss.testharness.spi.Containers
 
PROPERTY_NAME - Static variable in interface org.jboss.testharness.spi.StandaloneContainers
 

R

RESOURCE_BUNDLE - Static variable in class org.jboss.testharness.properties.PropertiesManager
 
ResourceDescriptor - Interface in org.jboss.testharness.api
 
restartServer() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
RUN_INTEGRATION_TESTS_PROPERTY_NAME - Static variable in interface org.jboss.testharness.api.Configuration
 
RUN_SUITE_PROPERTY_NAME - Static variable in class org.jboss.testharness.api.TCK
 

S

setConfiguration(Configuration) - Method in interface org.jboss.testharness.api.Configurable
 
setConfiguration(Configuration) - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
setConnectTimeout(int) - Method in interface org.jboss.testharness.api.Configuration
 
setContainers(Containers) - Method in interface org.jboss.testharness.api.Configuration
 
setHost(String) - Method in interface org.jboss.testharness.api.Configuration
 
setInContainerTestLauncher(TestLauncher) - Method in interface org.jboss.testharness.api.Configuration
 
setLibraryDirectory(String) - Method in interface org.jboss.testharness.api.Configuration
 
setOutputDirectory(String) - Method in interface org.jboss.testharness.api.Configuration
 
setRunIntegrationTests(boolean) - Method in interface org.jboss.testharness.api.Configuration
 
setStandalone(boolean) - Method in interface org.jboss.testharness.api.Configuration
 
setStandaloneContainers(StandaloneContainers) - Method in interface org.jboss.testharness.api.Configuration
 
setTestPackage(String) - Method in interface org.jboss.testharness.api.Configuration
 
setup() - Method in interface org.jboss.testharness.spi.Containers
Called before the TCK starts executing the testsuite, but after the suite has been configured.
setup() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
setup() - Method in interface org.jboss.testharness.spi.StandaloneContainers
Called before the TCK starts executing the testsuite, but after the suite has been configured.
SHUTDOWN_DELAY_PROPERTY_NAME - Static variable in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
shutdownServer() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 
STANDALONE_PROPERTY_NAME - Static variable in interface org.jboss.testharness.api.Configuration
 
StandaloneContainers - Interface in org.jboss.testharness.spi
Standalone mode deployment related operations.
startServer() - Method in class org.jboss.testharness.spi.helpers.AbstractContainerConnector
 

T

TCK - Class in org.jboss.testharness.api
Programmatic TCK control
TCK() - Constructor for class org.jboss.testharness.api.TCK
 
TEST_PACKAGE_PROPERTY_NAME - Static variable in interface org.jboss.testharness.api.Configuration
 
TestLauncher - Interface in org.jboss.testharness.api
Allow the TCK to launch a test remotely in a container.
TestLauncher.InvocationContext - Interface in org.jboss.testharness.api
 
TestResult - Interface in org.jboss.testharness.api
A test result which may be serialized for communicate between client and server
TestResult.Status - Enum in org.jboss.testharness.api
The test status
transform(DeploymentException) - Method in interface org.jboss.testharness.api.DeploymentExceptionTransformer
 

U

undeploy(String) - Method in interface org.jboss.testharness.spi.Containers
Undeploy the war/ear from the container.
undeploy() - Method in interface org.jboss.testharness.spi.StandaloneContainers
Cleanup the container after this test

V

valueOf(String) - Static method in enum org.jboss.testharness.api.TestResult.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.testharness.api.TestResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G H I J L M N O P R S T U V

Copyright © 2009. All Rights Reserved.