|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
net.sf.octet.test.OctetTestCase
net.sf.octet.test.DepthTraverserTest
A test case for BasicDepthFirstTraverser and its helpers.
| Constructor Summary | |
DepthTraverserTest()
Default constructor. |
|
| Method Summary | |
void |
testTraverseCubane()
Uses a BasicDepthFirstTraverser to walk some of the Atoms
of cubane. |
void |
testTraverseCyclohexane()
Uses a BasicDepthFirstTraverser to walk some of the Atoms
of cyclohexane. |
void |
testTraverseHexane()
Uses a BasicDepthFirstTraverser to walk some of the Atoms
of hexane. |
void |
testTraverseIsopentane()
Uses a BasicDepthFirstTraverser to walk some of the Atoms
of isopentane. |
| 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 |
public DepthTraverserTest()
| Method Detail |
public void testTraverseHexane()
BasicDepthFirstTraverser to walk some of the Atoms
of hexane. Verifies branching and cycle perception give the expected
results.
public void testTraverseIsopentane()
BasicDepthFirstTraverser to walk some of the Atoms
of isopentane. Verifies branching and cycle perception give the expected
results.
public void testTraverseCyclohexane()
BasicDepthFirstTraverser to walk some of the Atoms
of cyclohexane. Verifies branching and cycle perception give the expected
results.
public void testTraverseCubane()
BasicDepthFirstTraverser to walk some of the Atoms
of cubane. Verifies branching and cycle perception give the expected
results.
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||