The Octet Molecular Representation Framework v0.8.2

net.sf.octet.test
Class MoleculeConvertorTest

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

public class MoleculeConvertorTest
extends OctetTestCase

A set of tests for MoleculeConvertor functionality.

Author:
Richard Apodaca

Constructor Summary
MoleculeConvertorTest()
          Default constructor.
 
Method Summary
 void testConvertBenzylRadical()
          Verifies that an exact copy of the benzyl radical is produced.
 void testConvertSingletDichlorocarbene()
          Verifies that an exact copy of singlet dichlorocarbene is produced.
 void testConvertTripletDichlorocarbene()
          Verifies that an exact copy of triplet dichlorocarbene is produced.
 
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

MoleculeConvertorTest

public MoleculeConvertorTest()
Default constructor.

Method Detail

testConvertBenzylRadical

public void testConvertBenzylRadical()
Verifies that an exact copy of the benzyl radical is produced.


testConvertTripletDichlorocarbene

public void testConvertTripletDichlorocarbene()
Verifies that an exact copy of triplet dichlorocarbene is produced.


testConvertSingletDichlorocarbene

public void testConvertSingletDichlorocarbene()
Verifies that an exact copy of singlet dichlorocarbene is produced.


The Octet Molecular Representation Framework v0.8.2