JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.junit.function
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.junit.function
package
org.junit.function
Related Packages
Package
Description
org.junit
Provides JUnit core classes and annotations.
Interfaces
Class
Description
ThrowingRunnable
This interface facilitates the use of
Assert.assertThrows(Class, ThrowingRunnable)
from Java 8.