| Package | Description |
|---|---|
| ch.inftec.ju.ee.test |
| Class and Description |
|---|
| AbstractTestBean
Base class for simple test beans.
|
| ContainerTestRunnerRule
JUnit rule that runs a test method within the local JBoss context.
|
| ContainerTestRunnerRule.TestRunnerType |
| 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.TestRunnerContext
Helper class that contains information about the context the test runs within.
|
Copyright © 2014. All rights reserved.