def _assertCounting(self, processedBRList, origBRTuples, origGEList):
     assertBoundingRegions(
         GEBoundingRegionElementCounter,
         self.assertEqual,
         processedBRList,
         origBRTuples,
         origGEList,
         sendBoundingRegionsToDecorator=True,
     )
 def _assertCounting(self, processedBRList, origBRTuples, origGEList):
     assertBoundingRegions(GEDependentAttributesHolder, self.assertEqual, \
                           processedBRList, origBRTuples, origGEList)