Home
last modified time | relevance | path

Searched refs:makeAzulene (Results 1 – 13 of 13) sorted by relevance

/dports/science/cdk/cdk-cdk-2.3/base/test-standard/src/test/java/org/openscience/cdk/ringsearch/
H A DRingPartitionerTest.java61 IAtomContainer azulene = TestMoleculeFactory.makeAzulene(); in testPartitionIntoRings()
/dports/science/cdk/cdk-cdk-2.3/base/test-standard/src/test/java/org/openscience/cdk/aromaticity/
H A DAtomTypeModelTest.java102 test(TestMoleculeFactory.makeAzulene(), 1, 1, 1, 1, 1, 1, 1, 1, 1, 1); in azulene()
H A DExocyclicAtomTypeModelTest.java102 test(TestMoleculeFactory.makeAzulene(), 1, 1, 1, 1, 1, 1, 1, 1, 1, 1); in azulene()
H A DPiBondModelTest.java101 test(TestMoleculeFactory.makeAzulene(), 1, 1, 1, 1, 1, 1, 1, 1, 1, 1); in azulene()
H A DDaylightModelTest.java102 test(addHydrogens(TestMoleculeFactory.makeAzulene()), 1, 1, 1, 1, 1, 1, 1, 1, 1, 1); in azulene()
/dports/science/cdk/cdk-cdk-2.3/tool/group/src/test/java/org/openscience/cdk/group/
H A DBondDiscretePartitionRefinerTest.java190 IAtomContainer mol = TestMoleculeFactory.makeAzulene(); in testAzulene()
H A DAtomDiscretePartitionRefinerTest.java195 IAtomContainer mol = TestMoleculeFactory.makeAzulene(); in testAzulene()
/dports/science/cdk/cdk-cdk-2.3/misc/test-extra/src/test/java/org/openscience/cdk/graph/invariant/
H A DEquivalentClassPartitionerTest.java286 IAtomContainer mol = TestMoleculeFactory.makeAzulene(); in testAromaticSystem()
/dports/science/cdk/cdk-cdk-2.3/legacy/src/test/java/org/openscience/cdk/aromaticity/
H A DDoubleBondAcceptingAromaticityDetectorTest.java211 IAtomContainer molecule = TestMoleculeFactory.makeAzulene(); in testAzulene()
H A DCDKHueckelAromaticityDetectorTest.java236 IAtomContainer molecule = TestMoleculeFactory.makeAzulene(); in testAzulene()
/dports/science/cdk/cdk-cdk-2.3/legacy/src/main/java/org/openscience/cdk/templates/
H A DMoleculeFactory.java573 public static IAtomContainer makeAzulene() { in makeAzulene() method in MoleculeFactory
/dports/science/cdk/cdk-cdk-2.3/base/data/src/test/java/org/openscience/cdk/templates/
H A DTestMoleculeFactory.java572 public static IAtomContainer makeAzulene() { in makeAzulene() method in TestMoleculeFactory
/dports/science/cdk/cdk-cdk-2.3/base/test-core/src/test/java/org/openscience/cdk/atomtype/
H A DCDKAtomTypeMatcherTest.java2147 IAtomContainer molecule = TestMoleculeFactory.makeAzulene(); in testAzulene()