Skip to content

Instantly share code, notes, and snippets.

@egonw
Created May 22, 2011 05:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save egonw/985200 to your computer and use it in GitHub Desktop.
Template unit test for CDK descriptors
package org.openscience.cdk.qsar.descriptors.molecular;
import org.junit.Before;
public class NewDescriptorTest extends MolecularDescriptorTest {
@Before
public void setUp() throws Exception {
setDescriptor(NewDescriptor.class);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment