JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.chemistry
Class AtomTest

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

public class AtomTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
AtomTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testIsElement()
           
 void testIsIn()
           
 void testTranslateWithNeighbors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomTest

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

setUp

public void setUp()

testIsIn

public void testIsIn()

testIsElement

public void testIsElement()

testTranslateWithNeighbors

public void testTranslateWithNeighbors()

JavaGenes, NASA Ames. Written largely by Al Globus