| Package | Description |
|---|---|
| org.apache.openejb.junit | |
| org.apache.openejb.junit.context |
| Modifier and Type | Method and Description |
|---|---|
TestContext |
OpenEjbRunner.newTestContext(Method method) |
TestContext |
OpenEjbRunner.newTestContext(Method method,
String roleName)
This accepts a null method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenEjbTestContext
To implement your own context, you need to create an implementation of TestContext
which would configure the test when instructed.
|
| Constructor and Description |
|---|
ContextWrapperStatement(TestContext testContext,
org.junit.runners.model.Statement junitStatement,
Object testObj) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.