- cdi(Class<T>) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Default CDI lookup of the specified type.
- cdiAll(Class<T>) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Gets a list of all CDI beans for the specified type.
- cdiAllAnno(Class<T>, Annotation...) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Gets a list of all CDI beans for the specified type.
- cdiAnno(Class<T>, Annotation...) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Looks up a resource in the CDI BeanManager.
- cdiComplex(Class<T>) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Returns a builder to issue complex CDI queries.
- cdiNamed(Class<T>, String) - Method in interface ch.inftec.ju.ee.client.CdiServiceLocator
-
Get a @Named annotated object with the specified name.
- CdiServiceLocator - Interface in ch.inftec.ju.ee.client
-
ServiceLocator that looks up CDI beans programmatically using
the BeanManager interface of a Container.
- CdiServiceLocator.CdiComplexLookupBuilder<T> - Class in ch.inftec.ju.ee.client
-
Helper to construct complex CDI queries
- ch.inftec.ju.ee.cdi - package ch.inftec.ju.ee.cdi
-
- ch.inftec.ju.ee.client - package ch.inftec.ju.ee.client
-
- ch.inftec.ju.ee.test - package ch.inftec.ju.ee.test
-
- ch.inftec.ju.ee.test.sim - package ch.inftec.ju.ee.test.sim
-
- ch.inftec.ju.util.ee - package ch.inftec.ju.util.ee
-
- cleanupTestRun(TestRunnerAnnotationHandler, SystemPropertyTempSetter) - Method in interface ch.inftec.ju.ee.test.TestRunnerFacade
-
Resets the system properties to their original state and ends the test context on the server.
- cleanupTestRun(TestRunnerAnnotationHandler, SystemPropertyTempSetter) - Method in class ch.inftec.ju.ee.test.TestRunnerFacadeBean
-
- ContainerTest - Class in ch.inftec.ju.ee.test
-
Base class for container tests, i.e.
- ContainerTest() - Constructor for class ch.inftec.ju.ee.test.ContainerTest
-
- ContainerTestContext - Class in ch.inftec.ju.ee.test
-
Context that covers the lifetime of a ContainerTest test method.
- ContainerTestContext() - Constructor for class ch.inftec.ju.ee.test.ContainerTestContext
-
- ContainerTestContext.CustomScopeInstance<T> - Class in ch.inftec.ju.ee.test
-
- ContainerTestContext.CustomScopeInstance(Bean<T>, CreationalContext<T>) - Constructor for class ch.inftec.ju.ee.test.ContainerTestContext.CustomScopeInstance
-
- ContainerTestRunnerRule - Class in ch.inftec.ju.ee.test
-
JUnit rule that runs a test method within the local JBoss context.
- ContainerTestRunnerRule(ContainerTestRunnerRule.TestRunnerType) - Constructor for class ch.inftec.ju.ee.test.ContainerTestRunnerRule
-
Creates a new test runner rule.
- ContainerTestRunnerRule.TestRunnerType - Enum in ch.inftec.ju.ee.test
-
- ContainerTestScoped - Annotation Type in ch.inftec.ju.ee.test
-
Custom scope that complies to the lifecycle of a container test (or more precise: test method).
- ContainerTestScopeExtension - Class in ch.inftec.ju.ee.test
-
CDI extension to register ContainerTestScope.
- ContainerTestScopeExtension() - Constructor for class ch.inftec.ju.ee.test.ContainerTestScopeExtension
-
- createLocalByBeanManager(BeanManager) - Static method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder
-
Creates a local (CDI) ServiceLocator using the specified BeanManager implementation.
- createRemoteByConfigurationFiles() - Static method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder
-
Builds a remote service locator based on the values of configuration properties
using the default JU Property chain.
- createServiceLocator() - Method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder.LocalServiceLocatorBuilder
-
Creates a new LocalServiceLocatorBuilder instance with the attributes specified
to the builder.
- createServiceLocator() - Method in class ch.inftec.ju.ee.client.ServiceLocatorBuilder.RemoteServiceLocatorBuilder
-
Creates a new RemoteServiceLocator instance with the attributes specified
to the builder.
- get(Contextual<T>, CreationalContext<T>) - Method in class ch.inftec.ju.ee.test.ContainerTestContext
-
- get(Contextual<T>) - Method in class ch.inftec.ju.ee.test.ContainerTestContext
-
- getActualThrowable(Throwable) - Static method in class ch.inftec.ju.ee.test.RemoteUtils
-
Gets the actual throwable from a throwable returned by an EJB client call.
- getClassName() - Method in class ch.inftec.ju.ee.test.TestRunnerFacade.DataVerifierInfo
-
- getGreeting(String) - Method in class ch.inftec.ju.ee.test.AbstractTestBean
-
Gets a greeting containing the specified name and the simple name of the class.
- getGreeting(String) - Method in interface ch.inftec.ju.ee.test.TestLocal
-
Gets a greeting containing the specified name and the simple name of the class.
- getGreeting(String) - Method in interface ch.inftec.ju.ee.test.TestRemote
-
Gets a greeting containing the specified name and the simple name of the class.
- getImplementation(Class<T>) - Method in class ch.inftec.ju.ee.cdi.DynamicCdiLoader
-
Gets the specified implementation for the given class.
- getLocalPath(String, boolean) - Method in class ch.inftec.ju.ee.test.ContainerTest
-
Gets a Path instance relative to the 'local' test (rather than the JBoss server context).
- getLocalPath(Path, boolean) - Method in class ch.inftec.ju.ee.test.ContainerTest
-
Gets a Path instance relative to the 'local' test (rather than the JBoss server context).
- getLocalRoot() - Method in class ch.inftec.ju.ee.test.TestRunnerFacade.TestRunnerContext
-
Gets the root path of the local (i.e.
- getMBeanServer() - Static method in class ch.inftec.ju.util.ee.JBossUtils
-
- getMessageCount() - Method in class ch.inftec.ju.util.ee.JBossUtils.JmxInfoQuery.JmsInfoQuery.QueueInfoQuery
-
- getParameters() - Method in class ch.inftec.ju.ee.test.TestRunnerFacade.DataVerifierInfo
-
- getRemoteServiceLocator() - Static method in class ch.inftec.ju.ee.test.TestRunnerUtils
-
Gets an instance of a remote JndiServiceLocator, configured by JU property files.
- getRequestCount(Class<T>) - Method in class ch.inftec.ju.ee.test.sim.RequestHolder
-
Gets the count of requests for the specified type.
- getScope() - Method in class ch.inftec.ju.ee.test.ContainerTestContext
-
- getTestRunnerFacade() - Static method in class ch.inftec.ju.ee.test.TestRunnerUtils
-
Looks up a TestRunnerFacade using a remote JNDI service locator, configured by JU property files.
- getUuid() - Method in class ch.inftec.ju.ee.test.TestRunnerFacade.TestRunnerContext
-
Gets a unique ID identifying the test run.
- getVersion() - Method in interface ch.inftec.ju.ee.test.TestRunnerFacade
-
Gets the version of the TestRunnerFacade.
- getVersion() - Method in class ch.inftec.ju.ee.test.TestRunnerFacadeBean
-
- TestLocal - Interface in ch.inftec.ju.ee.test
-
Interface that can be used as a local interface for bean testing.
- TestLocalBean - Class in ch.inftec.ju.ee.test
-
Simple local testing facade.
- TestLocalBean() - Constructor for class ch.inftec.ju.ee.test.TestLocalBean
-
- TestNoInterfaceBean - Class in ch.inftec.ju.ee.test
-
Simple no-interface testing facade.
- TestNoInterfaceBean() - Constructor for class ch.inftec.ju.ee.test.TestNoInterfaceBean
-
- TestRemote - Interface in ch.inftec.ju.ee.test
-
Interface that can be used as a remote interface for bean testing.
- TestRemoteBean - Class in ch.inftec.ju.ee.test
-
Simple remote testing facade.
- TestRemoteBean() - Constructor for class ch.inftec.ju.ee.test.TestRemoteBean
-
- testRunnerFacade - Variable in class ch.inftec.ju.ee.test.RemoteContainerTest
-
Instance of a (remotely available) TestRunnerFacade.
- TestRunnerFacade - Interface in ch.inftec.ju.ee.test
-
Helper facade to invoke (test) methods from local unit tests in a remote JVM server container
context.
- TestRunnerFacade.ContextAware - Interface in ch.inftec.ju.ee.test
-
Interface for classes that are context aware, i.e.
- TestRunnerFacade.DataVerifierInfo - Class in ch.inftec.ju.ee.test
-
Helper object that contains information to instantiate a DataVerifier.
- TestRunnerFacade.DataVerifierInfo(String, List<Object>) - Constructor for class ch.inftec.ju.ee.test.TestRunnerFacade.DataVerifierInfo
-
- TestRunnerFacade.Initializable - Interface in ch.inftec.ju.ee.test
-
Interfaces for classes that would like to be initialized before the test method is run
(some functionality as a @Before method would provide).
- TestRunnerFacade.TestRunnerContext - Class in ch.inftec.ju.ee.test
-
Helper class that contains information about the context the test runs within.
- TestRunnerFacade.TestRunnerContext() - Constructor for class ch.inftec.ju.ee.test.TestRunnerFacade.TestRunnerContext
-
- TestRunnerFacade.TransactionAware - Interface in ch.inftec.ju.ee.test
-
Interface for classes that are transaction aware, i.e.
- TestRunnerFacadeBean - Class in ch.inftec.ju.ee.test
-
Helper bean to run container tests in the container.
- TestRunnerFacadeBean() - Constructor for class ch.inftec.ju.ee.test.TestRunnerFacadeBean
-
- testRunnerRule - Variable in class ch.inftec.ju.ee.test.ContainerTest
-
Rule that runs the method statements on the remote JBoss container VM
- testRunnerRule - Variable in class ch.inftec.ju.ee.test.RemoteContainerTest
-
Rule that performs test setup and verification on the server.
- TestRunnerUtils - Class in ch.inftec.ju.ee.test
-
Contains helper functions related to remote tests.
- TestRunnerUtils() - Constructor for class ch.inftec.ju.ee.test.TestRunnerUtils
-
- txHandler - Variable in class ch.inftec.ju.ee.test.ContainerTest
-
TxHandler that can be used to control the DB transaction.