public class

Fail

extends Statement
java.lang.Object
   ↳ org.junit.runners.model.Statement
     ↳ org.junit.internal.runners.statements.Fail

Summary

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

Public Constructors

public Fail (Throwable e)

Public Methods

public void evaluate ()

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

Throws
Throwable