public class DataSourceDecorator extends Object implements TestClassDecorator
| Constructor and Description |
|---|
DataSourceDecorator() |
| 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 void beforeAll(TestInvocation invocation) throws Exception
beforeAll in interface TestClassDecoratorExceptionpublic void afterAll(TestInvocation invocation) throws Exception
afterAll in interface TestClassDecoratorExceptionpublic boolean isConfigurationSupported(ExecutionContext ctx)
isConfigurationSupported in interface TestClassDecoratorCopyright © 2016–2018. All rights reserved.