Uses of Class
org.junit.runners.model.Statement

Packages that use Statement
edu.rice.cs.cunit.concJUnit   
org.junit.experimental.theories   
org.junit.internal.runners.statements   
org.junit.rules   
 

Uses of Statement in edu.rice.cs.cunit.concJUnit
 

Subclasses of Statement in edu.rice.cs.cunit.concJUnit
 class RunInThreadGroup
           
 

Constructors in edu.rice.cs.cunit.concJUnit with parameters of type Statement
RunInThreadGroup(Statement next, Method method)
           
RunInThreadGroup(Statement next, Method method, boolean checkJoin, boolean checkLucky)
           
 

Uses of Statement in org.junit.experimental.theories
 

Subclasses of Statement in org.junit.experimental.theories
 class Theories.TheoryAnchor
           
 

Methods in org.junit.experimental.theories that return Statement
 Statement Theories.methodBlock(FrameworkMethod method)
           
 

Uses of Statement in org.junit.internal.runners.statements
 

Subclasses of Statement in org.junit.internal.runners.statements
 class ExpectException
           
 class Fail
           
 class FailOnTimeout
           
 class InvokeMethod
           
 class RunAfters
           
 class RunBefores
           
 

Constructors in org.junit.internal.runners.statements with parameters of type Statement
ExpectException(Statement next, Class<? extends Throwable> expected)
           
FailOnTimeout(Statement next, long timeout)
           
RunAfters(Statement next, List<FrameworkMethod> afters, Object target)
           
RunBefores(Statement next, List<FrameworkMethod> befores, Object target)
           
 

Uses of Statement in org.junit.rules
 

Methods in org.junit.rules that return Statement
 Statement Verifier.apply(Statement base, FrameworkMethod method, Object target)
           
 Statement Timeout.apply(Statement base, FrameworkMethod method, Object target)
           
 Statement TestWatchman.apply(Statement base, FrameworkMethod method, Object target)
           
 Statement MethodRule.apply(Statement base, FrameworkMethod method, Object target)
          Modifies the method-running Statement to implement an additional test-running rule.
 Statement ExternalResource.apply(Statement base, FrameworkMethod method, Object target)
           
 Statement ExpectedException.apply(Statement base, FrameworkMethod method, Object target)
           
 

Methods in org.junit.rules with parameters of type Statement
 Statement Verifier.apply(Statement base, FrameworkMethod method, Object target)
           
 Statement Timeout.apply(Statement base, FrameworkMethod method, Object target)
           
 Statement TestWatchman.apply(Statement base, FrameworkMethod method, Object target)
           
 Statement MethodRule.apply(Statement base, FrameworkMethod method, Object target)
          Modifies the method-running Statement to implement an additional test-running rule.
 Statement ExternalResource.apply(Statement base, FrameworkMethod method, Object target)
           
 Statement ExpectedException.apply(Statement base, FrameworkMethod method, Object target)