package org.simantics.scl.compiler.testing; public interface TestRunnable { String getName(); void run() throws Exception; }