JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.chemistry
Class MoleculeTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.chemistry.MoleculeTest

public class MoleculeTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
MoleculeTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testGetAllAtoms()
           
 void testGetAtom()
           
 void testPropertiesFromCommentAndPropertiesCopy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoleculeTest

public MoleculeTest(java.lang.String name)
Method Detail

setUp

public void setUp()

testPropertiesFromCommentAndPropertiesCopy

public void testPropertiesFromCommentAndPropertiesCopy()

testGetAtom

public void testGetAtom()

testGetAllAtoms

public void testGetAllAtoms()

JavaGenes, NASA Ames. Written largely by Al Globus