org.kubek2k.springockito.annotations.experimental
Class DirtiesMocksTestContextListener

java.lang.Object
  extended by org.springframework.test.context.support.AbstractTestExecutionListener
      extended by org.kubek2k.springockito.annotations.experimental.DirtiesMocksTestContextListener
All Implemented Interfaces:
org.springframework.test.context.TestExecutionListener

public class DirtiesMocksTestContextListener
extends org.springframework.test.context.support.AbstractTestExecutionListener


Constructor Summary
DirtiesMocksTestContextListener()
           
 
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
 

Constructor Detail

DirtiesMocksTestContextListener

public DirtiesMocksTestContextListener()
Method Detail

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.