| 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).
|
| Class | Description |
|---|---|
| AbstractTestBean |
Base class for simple test beans.
|
| ContainerTest |
Base class for container tests, i.e.
|
| ContainerTestRunnerRule |
JUnit rule that runs a test method within the local JBoss context.
|
| DataVerifierCdi |
Extended version of a DataVerifier that provides a ServiceLocator.
|
| 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.
|
| Enum | Description |
|---|---|
| ContainerTestRunnerRule.TestRunnerType |
Copyright © 2014. All rights reserved.