public class DbUnitDatabaseConnectionDecorator extends Object implements TestClassDecorator
| Constructor and Description |
|---|
DbUnitDatabaseConnectionDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAll(TestInvocation invocation) |
void |
beforeAll(TestInvocation invocation) |
int |
getPriority() |
boolean |
isConfigurationSupported(ExecutionContext ctx) |
public int getPriority()
getPriority in interface TestDecoratorpublic boolean isConfigurationSupported(ExecutionContext ctx)
isConfigurationSupported in interface TestClassDecoratorpublic void beforeAll(TestInvocation invocation) throws Exception
beforeAll in interface TestClassDecoratorExceptionpublic void afterAll(TestInvocation invocation) throws Exception
afterAll in interface TestClassDecoratorExceptionCopyright © 2016–2018. All rights reserved.