JBoss Test 1.1.9.GA-redhat-2
A B C D E F G H I J L M N O P R S T U V X

A

ABS_TIME_DATE_FORMAT - Static variable in class org.jboss.test.logging.jdk.AbsoluteTimeDateFormat
String constant used to specify AbsoluteTimeDateFormat in layouts.
AbsoluteTimeDateFormat - Class in org.jboss.test.logging.jdk
Formats a Date in the format "HH:mm:ss,SSS" for example, "15:49:37,459".
AbsoluteTimeDateFormat() - Constructor for class org.jboss.test.logging.jdk.AbsoluteTimeDateFormat
 
AbsoluteTimeDateFormat(TimeZone) - Constructor for class org.jboss.test.logging.jdk.AbsoluteTimeDateFormat
 
AbstractTestCase - Class in org.jboss.test
An abstract Test Case.
AbstractTestCase(String) - Constructor for class org.jboss.test.AbstractTestCase
Create a new abstract test case
AbstractTestCaseWithSetup - Class in org.jboss.test
An extension of AbstractTestCase that adds AbstractTestDelegate and AbstractTestSetup delegate notions.
AbstractTestCaseWithSetup(String) - Constructor for class org.jboss.test.AbstractTestCaseWithSetup
Create a new test case
AbstractTestDelegate - Class in org.jboss.test
An AbstractTestDelegate.
AbstractTestDelegate(Class) - Constructor for class org.jboss.test.AbstractTestDelegate
Create a new test delegate
AbstractTestSetup - Class in org.jboss.test
An AbstractTestSetup.
AbstractTestSetup(Class, Test) - Constructor for class org.jboss.test.AbstractTestSetup
Create a new TestSetup.
activateOptions() - Method in class org.jboss.test.logging.jdk.PatternFormatter
Does not do anything as options become effective
adaptors - Variable in class org.jboss.test.JBossTestClusteredServices
 
addConverter(PatternConverter) - Method in class org.jboss.test.logging.jdk.PatternParser
 
addServer(Server) - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
Add a server.
admin - Static variable in class org.jboss.test.jms.JMSTestAdmin
 
allPermissions() - Method in class org.jboss.test.security.PolicyPlugin
A PermissionCollection with the special AllPermission that enables all access.
AllPolicyPlugin - Class in org.jboss.test.security
An All Permissions PolicyPlugin.
AllPolicyPlugin() - Constructor for class org.jboss.test.security.AllPolicyPlugin
 
AppCallbackHandler - Class in org.jboss.test.util
An implemeentation of the JAAS CallbackHandler interface that handles NameCallbacks, PasswordCallbac, TextInputCallback and the JBoss ByteArrayCallback
AppCallbackHandler(String, char[]) - Constructor for class org.jboss.test.util.AppCallbackHandler
 
AppCallbackHandler(String, char[], byte[]) - Constructor for class org.jboss.test.util.AppCallbackHandler
 
AppCallbackHandler(String, char[], byte[], String) - Constructor for class org.jboss.test.util.AppCallbackHandler
 
assertEmpty(Collection) - Method in class org.jboss.test.AbstractTestCase
Asserts a collection is empty
assertEmpty(String, Collection) - Method in class org.jboss.test.AbstractTestCase
Asserts a collection is empty
assertEmpty(Object[]) - Static method in class org.jboss.test.AbstractTestCase
Assert an array is empty or null
assertEquals(float, float) - Method in class org.jboss.test.AbstractTestCase
Assert two float values are equal
assertEquals(double, double) - Method in class org.jboss.test.AbstractTestCase
Assert two double values are equal
assertEquals(Object[], Object[]) - Method in class org.jboss.test.AbstractTestCase
Assert two arrays are equal
assertEquals(String, Object[], Object[]) - Method in class org.jboss.test.AbstractTestCase
Assert two arrays are equal
assertInstanceOf(Object, Class<T>) - Method in class org.jboss.test.AbstractTestCase
Check we have the expected type
assertInstanceOf(Object, Class<T>, boolean) - Method in class org.jboss.test.AbstractTestCase
Check we have the expected type

B

BaseTestCase - Class in org.jboss.test
Base Test Case.
BaseTestCase(String) - Constructor for class org.jboss.test.BaseTestCase
Create a new base test case
BUF_SIZE - Variable in class org.jboss.test.logging.jdk.PatternFormatter
 
ByteArrayCallback - Class in org.jboss.test.util
An implementation of Callback that obtains a binary parameter as a byte[].
ByteArrayCallback(String) - Constructor for class org.jboss.test.util.ByteArrayCallback
Initialize the SecurityAssociationCallback

C

checkDeepThrowable(Class<? extends Throwable>, Throwable) - Static method in class org.jboss.test.AbstractTestCase
Check we have the expected deep exception
checkDeepThrowableRethrow(Class<? extends Throwable>, Throwable) - Static method in class org.jboss.test.AbstractTestCase
Check a deep throwable and rethrow if it doesn't match
checkThrowable(Class<? extends Throwable>, Throwable) - Static method in class org.jboss.test.AbstractTestCase
Check we have the expected exception
checkThrowableRethrow(Class<? extends Throwable>, Throwable) - Static method in class org.jboss.test.AbstractTestCase
Check a throwable and rethrow if it doesn't match
checkUnload(WeakReference, String, String) - Method in class org.jboss.test.JBossMemoryTestCase
If you started your class with -agentlib:jbossAgent in case of leakage (if className still loaded) a file (reportFile) will be created, and a heapSnapshot(./snapshot,mem)
clazz - Variable in class org.jboss.test.AbstractTestDelegate
The class
clazz - Variable in class org.jboss.test.AbstractTestSetup
The test class
clearByteArray() - Method in class org.jboss.test.util.ByteArrayCallback
 
clearEverySingleFieldOnInstances(String) - Method in class org.jboss.test.JBossMemoryTestCase
This method could be used for debug purposes
ConfigManagerTask - Class in org.jboss.ant.taskdefs.server
A ConfigManagerTask.
ConfigManagerTask() - Constructor for class org.jboss.ant.taskdefs.server.ConfigManagerTask
Create a new ConfigManagerTask.
configureLogging() - Method in class org.jboss.test.AbstractTestCase
Callback for configuring logging at the start of the test
convert(LogRecord) - Method in class org.jboss.test.logging.jdk.PatternConverter
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.
createDestinationJMXName(boolean, String) - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
 
createPatternParser(String) - Method in class org.jboss.test.logging.jdk.PatternFormatter
Returns PatternParser used to parse the conversion string.
createQueue(String) - Method in class org.jboss.test.JBossJMSTestCase
Create a JMS Queue.
createQueue(String, TestRole...) - Method in class org.jboss.test.jms.HornetQTestAdmin
 
createQueue(String, String[], TestRole...) - Method in class org.jboss.test.jms.HornetQTestAdmin
 
createQueue(String, TestRole...) - Method in class org.jboss.test.jms.JMSTestAdmin
 
createQueue(String, String[], TestRole...) - Method in class org.jboss.test.jms.JMSTestAdmin
 
createQueue(String, TestRole...) - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
 
createQueue(String, String[], TestRole...) - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
 
createQueueJMXName(String) - Method in class org.jboss.test.jms.HornetQTestAdmin
 
createQueueJMXName(String) - Method in class org.jboss.test.jms.JMSTestAdmin
 
createQueueJMXName(String) - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
 
createTestServices() - Method in class org.jboss.test.JBossTestClusteredSetup
 
createTopic(String) - Method in class org.jboss.test.JBossJMSTestCase
Create a JMS Topic.
createTopic(String, TestRole...) - Method in class org.jboss.test.jms.HornetQTestAdmin
 
createTopic(String, String[], TestRole...) - Method in class org.jboss.test.jms.HornetQTestAdmin
 
createTopic(String, TestRole...) - Method in class org.jboss.test.jms.JMSTestAdmin
 
createTopic(String, String[], TestRole...) - Method in class org.jboss.test.jms.JMSTestAdmin
 
createTopic(String, TestRole...) - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
 
createTopic(String, String[], TestRole...) - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
 
createTopicJMXName(String) - Method in class org.jboss.test.jms.HornetQTestAdmin
 
createTopicJMXName(String) - Method in class org.jboss.test.jms.JMSTestAdmin
 
createTopicJMXName(String) - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
 
currentLiteral - Variable in class org.jboss.test.logging.jdk.PatternParser
 

D

DATE_AND_TIME_DATE_FORMAT - Static variable in class org.jboss.test.logging.jdk.AbsoluteTimeDateFormat
String constant used to specify DateTimeDateFormat in layouts.
DateTimeDateFormat - Class in org.jboss.test.logging.jdk
Formats a Date in the format "dd MMM YYYY HH:mm:ss,SSS" for example, "06 Nov 1994 15:49:37,459".
DateTimeDateFormat() - Constructor for class org.jboss.test.logging.jdk.DateTimeDateFormat
 
DateTimeDateFormat(TimeZone) - Constructor for class org.jboss.test.logging.jdk.DateTimeDateFormat
 
DEFAULT_BEANCOUNT - Static variable in class org.jboss.test.JBossTestServices
 
DEFAULT_CONVERSION_PATTERN - Static variable in class org.jboss.test.logging.jdk.PatternFormatter
Default pattern string for log output.
DEFAULT_ITERATIONCOUNT - Static variable in class org.jboss.test.JBossTestServices
 
DEFAULT_LOGIN_CONFIG - Static variable in class org.jboss.test.JBossTestServices
 
DEFAULT_PASSWORD - Static variable in class org.jboss.test.JBossTestServices
 
DEFAULT_THREADCOUNT - Static variable in class org.jboss.test.JBossTestServices
 
DEFAULT_USERNAME - Static variable in class org.jboss.test.JBossTestServices
 
delegate - Static variable in class org.jboss.test.AbstractTestSetup
The last delegate
delegate - Variable in class org.jboss.test.JBossTestCase
 
delegate - Variable in class org.jboss.test.JBossTestSetup
 
deleteQueue(String) - Method in class org.jboss.test.JBossJMSTestCase
Delete a JMS Queue.
deleteQueue(String) - Method in class org.jboss.test.jms.HornetQTestAdmin
 
deleteQueue(String) - Method in class org.jboss.test.jms.JMSTestAdmin
 
deleteQueue(String) - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
 
deleteTopic(String) - Method in class org.jboss.test.JBossJMSTestCase
Delete a JMS Topic.
deleteTopic(String) - Method in class org.jboss.test.jms.HornetQTestAdmin
 
deleteTopic(String) - Method in class org.jboss.test.jms.JMSTestAdmin
 
deleteTopic(String) - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
 
deploy(MBeanServerConnection, String) - Method in class org.jboss.test.JBossClusteredTestCase
 
deploy(String) - Method in class org.jboss.test.JBossTestCase
Deploy a package with the main deployer.
deploy(MBeanServerConnection, String) - Method in class org.jboss.test.JBossTestClusteredServices
Deploy a package on the given server with the main deployer.
deploy(String) - Method in class org.jboss.test.JBossTestServices
Deploy a package with the main deployer.
deploy(String) - Method in class org.jboss.test.JBossTestSetup
Deploy a package with the main deployer.
deployedQueues - Variable in class org.jboss.test.jms.JMSTestAdmin
 
deployedTopics - Variable in class org.jboss.test.jms.JMSTestAdmin
 
DEPLOYER_NAME - Static variable in class org.jboss.test.JBossTestServices
 
deploymentException - Static variable in class org.jboss.test.JBossTestCase
Saved exception from deployment.
deployQueue(String, TestRole...) - Static method in class org.jboss.test.JBossJMSTestCase
 
deployTopic(String, TestRole...) - Static method in class org.jboss.test.JBossJMSTestCase
 
deserialize(byte[]) - Method in class org.jboss.test.AbstractTestCase
Serialize an object
destroyCreatedDestinations() - Method in class org.jboss.test.jms.HornetQTestAdmin
 
destroyCreatedDestinations() - Method in class org.jboss.test.jms.JMSTestAdmin
 
destroyCreatedDestinations() - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
 
destroyEveryDestination() - Method in class org.jboss.test.jms.HornetQTestAdmin
 
destroyEveryDestination() - Method in class org.jboss.test.jms.JMSTestAdmin
 
destroyEveryDestination() - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
This method only exists because hornetQ doesn't actually delete the destination on undeploy.
doJoin() - Method in class org.jboss.test.thread.TestThread
 
doJoin(long) - Method in class org.jboss.test.thread.TestThread
 
doJoinExpectError(Class<? extends Throwable>) - Method in class org.jboss.test.thread.TestThread
 
doJoinExpectError(long, Class<? extends Throwable>) - Method in class org.jboss.test.thread.TestThread
 

E

enableSecurity - Variable in class org.jboss.test.AbstractTestDelegate
Whether security is enabled
enableTrace(String) - Method in class org.jboss.test.AbstractTestCase
Enable trace for a logging category
enableTrace(String) - Method in class org.jboss.test.AbstractTestCaseWithSetup
Enable trace logging for the given category name.
enableTrace(String) - Method in class org.jboss.test.AbstractTestDelegate
Enable trace
enableTrace(String) - Method in class org.jboss.test.BaseTestCase
 
enableTrace(String) - Method in class org.jboss.test.logging.jdk.JDKConsoleLoggingPlugin
 
enableTrace(String) - Method in class org.jboss.test.logging.LoggingPlugin
Enable trace for a logger category
execute() - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
Create a server manager using the specified configuration.
execute() - Method in class org.jboss.ant.taskdefs.server.StartServerTask
Start the server.
execute() - Method in class org.jboss.ant.taskdefs.server.StopServerTask
Stop the server.
extractOption() - Method in class org.jboss.test.logging.jdk.PatternParser
 
extractPrecisionOption() - Method in class org.jboss.test.logging.jdk.PatternParser
The option is expected to be in decimal and positive.

F

failure(String, Throwable) - Method in class org.jboss.test.AbstractTestCase
Raise an assertion failed error for an error
fileReadPermissions() - Method in class org.jboss.test.security.PolicyPlugin
Create a PermissionCollection with read for all files permission
FilteringClassLoader - Class in org.jboss.test.classloader
FilteringClassLoader.
FilteringClassLoader(ClassLoader, String[]) - Constructor for class org.jboss.test.classloader.FilteringClassLoader
Create a new FilteringClassLoader.
finalizeConverter(char) - Method in class org.jboss.test.logging.jdk.PatternParser
 
findResource(Class, String) - Static method in class org.jboss.test.AbstractTestCase
 
flushAuthCache() - Method in class org.jboss.test.JBossTestCase
 
flushAuthCache(String) - Method in class org.jboss.test.JBossTestCase
 
flushAuthCache() - Method in class org.jboss.test.JBossTestSetup
 
flushAuthCache(String) - Method in class org.jboss.test.JBossTestSetup
 
format(Date, StringBuffer, FieldPosition) - Method in class org.jboss.test.logging.jdk.AbsoluteTimeDateFormat
Appends to sbuf the time in the format "HH:mm:ss,SSS" for example, "15:49:37,459"
format(Date, StringBuffer, FieldPosition) - Method in class org.jboss.test.logging.jdk.DateTimeDateFormat
Appends to sbuf the date in the format "dd MMM YYYY HH:mm:ss,SSS" for example, "06 Nov 1994 08:49:37,459".
format(Date, StringBuffer, FieldPosition) - Method in class org.jboss.test.logging.jdk.ISO8601DateFormat
Appends a date in the format "YYYY-mm-dd HH:mm:ss,SSS" to sbuf.
format(StringBuffer, LogRecord) - Method in class org.jboss.test.logging.jdk.PatternConverter
A template method for formatting in a converter specific way.
format(LogRecord) - Method in class org.jboss.test.logging.jdk.PatternFormatter
Produces a formatted string as specified by the conversion pattern.
FormattingInfo - Class in org.jboss.test.logging.jdk
FormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.
FormattingInfo() - Constructor for class org.jboss.test.logging.jdk.FormattingInfo
 
formattingInfo - Variable in class org.jboss.test.logging.jdk.PatternParser
 

G

getAdaptor(int) - Method in class org.jboss.test.JBossTestClusteredServices
 
getAdaptors() - Method in class org.jboss.test.JBossClusteredTestCase
 
getAdaptors() - Method in class org.jboss.test.JBossTestClusteredServices
 
getAdmin() - Static method in class org.jboss.test.jms.JMSTestAdmin
 
getBeanCount() - Method in class org.jboss.test.JBossTestCase
 
getBeanCount() - Method in class org.jboss.test.JBossTestSetup
 
getByteArray() - Method in class org.jboss.test.util.ByteArrayCallback
 
getClassLoader() - Static method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
Get Server Manager's ClassLoader.
getConversionPattern() - Method in class org.jboss.test.logging.jdk.PatternFormatter
Returns the value of the ConversionPattern option.
getDelegate() - Method in class org.jboss.test.AbstractTestCaseWithSetup
Get the delegate
getDelegate(Class) - Static method in class org.jboss.test.AbstractTestDelegate
Get the test delegate.
getDelegate(Class) - Static method in class org.jboss.test.JBossClusteredTestCase
Overriden to return JBossTestServices as the test delegate.
getDelegate(Class) - Static method in class org.jboss.test.JBossTestCase
Overriden to return JBossTestServices as the test delegate.
getDeployerName() - Method in class org.jboss.test.JBossTestCase
Gets the DeployerName attribute of the JBossTestCase object
getDeployerName() - Method in class org.jboss.test.JBossTestSetup
Gets the DeployerName attribute of the JBossTestCase object
getDeploySetup(Test, String) - Static method in class org.jboss.test.JBossClusteredTestCase
 
getDeploySetup(Class, String) - Static method in class org.jboss.test.JBossClusteredTestCase
 
getDeploySetup(Class, Test, String) - Static method in class org.jboss.test.JBossTestCase
Get a JBossTestSetup that does login and deployment in setUp/tearDown
getDeploySetup(Test, String) - Static method in class org.jboss.test.JBossTestCase
 
getDeploySetup(Class, String) - Static method in class org.jboss.test.JBossTestCase
 
getDeployURL(String) - Method in class org.jboss.test.JBossTestCase
Returns the deployment directory to use.
getDeployURL(String) - Method in class org.jboss.test.JBossTestServices
Returns the deployment directory to use.
getDeployURL(String) - Method in class org.jboss.test.JBossTestSetup
Returns the deployment directory to use.
getFieldProperties() - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 
getHANamingURL(int) - Method in class org.jboss.test.JBossTestClusteredServices
 
getHANamingURLs() - Method in class org.jboss.test.JBossClusteredTestCase
 
getHANamingURLs() - Method in class org.jboss.test.JBossTestClusteredServices
Get the JNDI provider urls for the cluster nodes
getHttpURL(int) - Method in class org.jboss.test.JBossTestClusteredServices
 
getHttpURLs() - Method in class org.jboss.test.JBossClusteredTestCase
 
getHttpURLs() - Method in class org.jboss.test.JBossTestClusteredServices
Get the default web container urls for the cluster nodes
getInitialContext() - Method in class org.jboss.test.JBossIIOPTestCase
 
getInitialContext() - Method in class org.jboss.test.JBossTestCase
Gets the InitialContext attribute of the JBossTestCase object
getInitialContext() - Method in class org.jboss.test.JBossTestServices
Gets the InitialContext attribute of the JBossTestCase object
getInitialContext() - Method in class org.jboss.test.JBossTestSetup
Gets the InitialContext attribute of the JBossTestCase object
getInitialJnpContext() - Method in class org.jboss.test.JBossIIOPTestCase
 
getInstance() - Static method in class org.jboss.test.logging.LoggingPlugin
Get the logging plugin.
getInstance(Class) - Static method in class org.jboss.test.security.PolicyPlugin
Get the security plugin.
getInstance(Class, String) - Static method in class org.jboss.test.security.PolicyPlugin
Get the security plugin.
getIterationCount() - Method in class org.jboss.test.JBossTestCase
 
getIterationCount() - Method in class org.jboss.test.JBossTestSetup
 
getJndiInitFactory() - Method in class org.jboss.test.JBossTestCase
 
getJndiInitFactory() - Method in class org.jboss.test.JBossTestSetup
 
getJndiURL() - Method in class org.jboss.test.JBossTestCase
 
getJndiURL() - Method in class org.jboss.test.JBossTestSetup
 
getJSSEProvider() - Static method in class org.jboss.test.util.SecurityProviderUtil
Get a JSSE Security Provider
getLog() - Method in class org.jboss.test.AbstractTestCase
Get the log for this test
getLog() - Method in class org.jboss.test.AbstractTestCaseWithSetup
Get the jboss logger.
getLog() - Method in class org.jboss.test.AbstractTestDelegate
Get the log
getLog() - Method in class org.jboss.test.BaseTestCase
 
getLog() - Method in class org.jboss.test.JBossTestCase
Overriden to restore the old behavior where the log was initialized post ctor rather than post setUp.
getLog() - Method in class org.jboss.test.JBossTestSetup
Gets the Log attribute of the JBossTestCase object
getMethodProperties() - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 
getName() - Method in class org.jboss.test.jms.TestRole
 
getNamingURL(int) - Method in class org.jboss.test.JBossTestClusteredServices
 
getNamingURLs() - Method in class org.jboss.test.JBossClusteredTestCase
 
getNamingURLs() - Method in class org.jboss.test.JBossTestClusteredServices
Get the JNDI provider urls for the cluster nodes
getPermissions(CodeSource) - Method in class org.jboss.test.security.AllPolicyPlugin
 
getPermissions(CodeSource) - Method in class org.jboss.test.security.NothingPolicyPlugin
 
getPermissions(CodeSource) - Method in class org.jboss.test.security.TestsPolicyPlugin
 
getPrompt() - Method in class org.jboss.test.util.ByteArrayCallback
 
getProtocolHandlerName() - Static method in class org.jboss.test.util.SecurityProviderUtil
Get the https protocl handler
getResource(String) - Method in class org.jboss.test.AbstractTestCase
 
getResource(String) - Method in class org.jboss.test.classloader.FilteringClassLoader
 
getResources(String) - Method in class org.jboss.test.classloader.FilteringClassLoader
 
getResourceURL(String) - Method in class org.jboss.test.JBossTestCase
Get a URL string to a resource in the testsuite/output/resources dir.
getResourceURL(String) - Method in class org.jboss.test.JBossTestSetup
 
getServer() - Method in class org.jboss.test.JBossTestCase
Gets the Server attribute of the JBossTestCase object
getServer(int) - Method in class org.jboss.test.JBossTestClusteredServices
 
getServer() - Method in class org.jboss.test.JBossTestServices
Gets the Server attribute of the JBossTestCase object
getServer() - Method in class org.jboss.test.JBossTestSetup
Gets the Server attribute of the JBossTestCase object
getServerCount() - Method in class org.jboss.test.JBossTestClusteredServices
 
getServerHost() - Method in class org.jboss.test.JBossTestCase
Get the JBoss server host from system property "jbosstest.server.host" This defaults to "localhost"
getServerHost() - Method in class org.jboss.test.JBossTestServices
Returns the JBoss server host from system property "jbosstest.server.host" This defaults to "localhost"
getServerHost() - Method in class org.jboss.test.JBossTestSetup
Get the JBoss server host from system property "jbosstest.host.name" This defaults to "localhost"
getServerManager(Project) - Static method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
Get Project's server manager.
getServers() - Method in class org.jboss.test.JBossClusteredTestCase
 
getServers() - Method in class org.jboss.test.JBossTestClusteredServices
 
getThreadCount() - Method in class org.jboss.test.JBossTestCase
 
getThreadCount() - Method in class org.jboss.test.JBossTestSetup
 
getTypeProperties() - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 

H

handle(Callback[]) - Method in class org.jboss.test.util.AppCallbackHandler
 
hornetQCoreServerName - Variable in class org.jboss.test.jms.HornetQTestAdmin
 
hornetQJMSServerName - Variable in class org.jboss.test.jms.HornetQTestAdmin
 
HornetQTestAdmin - Class in org.jboss.test.jms
 
HornetQTestAdmin() - Constructor for class org.jboss.test.jms.HornetQTestAdmin
 
httpURLs - Variable in class org.jboss.test.JBossTestClusteredServices
 

I

i - Variable in class org.jboss.test.logging.jdk.PatternParser
 
ic - Variable in class org.jboss.test.JBossIIOPTestCase
 
ignoresThrowable() - Method in class org.jboss.test.logging.jdk.PatternFormatter
The PatternLayout does not handle the throwable contained within LoggingEvents.
init() - Method in class org.jboss.test.JBossTestClusteredServices
 
init() - Method in class org.jboss.test.JBossTestServices
Initializes the InitialContext if not set.
initialContext - Variable in class org.jboss.test.JBossTestServices
 
invoke(ObjectName, String, Object[], String[]) - Method in class org.jboss.test.JBossTestCase
invoke wraps an invoke call to the mbean server in a lot of exception unwrapping.
invoke(ObjectName, String, Object[], String[]) - Method in class org.jboss.test.JBossTestClusteredServices
Override to invoke the operation on all servers
invoke(ObjectName, String, Object[], String[]) - Method in class org.jboss.test.JBossTestServices
invoke wraps an invoke call to the mbean server in a lot of exception unwrapping.
invoke(MBeanServerConnection, ObjectName, String, Object[], String[]) - Method in class org.jboss.test.JBossTestServices
 
invoke(ObjectName, String, Object[], String[]) - Method in class org.jboss.test.JBossTestSetup
invoke wraps an invoke call to the mbean server in a lot of exception unwrapping.
isConsume() - Method in class org.jboss.test.jms.TestRole
 
isCreateDurableQueue() - Method in class org.jboss.test.jms.TestRole
 
isCreateNonDurableQueue() - Method in class org.jboss.test.jms.TestRole
 
isDeleteDurableQueue() - Method in class org.jboss.test.jms.TestRole
 
isDeleteNonDurableQueue() - Method in class org.jboss.test.jms.TestRole
 
isManage() - Method in class org.jboss.test.jms.TestRole
 
ISO8601_DATE_FORMAT - Static variable in class org.jboss.test.logging.jdk.AbsoluteTimeDateFormat
String constant used to specify ISO8601DateFormat in layouts.
ISO8601DateFormat - Class in org.jboss.test.logging.jdk
Formats a Date in the format "YYYY-mm-dd HH:mm:ss,SSS" for example "1999-11-27 15:49:37,459".
ISO8601DateFormat() - Constructor for class org.jboss.test.logging.jdk.ISO8601DateFormat
 
ISO8601DateFormat(TimeZone) - Constructor for class org.jboss.test.logging.jdk.ISO8601DateFormat
 
isSend() - Method in class org.jboss.test.jms.TestRole
 
isSupported() - Method in class org.jboss.test.jms.HornetQTestAdmin
 
isSupported() - Method in class org.jboss.test.jms.JMSTestAdmin
 
isSupported() - Method in class org.jboss.test.jms.LegacyJMSTestAdmin
 

J

JBossClusteredTestCase - Class in org.jboss.test
Derived implementation of JBossTestCase for cluster testing.
JBossClusteredTestCase(String) - Constructor for class org.jboss.test.JBossClusteredTestCase
 
JBossIIOPTestCase - Class in org.jboss.test
Base class for IIOP tests that sets up the InitialContext to use the cosnaming service.
JBossIIOPTestCase(String) - Constructor for class org.jboss.test.JBossIIOPTestCase
 
JBossJMSTestCase - Class in org.jboss.test
A Base class with abstraction on creating and deleting JMS destinations.
JBossJMSTestCase(String) - Constructor for class org.jboss.test.JBossJMSTestCase
Constructor for JMSTestCase object
JBossMemoryTestCase - Class in org.jboss.test
A Regular MemoryTestCase not using any container side.
JBossMemoryTestCase() - Constructor for class org.jboss.test.JBossMemoryTestCase
 
JBossMemoryTestCase(String) - Constructor for class org.jboss.test.JBossMemoryTestCase
 
JBossTestCase - Class in org.jboss.test
This is the standard base test case for jboss junit test cases.
JBossTestCase(String) - Constructor for class org.jboss.test.JBossTestCase
Constructor for the JBossTestCase object
JBossTestClusteredServices - Class in org.jboss.test
Derived implementation of JBossTestServices for cluster testing.
JBossTestClusteredServices(Class) - Constructor for class org.jboss.test.JBossTestClusteredServices
 
JBossTestClusteredSetup - Class in org.jboss.test
Derived implementation of JBossTestSetup for cluster testing.
JBossTestClusteredSetup(Test, String) - Constructor for class org.jboss.test.JBossTestClusteredSetup
 
JBossTestClusteredSetup(Test) - Constructor for class org.jboss.test.JBossTestClusteredSetup
 
JBossTestServices - Class in org.jboss.test
This is provides services for jboss junit test cases and TestSetups.
JBossTestServices(String) - Constructor for class org.jboss.test.JBossTestServices
Constructor for the JBossTestCase object
JBossTestServices(Class) - Constructor for class org.jboss.test.JBossTestServices
 
JBossTestSetup - Class in org.jboss.test
This is a TestSetup class for jboss junit test cases that provides the jboss test services.
JBossTestSetup(Class, Test) - Constructor for class org.jboss.test.JBossTestSetup
Constructor for the JBossTestCase object
JBossTestSetup(Test) - Constructor for class org.jboss.test.JBossTestSetup
 
JDKConsoleLoggingPlugin - Class in org.jboss.test.logging.jdk
A LoggingPlugin that uses the jdk logging ConsoleHandler
JDKConsoleLoggingPlugin() - Constructor for class org.jboss.test.logging.jdk.JDKConsoleLoggingPlugin
 
JMSTestAdmin - Class in org.jboss.test.jms
 
JMSTestAdmin() - Constructor for class org.jboss.test.jms.JMSTestAdmin
 
jndiEnv - Variable in class org.jboss.test.JBossTestServices
 
jndiProps - Variable in class org.jboss.test.JBossIIOPTestCase
 

L

lc - Variable in class org.jboss.test.JBossTestServices
 
LegacyJMSTestAdmin - Class in org.jboss.test.jms
 
LegacyJMSTestAdmin() - Constructor for class org.jboss.test.jms.LegacyJMSTestAdmin
 
LINE_SEP - Static variable in class org.jboss.test.logging.jdk.PatternParser
 
loadClass(String, boolean) - Method in class org.jboss.test.classloader.FilteringClassLoader
 
loadProperties(Class, T, String, HashMap<T, Properties>) - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 
log - Variable in class org.jboss.test.AbstractTestDelegate
The log
log(String) - Method in class org.jboss.test.AbstractTestDelegate
Log an event with the given context
log - Variable in class org.jboss.test.BaseTestCase
The log
log - Variable in class org.jboss.test.JBossTestCase
Local variable for backward compatibility
Log4jConsoleLoggingPlugin - Class in org.jboss.test.logging
A LoggingPlugin that configures a console log4j appender without looking for any configuration resources.
Log4jConsoleLoggingPlugin() - Constructor for class org.jboss.test.logging.Log4jConsoleLoggingPlugin
 
Log4jLoggingPlugin - Class in org.jboss.test.logging
A Log4jLoggingPlugin.
Log4jLoggingPlugin() - Constructor for class org.jboss.test.logging.Log4jLoggingPlugin
 
logging - Variable in class org.jboss.test.AbstractTestDelegate
The logging plugin
logging - Variable in class org.jboss.test.BaseTestCase
The logging plugin
LoggingPlugin - Class in org.jboss.test.logging
A LoggingPlugin.
LoggingPlugin() - Constructor for class org.jboss.test.logging.LoggingPlugin
 
login() - Method in class org.jboss.test.JBossTestServices
Do a JAAS login with the current username, password and login config.
logout() - Method in class org.jboss.test.JBossTestServices
 

M

mainDeployer - Variable in class org.jboss.test.jms.LegacyJMSTestAdmin
 
MANAGER_REF - Static variable in class org.jboss.ant.taskdefs.server.ConfigManagerTask
The key for the project reference
MAX_CAPACITY - Variable in class org.jboss.test.logging.jdk.PatternFormatter
 

N

namingService - Static variable in class org.jboss.test.jms.LegacyJMSTestAdmin
 
namingService2 - Static variable in class org.jboss.test.jms.LegacyJMSTestAdmin
 
namingURLs - Variable in class org.jboss.test.JBossTestClusteredServices
 
namingURLsHA - Variable in class org.jboss.test.JBossTestClusteredServices
 
newClassLoader(Class) - Static method in class org.jboss.test.JBossMemoryTestCase
 
next - Variable in class org.jboss.test.logging.jdk.PatternConverter
 
noPermissions() - Method in class org.jboss.test.security.PolicyPlugin
The empty Permissions none.
NothingPolicyPlugin - Class in org.jboss.test.security
A Test PolicyPlugin.
NothingPolicyPlugin(Class) - Constructor for class org.jboss.test.security.NothingPolicyPlugin
This ctor scans for properties using the TypeHierarchyTraversal and PropertiesVisitorImpl to pickup testclass specific permissions.

O

org.jboss.ant.taskdefs - package org.jboss.ant.taskdefs
 
org.jboss.ant.taskdefs.server - package org.jboss.ant.taskdefs.server
 
org.jboss.test - package org.jboss.test
 
org.jboss.test.classloader - package org.jboss.test.classloader
 
org.jboss.test.jms - package org.jboss.test.jms
 
org.jboss.test.logging - package org.jboss.test.logging
 
org.jboss.test.logging.jdk - package org.jboss.test.logging.jdk
 
org.jboss.test.security - package org.jboss.test.security
 
org.jboss.test.thread - package org.jboss.test.thread
 
org.jboss.test.util - package org.jboss.test.util
 
org.jboss.test.visitor - package org.jboss.test.visitor
 

P

parse(String, ParsePosition) - Method in class org.jboss.test.logging.jdk.AbsoluteTimeDateFormat
This method does not do anything but return null.
parse(String, ParsePosition) - Method in class org.jboss.test.logging.jdk.DateTimeDateFormat
This method does not do anything but return null.
parse(String, ParsePosition) - Method in class org.jboss.test.logging.jdk.ISO8601DateFormat
This method does not do anything but return null.
parse() - Method in class org.jboss.test.logging.jdk.PatternParser
 
pattern - Variable in class org.jboss.test.logging.jdk.PatternParser
 
PatternConverter - Class in org.jboss.test.logging.jdk
PatternConverter is an abtract class that provides the formatting functionality that derived classes need.
PatternConverter() - Constructor for class org.jboss.test.logging.jdk.PatternConverter
 
PatternConverter(FormattingInfo) - Constructor for class org.jboss.test.logging.jdk.PatternConverter
 
PatternFormatter - Class in org.jboss.test.logging.jdk
A log4j style pattern formatter.
PatternFormatter() - Constructor for class org.jboss.test.logging.jdk.PatternFormatter
Constructs a PatternLayout using the DEFAULT_LAYOUT_PATTERN.
PatternFormatter(String) - Constructor for class org.jboss.test.logging.jdk.PatternFormatter
Constructs a PatternLayout using the supplied conversion pattern.
patternLength - Variable in class org.jboss.test.logging.jdk.PatternParser
 
PatternParser - Class in org.jboss.test.logging.jdk
Most of the work of the PatternFormatter class is delegated to the PatternParser class.
PatternParser(String) - Constructor for class org.jboss.test.logging.jdk.PatternParser
 
policy - Variable in class org.jboss.test.AbstractTestDelegate
The policy plugin
PolicyPlugin - Class in org.jboss.test.security
A Security Policy Plugin.
PolicyPlugin() - Constructor for class org.jboss.test.security.PolicyPlugin
 
PropertiesVisitorImpl - Class in org.jboss.test.visitor
A TypeVisitor which builds a map of type, method and field properties
PropertiesVisitorImpl() - Constructor for class org.jboss.test.visitor.PropertiesVisitorImpl
 

R

redeploy(MBeanServerConnection, String) - Method in class org.jboss.test.JBossClusteredTestCase
 
redeploy(String) - Method in class org.jboss.test.JBossTestCase
Redeploy a package with the main deployer.
redeploy(MBeanServerConnection, String) - Method in class org.jboss.test.JBossTestClusteredServices
 
redeploy(String) - Method in class org.jboss.test.JBossTestServices
 
redeploy(String) - Method in class org.jboss.test.JBossTestSetup
 
refresh() - Method in class org.jboss.test.security.PolicyPlugin
No-op implementation
reinit() - Method in class org.jboss.test.JBossTestServices
Re-initializes the InitialContext.
resetDelegate() - Method in class org.jboss.test.JBossTestCase
 
restartDBPool() - Method in class org.jboss.test.JBossTestCase
Restart the connection pool associated with the DefaultDS
restartDBPool() - Method in class org.jboss.test.JBossTestSetup
Restart the connection pool associated with the DefaultDS
resumeSecurity(SecurityManager) - Static method in class org.jboss.test.AbstractTestCaseWithSetup
Resume / set security manager.

S

securityPolicyName - Variable in class org.jboss.test.AbstractTestDelegate
The security policy name
SecurityProviderUtil - Class in org.jboss.test.util
Util class that deals with Security Providers as part of the JVM
SecurityProviderUtil() - Constructor for class org.jboss.test.util.SecurityProviderUtil
 
serialize(Serializable) - Method in class org.jboss.test.AbstractTestCase
Serialize an object
serializeDeserialize(Serializable, Class<T>) - Method in class org.jboss.test.AbstractTestCase
Serialize/deserialize
server - Variable in class org.jboss.test.JBossTestServices
 
serverFound() - Method in class org.jboss.test.JBossTestCase
This just checks the server is there...
serverPeer - Static variable in class org.jboss.test.jms.LegacyJMSTestAdmin
 
servers - Variable in class org.jboss.test.JBossTestClusteredServices
 
setByteArray(byte[]) - Method in class org.jboss.test.util.ByteArrayCallback
 
setConversionPattern(String) - Method in class org.jboss.test.logging.jdk.PatternFormatter
Set the ConversionPattern option.
setFailOnError(boolean) - Method in class org.jboss.ant.taskdefs.server.StopServerTask
Set failonerror to fail build rather than only log the error.
setIgnoreErrors(boolean) - Method in class org.jboss.ant.taskdefs.server.StopServerTask
Set ignoreerrors to silently ignore server shutdown errors.
setJavaHome(String) - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
JAVA_HOME to start jboss with.
setJbossHome(String) - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
JBoss dist to start.
setJvm(String) - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
JVM command to use default is "java"
setName(String) - Method in class org.jboss.ant.taskdefs.server.StartServerTask
Set the name.
setName(String) - Method in class org.jboss.ant.taskdefs.server.StopServerTask
Set the name.
setServerNames(String[]) - Method in class org.jboss.test.JBossClusteredTestCase
anil
setServerNames(String[]) - Method in class org.jboss.test.JBossTestClusteredServices
This method gives overriding testcases to set the cluster servernames
setUdpGroup(String) - Method in class org.jboss.ant.taskdefs.server.ConfigManagerTask
The UDP group to pass to org.jboss.Main using the -u option.
setUp() - Method in class org.jboss.test.AbstractTestCase
 
setUp() - Method in class org.jboss.test.AbstractTestCaseWithSetup
Create a AbstractTestSetup wrapper for this class/instance to initialize the AbstractTestDelegate if the AbstractTestSetup.delegate singleton has not been initialized.
setUp() - Method in class org.jboss.test.AbstractTestDelegate
Setup callback.
setUp() - Method in class org.jboss.test.AbstractTestSetup
Create a delegate by calling AbstractTestDelegate.getDelegate(clazz) to allow for a test specific delegate.
setUp() - Method in class org.jboss.test.BaseTestCase
 
setUp() - Method in class org.jboss.test.JBossClusteredTestCase
 
setUp() - Method in class org.jboss.test.JBossJMSTestCase
Create the Admin object to perform all JMS adminsitrative functions in a JMS provider-independent manner
setUp() - Method in class org.jboss.test.JBossTestCase
Create a delegate by calling AbstractTestDelegate.getDelegate(clazz) to allow for a test specific delegate.
setUp() - Method in class org.jboss.test.JBossTestClusteredServices
 
setUp() - Method in class org.jboss.test.JBossTestClusteredSetup
 
setUp() - Method in class org.jboss.test.JBossTestServices
The JUnit setup method
setUp() - Method in class org.jboss.test.JBossTestSetup
 
setUp() - Method in class org.jboss.test.logging.jdk.JDKConsoleLoggingPlugin
 
setUp() - Method in class org.jboss.test.logging.Log4jConsoleLoggingPlugin
XLevel deprecated since EAP 4 public void enableTrace(String name) { Logger.getLogger(name).setLevel(XLevel.TRACE); }
setUp() - Method in class org.jboss.test.logging.Log4jLoggingPlugin
XLevel deprecated since EAP 4 public void enableTrace(String name) { Logger.getLogger(name).setLevel(XLevel.TRACE); }
setUp() - Method in class org.jboss.test.logging.LoggingPlugin
Setup the logging
setUpLogging() - Method in class org.jboss.test.AbstractTestDelegate
Setup the logging
setUpSecurity() - Method in class org.jboss.test.AbstractTestDelegate
Setup the security
sleep(long) - Method in class org.jboss.test.JBossTestCase
 
spacePad(StringBuffer, int) - Method in class org.jboss.test.logging.jdk.PatternConverter
Fast space padding method.
startServer() - Method in class org.jboss.ant.taskdefs.server.StartServerTask
 
StartServerTask - Class in org.jboss.ant.taskdefs.server
A StopServerTask.
StartServerTask() - Constructor for class org.jboss.ant.taskdefs.server.StartServerTask
 
startTestSuite(JUnitTest) - Method in class org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter
 
stopServer() - Method in class org.jboss.ant.taskdefs.server.StopServerTask
 
StopServerTask - Class in org.jboss.ant.taskdefs.server
A StopServerTask.
StopServerTask() - Constructor for class org.jboss.ant.taskdefs.server.StopServerTask
 
suite(Class) - Static method in class org.jboss.test.AbstractTestCaseWithSetup
Bootstrap the test for the case of running all tests in clazz.
suite(Class<? extends TestCase>) - Static method in class org.jboss.test.BaseTestCase
Create a new testsuite for the class
suspendSecurity() - Static method in class org.jboss.test.AbstractTestCaseWithSetup
Suspend security manager.

T

tearDown() - Method in class org.jboss.test.AbstractTestCase
 
tearDown() - Method in class org.jboss.test.AbstractTestCaseWithSetup
 
tearDown() - Method in class org.jboss.test.AbstractTestDelegate
Teardown.
tearDown() - Method in class org.jboss.test.AbstractTestSetup
This method then delegates to the AbstractTestDelegate.tearDown method.
tearDown() - Method in class org.jboss.test.BaseTestCase
 
tearDown() - Method in class org.jboss.test.JBossJMSTestCase
 
tearDown() - Method in class org.jboss.test.JBossTestCase
This method then delegates to the AbstractTestDelegate.tearDown method.
tearDown() - Method in class org.jboss.test.JBossTestClusteredServices
 
tearDown() - Method in class org.jboss.test.JBossTestClusteredSetup
 
tearDown() - Method in class org.jboss.test.JBossTestServices
The teardown method for JUnit
tearDown() - Method in class org.jboss.test.JBossTestSetup
 
tearDown() - Method in class org.jboss.test.logging.LoggingPlugin
Teardown the logging
tearDownLogging() - Method in class org.jboss.test.AbstractTestDelegate
Teardown the logging
tearDownSecurity() - Method in class org.jboss.test.AbstractTestDelegate
Teardown the security
TestRole - Class in org.jboss.test.jms
 
TestRole(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jboss.test.jms.TestRole
 
TestRole(String, boolean, boolean, boolean) - Constructor for class org.jboss.test.jms.TestRole
 
testServerFound() - Method in class org.jboss.test.JBossClusteredTestCase
 
TestsPolicyPlugin - Class in org.jboss.test.security
A Test PolicyPlugin.
TestsPolicyPlugin(Class) - Constructor for class org.jboss.test.security.TestsPolicyPlugin
This ctor scans for properties using the TypeHierarchyTraversal and PropertiesVisitorImpl to pickup testclass specific permissions.
TestThread - Class in org.jboss.test.thread
TestThread.
TestThread() - Constructor for class org.jboss.test.thread.TestThread
 
TestThread(String) - Constructor for class org.jboss.test.thread.TestThread
 
TTCC_CONVERSION_PATTERN - Static variable in class org.jboss.test.logging.jdk.PatternFormatter
A conversion pattern equivalent to the TTCCCLayout.
TypeHierarchyTraversal - Class in org.jboss.test.visitor
A visitor driver that traverses the class hierarchy, and for each class in the hierarchy, the interfaces, declared methods and fields.
TypeHierarchyTraversal() - Constructor for class org.jboss.test.visitor.TypeHierarchyTraversal
 
TypeVisitor - Interface in org.jboss.test.visitor
A type visitor interface callback used for visting a type hierarchy

U

uncaughtException(Thread, Throwable) - Method in class org.jboss.test.thread.TestThread
 
undeploy(MBeanServerConnection, String) - Method in class org.jboss.test.JBossClusteredTestCase
 
undeploy(String) - Method in class org.jboss.test.JBossTestCase
Undeploy a package with the main deployer.
undeploy(MBeanServerConnection, String) - Method in class org.jboss.test.JBossTestClusteredServices
Undeploy a package from the given server with the main deployer.
undeploy(String) - Method in class org.jboss.test.JBossTestServices
Undeploy a package with the main deployer.
undeploy(String) - Method in class org.jboss.test.JBossTestSetup
Undeploy a package with the main deployer.
undeployDestinations() - Static method in class org.jboss.test.JBossJMSTestCase
 
undeployQueue(String) - Static method in class org.jboss.test.JBossJMSTestCase
 
undeployTopic(String) - Static method in class org.jboss.test.JBossJMSTestCase
 

V

visit(Class, TypeVisitor) - Static method in class org.jboss.test.visitor.TypeHierarchyTraversal
 
visitClass(Class) - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
Look for a properties file for the type using
visitClass(Class) - Method in interface org.jboss.test.visitor.TypeVisitor
 
visitFields(Field[]) - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 
visitFields(Field[]) - Method in interface org.jboss.test.visitor.TypeVisitor
 
visitInterfaces(Class[]) - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
Calls visitClass(i) for each ifaces[n]
visitInterfaces(Class[]) - Method in interface org.jboss.test.visitor.TypeVisitor
 
visitMethods(Method[]) - Method in class org.jboss.test.visitor.PropertiesVisitorImpl
 
visitMethods(Method[]) - Method in interface org.jboss.test.visitor.TypeVisitor
 

X

XMLJUnitMultipleResultFormatter - Class in org.jboss.ant.taskdefs
This class only serves the proposite of keep multiple JUnit runnings between different configurations.
XMLJUnitMultipleResultFormatter() - Constructor for class org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter
 

A B C D E F G H I J L M N O P R S T U V X
JBoss Test 1.1.9.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.