Home
last modified time | relevance | path

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

/dports/science/cdk/cdk-cdk-2.3/descriptor/qsarmolecular/src/test/java/org/openscience/cdk/qsar/descriptors/molecular/
H A DSmallRingDescriptorTest.java138 int gotSmallRings = 0, gotRingBlocks = 0, gotAromRings = 0, gotAromBlocks = 0; in validate() local
143 gotRingBlocks = values.get(n); in validate()
152 else if (gotRingBlocks != wantRingBlocks) in validate()
153 error = "Got " + gotRingBlocks + " ring blocks, expected " + wantRingBlocks; in validate()