org.kubek2k.springockito.annotations.experimental
Class DirtiesMocksTestContextListener
java.lang.Object
org.springframework.test.context.support.AbstractTestExecutionListener
org.kubek2k.springockito.annotations.experimental.DirtiesMocksTestContextListener
- All Implemented Interfaces:
- org.springframework.test.context.TestExecutionListener
public class DirtiesMocksTestContextListener
- extends org.springframework.test.context.support.AbstractTestExecutionListener
|
Method Summary |
void |
afterTestClass(org.springframework.test.context.TestContext testContext)
|
void |
afterTestMethod(org.springframework.test.context.TestContext testContext)
|
| Methods inherited from class org.springframework.test.context.support.AbstractTestExecutionListener |
beforeTestClass, beforeTestMethod, prepareTestInstance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirtiesMocksTestContextListener
public DirtiesMocksTestContextListener()
afterTestMethod
public void afterTestMethod(org.springframework.test.context.TestContext testContext)
throws Exception
- Specified by:
afterTestMethod in interface org.springframework.test.context.TestExecutionListener- Overrides:
afterTestMethod in class org.springframework.test.context.support.AbstractTestExecutionListener
- Throws:
Exception
afterTestClass
public void afterTestClass(org.springframework.test.context.TestContext testContext)
throws Exception
- Specified by:
afterTestClass in interface org.springframework.test.context.TestExecutionListener- Overrides:
afterTestClass in class org.springframework.test.context.support.AbstractTestExecutionListener
- Throws:
Exception
Copyright © 2013. All Rights Reserved.