public interface  org.junit.jupiter.api.function.Executable extends java.lang.Object
{
public abstract void execute() throws java.lang.Throwable;
}