File tree Expand file tree Collapse file tree
src/test/java/net/imagej/ops2
test/java/org/scijava/threads Expand file tree Collapse file tree Original file line number Diff line number Diff line change 300300 <version >${project.version} </version >
301301 <scope >test</scope >
302302 </dependency >
303- <dependency >
304- <groupId >org.scijava</groupId >
305- <artifactId >scijava-threads</artifactId >
306- <version >${project.version} </version >
307- <scope >test</scope >
308- </dependency >
309303 <dependency >
310304 <!-- Do not remove - Maven incorrectly identifies it as an unused dependency! -->
311305 <groupId >org.scijava</groupId >
Original file line number Diff line number Diff line change 330330 <artifactId >scifio</artifactId >
331331 <scope >test</scope >
332332 </dependency >
333- <dependency >
334- <groupId >org.scijava</groupId >
335- <artifactId >scijava-threads</artifactId >
336- <version >${project.version} </version >
337- <scope >test</scope >
338- </dependency >
339333 <dependency >
340334 <!-- Do not remove - Maven incorrectly identifies it as an unused dependency! -->
341335 <groupId >org.scijava</groupId >
Original file line number Diff line number Diff line change 2929
3030package net .imagej .ops2 ;
3131
32- import io .scif .img .ImgIOException ;
33- import io .scif .img .ImgOpener ;
34-
3532import java .util .Arrays ;
3633import java .util .Random ;
3734
35+ import org .scijava .io .location .FileLocation ;
36+ import org .scijava .ops .api .OpBuilder ;
37+
38+ import io .scif .img .ImgIOException ;
39+ import io .scif .img .ImgOpener ;
3840import net .imglib2 .Interval ;
3941import net .imglib2 .Localizable ;
4042import net .imglib2 .Point ;
5153import net .imglib2 .util .Util ;
5254import net .imglib2 .view .Views ;
5355
54- import org .junit .jupiter .api .BeforeAll ;
55- import org .junit .jupiter .api .BeforeEach ;
56- import org .scijava .io .location .FileLocation ;
57- import org .scijava .ops .api .OpBuilder ;
58- import org .scijava .ops .api .OpEnvironment ;
59- import org .scijava .ops .engine .DefaultOpEnvironment ;
60- import org .scijava .threads .DefaultThreadManager ;
61- import org .scijava .threads .ThreadManager ;
62-
6356/** Abstract base class for coloc op unit tests. */
6457public abstract class AbstractColocalisationTest extends AbstractOpTest {
6558
Original file line number Diff line number Diff line change 3535import org .scijava .ops .api .OpEnvironment ;
3636import org .scijava .ops .engine .DefaultOpEnvironment ;
3737import org .scijava .ops .spi .Op ;
38- import org .scijava .threads .DefaultThreadManager ;
39- import org .scijava .threads .ThreadManager ;
4038
4139import io .scif .img .IO ;
4240import net .imglib2 .Cursor ;
6563public abstract class AbstractOpTest {
6664
6765 protected static final OpEnvironment ops = new DefaultOpEnvironment ();
68- protected static final ThreadManager threads = new DefaultThreadManager ();
6966
7067 private int seed ;
7168
Original file line number Diff line number Diff line change 6868 <module >scijava/scijava-progress</module >
6969 <module >scijava/scijava-struct</module >
7070 <module >scijava/scijava-taglets</module >
71- <module >scijava/scijava-threads</module >
7271 <module >scijava/scijava-testutil</module >
7372 <module >scijava/scijava-types</module >
7473 </modules >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments