Lines Matching refs:hasRightAmountOfShapes
97 erg = hasRightAmountOfShapes(3); in _clearArrows()
99 erg &= hasRightAmountOfShapes(0); in _clearArrows()
106 tRes.tested("hideDependents()", hasRightAmountOfShapes(0)); in _hideDependents()
113 tRes.tested("hidePrecedents()", hasRightAmountOfShapes(0)); in _hidePrecedents()
119 tRes.tested("showDependents()", hasRightAmountOfShapes(1)); in _showDependents()
134 erg &= hasRightAmountOfShapes(2); in _showErrors()
152 result = hasRightAmountOfShapes(1); in _showInvalid()
154 result &= hasRightAmountOfShapes(0); in _showInvalid()
160 result &= hasRightAmountOfShapes(0); in _showInvalid()
172 tRes.tested("showPrecedents()", hasRightAmountOfShapes(2)); in _showPrecedents()
181 private boolean hasRightAmountOfShapes(int desiredValue) { in hasRightAmountOfShapes() method in _XSheetAuditing