Skip to content

Commit

Permalink
TestClass annotation for AtomPlacer3D
Browse files Browse the repository at this point in the history
Signed-off-by: Rajarshi  Guha <rajarshi.guha@gmail.com>
  • Loading branch information
danielszisz authored and rajarshi committed May 2, 2012
1 parent b0e9389 commit 08e6b58
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -30,6 +30,7 @@

import org.openscience.cdk.AtomContainer;
import org.openscience.cdk.CDKConstants;
import org.openscience.cdk.annotations.TestClass;
import org.openscience.cdk.exception.CDKException;
import org.openscience.cdk.geometry.GeometryTools;
import org.openscience.cdk.interfaces.IAtom;
Expand All @@ -46,6 +47,9 @@
* @cdk.module builder3d
* @cdk.githash
*/
@TestClass("org.openscience.cdk.modeling.builder3d.AtomPlacer3DTest" +
"org.openscience.cdk.modeling.builder3d.FurtherAtomPlacer3DTest")

public class AtomPlacer3D {

private Map<Object,List> pSet = null;
Expand Down

0 comments on commit 08e6b58

Please sign in to comment.