org.unitils.core.junit
Class AfterTestTearDownStatement
java.lang.Object
org.junit.runners.model.Statement
org.unitils.core.junit.AfterTestTearDownStatement
public class AfterTestTearDownStatement
- extends org.junit.runners.model.Statement
- Author:
- Tim Ducheyne
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
unitilsTestListener
protected TestListener unitilsTestListener
nextStatement
protected org.junit.runners.model.Statement nextStatement
AfterTestTearDownStatement
public AfterTestTearDownStatement(TestListener unitilsTestListener,
org.junit.runners.model.Statement nextStatement,
Object testObject,
Method testMethod)
evaluate
public void evaluate()
throws Throwable
- Specified by:
evaluate in class org.junit.runners.model.Statement
- Throws:
Throwable
Copyright © 2014. All Rights Reserved.