]> gerrit.simantics Code Review - simantics/platform.git/blob - repository/TestRepository.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / repository / 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 }