public class VaadinTestExecutionListener extends AbstractTestExecutionListener
| Modifier and Type | Field and Description |
|---|---|
static String |
SET_UP_SCOPES_ATTRIBUTE |
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
VaadinTestExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestMethod(TestContext testContext) |
void |
beforeTestMethod(TestContext testContext) |
void |
prepareTestInstance(TestContext testContext) |
afterTestClass, beforeTestClass, getOrderpublic static final String SET_UP_SCOPES_ATTRIBUTE
public void prepareTestInstance(TestContext testContext) throws Exception
prepareTestInstance in interface TestExecutionListenerprepareTestInstance in class AbstractTestExecutionListenerExceptionpublic void beforeTestMethod(TestContext testContext) throws Exception
beforeTestMethod in interface TestExecutionListenerbeforeTestMethod in class AbstractTestExecutionListenerExceptionpublic void afterTestMethod(TestContext testContext) throws Exception
afterTestMethod in interface TestExecutionListenerafterTestMethod in class AbstractTestExecutionListenerExceptionCopyright © 2016. All rights reserved.