Skip to content

Commit

Permalink
Added a missing expected method to allow documentation checking
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Nov 13, 2011
1 parent 24373c2 commit 9583094
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -33,6 +33,7 @@
import net.bioclipse.core.domain.IMolecule;
import net.bioclipse.core.domain.SMILESMolecule;
import net.bioclipse.core.tests.AbstractManagerTest;
import net.bioclipse.managers.business.IBioclipseManager;
import net.bioclipse.qsar.DescriptorType;
import net.bioclipse.qsar.QSARConstants;
import net.bioclipse.qsar.QsarFactory;
Expand All @@ -55,6 +56,10 @@ public abstract class AbstractQsarManagerPluginTest

protected static IQsarManager qsar;

public Class<? extends IBioclipseManager> getManagerInterface() {
return IQsarManager.class;
}

@Test
public void testQsarManager() {

Expand Down

0 comments on commit 9583094

Please sign in to comment.