JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
junit.framework
Protectable
Contents
Description
Method Summary
Method Details
protect()
Hide sidebar
Show sidebar
Interface Protectable
public interface
Protectable
A
Protectable
can be run and can throw a Throwable.
See Also:
TestResult
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
protect
()
Run the following method protected.
Method Details
protect
void
protect
() throws
Throwable
Run the following method protected.
Throws:
Throwable