Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added the new test to the test suite
  • Loading branch information
egonw committed Aug 11, 2012
1 parent 8a7e7c2 commit 219527a
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -10,14 +10,17 @@
******************************************************************************/
package net.bioclipse.opentox.test;

import net.bioclipse.opentox.test.api.TaskTest;

import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;

@RunWith(Suite.class)
@SuiteClasses({
APITest.class,
CoverageTest.class
CoverageTest.class,
TaskTest.class
})
public class AllOpentoxManagerTests {

Expand Down

0 comments on commit 219527a

Please sign in to comment.