public class JUnit4Runner
extends BlockJUnit4ClassRunner
| Modifier and Type | Class and Description | 
|---|---|
| static class  | JUnit4Runner.MultiStatementExecutor | 
| Constructor and Description | 
|---|
| JUnit4Runner(OpenEjbRunner runner,
            java.lang.Class<?> testClazz) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Statement | createUnsecuredStatement(FrameworkMethod method)Builds a method statement that executes in an unauthenticated context | 
| protected OpenEjbRunner | getOpenEjbRunner() | 
| protected Statement | methodBlock(FrameworkMethod method)Prepares a method statement, configuring it for the test context | 
| protected Statement | possiblyExpectingAccessException(Statement next,
                                boolean failWithAccessException) | 
public JUnit4Runner(OpenEjbRunner runner, java.lang.Class<?> testClazz) throws InitializationError
InitializationErrorprotected OpenEjbRunner getOpenEjbRunner()
protected Statement methodBlock(FrameworkMethod method)
protected Statement createUnsecuredStatement(FrameworkMethod method)
protected Statement possiblyExpectingAccessException(Statement next,
                                                     boolean failWithAccessException)