package org.testory.common; public interface VoidClosure { void invoke() throws Throwable; }