Home
last modified time | relevance | path

Searched refs:expectedStereo (Results 1 – 2 of 2) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A DtestChirality.cpp2648 Bond::BondStereo expectedStereo) { in stereochemTester() argument
2662 TEST_ASSERT(m->getBondWithIdx(3)->getStereo() == expectedStereo); in stereochemTester()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Wrap/
H A Drough_test.py5123 def _stereoTester(mol, expectedCIP, expectedStereo): argument
5133 self.assertEqual(mol.GetBondWithIdx(3).GetStereo(), expectedStereo)