Package junit.framework
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 Detail
-
protect
void protect() throws java.lang.Throwable
Run the following method protected.- Throws:
java.lang.Throwable
-
-