package org.simantics.scl.compiler.testing.repository; import java.util.Collection; import org.simantics.scl.compiler.testing.TestRunnable; public interface TestRepository { void collectTests(Collection tests); }