]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/testing/repository/TestRepository.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / testing / 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 }