The Octet Molecular Representation Framework v0.8.2

net.sf.octet.test
Class ConfigurationTest

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

public class ConfigurationTest
extends OctetTestCase

A test for Configuration and ConfigurationComparator functionality.

Author:
Richard Apodaca

Constructor Summary
ConfigurationTest()
          Default constructor.
 
Method Summary
 void testCompareButanonecyanohydrinAndButanolConfigurations()
          Verifies that the configurations of (S)-2-butanol and (R)-2-cyano-2-butanol at C2 are homomorphic when compared in a partial sense.
 void testCompareButanonecyanohydrinConfigurations()
          Verifies that the enantiomers of 2-cyano-2-butanol have enantiomorphic configurations at C2.
 void testCompareIsobutanolConfigurations()
          Verifies that the enantiomers of 2-butanol have enantiomorphic configurations at C2.
 void testCompareNonstereogenicConfigurations()
          Verifies that the configurations at C0 of hexane are homomorphic.
 
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

ConfigurationTest

public ConfigurationTest()
Default constructor.

Method Detail

testCompareIsobutanolConfigurations

public void testCompareIsobutanolConfigurations()
Verifies that the enantiomers of 2-butanol have enantiomorphic configurations at C2.


testCompareButanonecyanohydrinConfigurations

public void testCompareButanonecyanohydrinConfigurations()
Verifies that the enantiomers of 2-cyano-2-butanol have enantiomorphic configurations at C2.


testCompareButanonecyanohydrinAndButanolConfigurations

public void testCompareButanonecyanohydrinAndButanolConfigurations()
Verifies that the configurations of (S)-2-butanol and (R)-2-cyano-2-butanol at C2 are homomorphic when compared in a partial sense.


testCompareNonstereogenicConfigurations

public void testCompareNonstereogenicConfigurations()
Verifies that the configurations at C0 of hexane are homomorphic.


The Octet Molecular Representation Framework v0.8.2