]> gerrit.simantics Code Review - simantics/platform.git/blob - TestRepository.java
485b2f65d41fa87ff36a176d59019c633a0edbc5
[simantics/platform.git] / TestRepository.java
1 package org.simantics.scl.compiler.testing.repository;
2
3 import java.util.Collection;
4
5 import org.simantics.scl.compiler.testing.TestRunnable;
6
7 public interface TestRepository {
8     void collectTests(Collection<TestRunnable> tests);
9 }