public abstract class

Statement

extends Object
java.lang.Object
   ↳ org.junit.runners.model.Statement
Known Direct Subclasses

Class Overview

Represents one or more actions to be taken at runtime in the course of running a JUnit test suite.

Summary

Public Constructors
Statement()
Public Methods
abstract void evaluate()
Run the action, throwing a Throwable if anything goes wrong.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Statement ()

Public Methods

public abstract void evaluate ()

Run the action, throwing a Throwable if anything goes wrong.

Throws
Throwable