public class DbUnitTestMethodDecorator extends Object implements TestMethodDecorator
| Constructor and Description |
|---|
DbUnitTestMethodDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTest(TestInvocation invocation) |
void |
beforeTest(TestInvocation invocation) |
int |
getPriority() |
boolean |
isConfigurationSupported(ExecutionContext ctx) |
public int getPriority()
getPriority in interface TestDecoratorpublic void beforeTest(TestInvocation invocation) throws Exception
beforeTest in interface TestMethodDecoratorExceptionpublic void afterTest(TestInvocation invocation) throws Exception
afterTest in interface TestMethodDecoratorExceptionpublic boolean isConfigurationSupported(ExecutionContext ctx)
isConfigurationSupported in interface TestMethodDecoratorCopyright © 2016–2018. All rights reserved.