Class RunBefores
- java.lang.Object
-
- org.junit.runners.model.Statement
-
- org.junit.internal.runners.statements.RunBefores
-
public class RunBefores extends Statement
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<FrameworkMethod>
befores
private Statement
next
private java.lang.Object
target
-
Constructor Summary
Constructors Constructor Description RunBefores(Statement next, java.util.List<FrameworkMethod> befores, java.lang.Object target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate()
Run the action, throwing aThrowable
if anything goes wrong.
-
-
-
Field Detail
-
next
private final Statement next
-
target
private final java.lang.Object target
-
befores
private final java.util.List<FrameworkMethod> befores
-
-
Constructor Detail
-
RunBefores
public RunBefores(Statement next, java.util.List<FrameworkMethod> befores, java.lang.Object target)
-
-