org.unitils.core.junit
Class BeforeTestSetUpStatement

java.lang.Object
  extended by org.junit.runners.model.Statement
      extended by org.unitils.core.junit.BeforeTestSetUpStatement

public class BeforeTestSetUpStatement
extends org.junit.runners.model.Statement

Author:
Tim Ducheyne

Field Summary
protected  org.junit.runners.model.Statement nextStatement
           
protected  Method testMethod
           
protected  Object testObject
           
protected  TestListener unitilsTestListener
           
 
Constructor Summary
BeforeTestSetUpStatement(Object testObject, Method testMethod, TestListener unitilsTestListener, org.junit.runners.model.Statement nextStatement)
           
 
Method Summary
 void evaluate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testObject

protected Object testObject

testMethod

protected Method testMethod

unitilsTestListener

protected TestListener unitilsTestListener

nextStatement

protected org.junit.runners.model.Statement nextStatement
Constructor Detail

BeforeTestSetUpStatement

public BeforeTestSetUpStatement(Object testObject,
                                Method testMethod,
                                TestListener unitilsTestListener,
                                org.junit.runners.model.Statement nextStatement)
Method Detail

evaluate

public void evaluate()
              throws Throwable
Specified by:
evaluate in class org.junit.runners.model.Statement
Throws:
Throwable


Copyright © 2014. All Rights Reserved.