Package junit.framework
Interface Protectable
-
public interface ProtectableA 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 voidprotect()Run the following method protected.
-