org.junit.internal.runners.statements
Class RunBefores

java.lang.Object
  extended by org.junit.runners.model.Statement
      extended by org.junit.internal.runners.statements.RunBefores

public class RunBefores
extends Statement


Constructor Summary
RunBefores(Statement next, java.util.List<FrameworkMethod> befores, java.lang.Object target)
           
 
Method Summary
 void evaluate()
          Run the action, throwing a Throwable if anything goes wrong.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunBefores

public RunBefores(Statement next,
                  java.util.List<FrameworkMethod> befores,
                  java.lang.Object target)
Method Detail

evaluate

public void evaluate()
              throws java.lang.Throwable
Description copied from class: Statement
Run the action, throwing a Throwable if anything goes wrong.

Specified by:
evaluate in class Statement
Throws:
java.lang.Throwable