| Interface | Description |
|---|---|
| TestLocal |
Interface that can be used as a local interface for bean testing.
|
| TestRemote |
Interface that can be used as a remote interface for bean testing.
|
| TestRunnerFacade |
Helper facade to invoke (test) methods from local unit tests in a remote JVM server container
context.
|
| TestRunnerFacade.ContextAware |
Interface for classes that are context aware, i.e.
|
| TestRunnerFacade.Initializable |
Interfaces for classes that would like to be initialized before the test method is run
(some functionality as a @Before method would provide).
|
| TestRunnerFacade.TransactionAware |
Interface for classes that are transaction aware, i.e.
|
| Class | Description |
|---|---|
| AbstractTestBean |
Base class for simple test beans.
|
| ContainerTest |
Base class for container tests, i.e.
|
| ContainerTestContext |
Context that covers the lifetime of a ContainerTest test method.
|
| ContainerTestContext.CustomScopeInstance<T> | |
| ContainerTestRunnerRule |
JUnit rule that runs a test method within the local JBoss context.
|
| ContainerTestScopeExtension |
CDI extension to register ContainerTestScope.
|
| DataVerifierCdi |
Extended version of a DataVerifier that provides a ServiceLocator.
|
| RemoteContainerTest |
Base class for tests that run locally, but require access to a remote container, e.g.
|
| RemoteUtils |
Remote call related utility functions.
|
| TestLocalBean |
Simple local testing facade.
|
| TestNoInterfaceBean |
Simple no-interface testing facade.
|
| TestRemoteBean |
Simple remote testing facade.
|
| TestRunnerFacade.DataVerifierInfo |
Helper object that contains information to instantiate a DataVerifier.
|
| TestRunnerFacade.TestRunnerContext |
Helper class that contains information about the context the test runs within.
|
| TestRunnerFacadeBean |
Helper bean to run container tests in the container.
|
| TestRunnerUtils |
Contains helper functions related to remote tests.
|
| Enum | Description |
|---|---|
| ContainerTestRunnerRule.TestRunnerType |
| Annotation Type | Description |
|---|---|
| ContainerTestScoped |
Custom scope that complies to the lifecycle of a container test (or more precise: test method).
|
Copyright © 2015. All rights reserved.