public abstract class SetupTask extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetupTask.SetupContext |
| Constructor and Description |
|---|
SetupTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterClass(SetupTask.SetupContext context) |
protected void |
afterSuite(SetupTask.SetupContext context) |
protected void |
beforeClass(SetupTask.SetupContext context) |
protected void beforeClass(SetupTask.SetupContext context) throws Exception
Exceptionprotected void afterClass(SetupTask.SetupContext context) throws Exception
Exceptionprotected void afterSuite(SetupTask.SetupContext context) throws Exception
ExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.