org.unitils.dbunit
Class DbUnitModule.DbUnitListener

java.lang.Object
  extended by org.unitils.core.TestListener
      extended by org.unitils.dbunit.DbUnitModule.DbUnitListener
Enclosing class:
DbUnitModule

protected class DbUnitModule.DbUnitListener
extends TestListener

Test listener that is called while the test framework is running tests


Constructor Summary
protected DbUnitModule.DbUnitListener()
           
 
Method Summary
 void afterTestMethod(java.lang.Object testObject, java.lang.reflect.Method testMethod, java.lang.Throwable throwable)
           
 void beforeTestSetUp(java.lang.Object testObject, java.lang.reflect.Method testMethod)
           
 
Methods inherited from class org.unitils.core.TestListener
afterCreateTestObject, afterTestTearDown, beforeTestClass, beforeTestMethod, shouldInvokeTestMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbUnitModule.DbUnitListener

protected DbUnitModule.DbUnitListener()
Method Detail

beforeTestSetUp

public void beforeTestSetUp(java.lang.Object testObject,
                            java.lang.reflect.Method testMethod)
Overrides:
beforeTestSetUp in class TestListener

afterTestMethod

public void afterTestMethod(java.lang.Object testObject,
                            java.lang.reflect.Method testMethod,
                            java.lang.Throwable throwable)
Overrides:
afterTestMethod in class TestListener


Copyright © 2014. All Rights Reserved.