The Octet Molecular Representation Framework v0.8.2

net.sf.octet.test
Class AllCyclesQueryTest

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

public class AllCyclesQueryTest
extends OctetTestCase

A set of unit tests for all cycles detection.

Author:
Richard Apodaca

Constructor Summary
AllCyclesQueryTest()
          Default constructor.
 
Method Summary
 void testMatchHexaneCycles()
          Verifies that hexane contains no cycles.
 void testMatchNaphthaleneCycles()
          Verifies that naphthalene contains three cycles.
 
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

AllCyclesQueryTest

public AllCyclesQueryTest()
Default constructor.

Method Detail

testMatchNaphthaleneCycles

public void testMatchNaphthaleneCycles()
Verifies that naphthalene contains three cycles.


testMatchHexaneCycles

public void testMatchHexaneCycles()
Verifies that hexane contains no cycles.


The Octet Molecular Representation Framework v0.8.2