The Octet Molecular Representation Framework v0.8.2

net.sf.octet.test
Class IsomorphismTest

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

public class IsomorphismTest
extends OctetTestCase

A set of tests for IsomorphismTraverser functionality.

Author:
Richard Apodaca

Constructor Summary
IsomorphismTest()
          Default constructor.
 
Method Summary
 void testMapCubaneToCubane()
          Compares cubane with cubane.
 void testMapCyclohexaneToCubane()
          Compares cyclohexane with cubane.
 void testMapIsopentaneToIsopentane()
          Maps isopentane onto itself.
 void testMapPentaneToHexane()
          Maps n-pentane onto cyclohexane.
 
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

IsomorphismTest

public IsomorphismTest()
Default constructor.

Method Detail

testMapPentaneToHexane

public void testMapPentaneToHexane()
Maps n-pentane onto cyclohexane.


testMapCyclohexaneToCubane

public void testMapCyclohexaneToCubane()
Compares cyclohexane with cubane.


testMapCubaneToCubane

public void testMapCubaneToCubane()
Compares cubane with cubane.


testMapIsopentaneToIsopentane

public void testMapIsopentaneToIsopentane()
Maps isopentane onto itself.


The Octet Molecular Representation Framework v0.8.2