Home | History | Annotate | Download | only in tests

Lines Matching refs:XAnnot

1670 @pytest.mark.parametrize('XAnnot,XFactoryAnnot', [
1676 def test_register_factory_not_existing_constructor1(XAnnot, XFactoryAnnot):
1687 'FunctorSignatureDoesNotMatchError<XAnnot\(int\),XAnnot\((void)?\)>',
1722 @pytest.mark.parametrize('XAnnot,XFactoryAnnot', [
1728 def test_register_factory_not_existing_constructor2_returning_value(XAnnot, XFactoryAnnot):
1739 'FunctorSignatureDoesNotMatchError<XAnnot\(int\), XAnnot\((void)?\)>',