The Octet Molecular Representation Framework v0.8.2

net.sf.octet.test
Class ConformationTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sf.octet.test.OctetTestCase
              extended bynet.sf.octet.test.ConformationTest
All Implemented Interfaces:
junit.framework.Test

public class ConformationTest
extends OctetTestCase

A set of tests of Molecule conformation.

Author:
Richard Apodaca

Constructor Summary
ConformationTest()
          Default constructor.
 
Method Summary
 void testCompare2PenteneIsomers()
          Compares the conformations of cis- and trans-2-pentene.
 void testCompareBinaphthylIsomers()
          Compares the conformations of (R)- and (S)- binaphthyl using BasicConformationComparator.
 void testComparePenteneIsomersWithGammaSequenceReversal()
          Compares the conformations of cis- and trans-2-pentene with reversed GammaSequence definitions.
 
Methods inherited from class net.sf.octet.test.OctetTestCase
getMoleculeBuilder
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConformationTest

public ConformationTest()
Default constructor.

Method Detail

testCompare2PenteneIsomers

public void testCompare2PenteneIsomers()
Compares the conformations of cis- and trans-2-pentene.


testComparePenteneIsomersWithGammaSequenceReversal

public void testComparePenteneIsomersWithGammaSequenceReversal()
Compares the conformations of cis- and trans-2-pentene with reversed GammaSequence definitions.


testCompareBinaphthylIsomers

public void testCompareBinaphthylIsomers()
Compares the conformations of (R)- and (S)- binaphthyl using BasicConformationComparator.


The Octet Molecular Representation Framework v0.8.2