Lines Matching refs:getExceptions
328 getExceptions; in run() local
353 getExceptions = attribute->getGetExceptions(); in run()
354 assertEqual< sal_Int32 >(0, getExceptions.getLength()); in run()
376 getExceptions = attribute->getGetExceptions(); in run()
377 assertEqual< sal_Int32 >(2, getExceptions.getLength()); in run()
382 getExceptions[0]->getName()); in run()
386 getExceptions[1]->getName()); in run()
417 getExceptions = attribute->getGetExceptions(); in run()
418 assertEqual< sal_Int32 >(1, getExceptions.getLength()); in run()
423 getExceptions[0]->getName()); in run()
450 assertEqual< sal_Int32 >(1, method->getExceptions().getLength()); in run()
454 method->getExceptions()[0]->getName()); in run()
470 assertEqual< sal_Int32 >(0, method->getExceptions().getLength()); in run()
521 0, service->getConstructors()[0]->getExceptions().getLength()); in run()
544 1, service->getConstructors()[1]->getExceptions().getLength()); in run()
548 service->getConstructors()[1]->getExceptions()[0]->getName()); in run()