public class CallAfterTestMethodExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener
TestExecutionListener
that triggers a afterTest()
method once a test has executed.Constructor and Description |
---|
CallAfterTestMethodExecutionListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterTestMethod(org.springframework.test.context.TestContext testContext) |
public CallAfterTestMethodExecutionListener()
public void afterTestMethod(org.springframework.test.context.TestContext testContext) throws Exception
afterTestMethod
in interface org.springframework.test.context.TestExecutionListener
afterTestMethod
in class org.springframework.test.context.support.AbstractTestExecutionListener
Exception
Copyright © 2016. All rights reserved.