public class CreateTableTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
| 构造器和说明 |
|---|
CreateTableTestExecutionListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterTestMethod(org.springframework.test.context.TestContext testContext) |
void |
beforeTestMethod(org.springframework.test.context.TestContext testContext) |
int |
getOrder() |
public void beforeTestMethod(org.springframework.test.context.TestContext testContext)
throws Exception
beforeTestMethod 在接口中 org.springframework.test.context.TestExecutionListenerbeforeTestMethod 在类中 org.springframework.test.context.support.AbstractTestExecutionListenerExceptionpublic void afterTestMethod(org.springframework.test.context.TestContext testContext)
throws Exception
afterTestMethod 在接口中 org.springframework.test.context.TestExecutionListenerafterTestMethod 在类中 org.springframework.test.context.support.AbstractTestExecutionListenerExceptionpublic int getOrder()
getOrder 在接口中 org.springframework.core.OrderedgetOrder 在类中 org.springframework.test.context.support.AbstractTestExecutionListenerCopyright © 2017. All rights reserved.