org.junit.internal.runners.statements
Class RunAfters

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

public class RunAfters
extends Statement


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

Constructor Detail

RunAfters

public RunAfters(Statement next,
                 List<FrameworkMethod> afters,
                 Object target)
Method Detail

evaluate

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

Specified by:
evaluate in class Statement
Throws:
Throwable