We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d0b24 commit 03f3257Copy full SHA for 03f3257
src/test/java/org/scijava/ContextCreationTest.java
@@ -73,9 +73,12 @@ public void testFull() {
73
{ org.scijava.event.DefaultEventService.class,
74
org.scijava.app.DefaultAppService.class,
75
org.scijava.app.DefaultStatusService.class,
76
+ org.scijava.console.DefaultConsoleService.class,
77
org.scijava.event.DefaultEventHistory.class,
78
+ org.scijava.io.DefaultIOService.class,
79
org.scijava.object.DefaultObjectService.class,
80
org.scijava.plugin.DefaultPluginService.class,
81
+ org.scijava.text.DefaultTextService.class,
82
org.scijava.thread.DefaultThreadService.class,
83
org.scijava.log.StderrLogService.class };
84
0 commit comments