public interface  org.junit.function.ThrowingRunnable extends java.lang.Object
{
public abstract void run() throws java.lang.Throwable;
}