Lines Matching refs:XVariant
276 def test_bind_instance_non_normalized_type_error(XVariant): argument
277 if XVariant.endswith('&'):
278 XVariantRegexp = escape_regex(XVariant[:-1])
280 XVariantRegexp = escape_regex(XVariant)
304 def test_bind_instance_non_normalized_type_error_with_annotation(XVariant, XVariantRegexp): argument
342 … test_bind_instance_non_normalized_type_error_two_explicit_type_arguments(XAnnotVariant, XVariant): argument
343 XVariantRegexp = escape_regex(XVariant)
364 def test_register_instance_error_must_be_reference(XVariant, XVariantRegex): argument
385 def test_register_instance_error_must_be_reference_with_annotation(XVariant, XVariantRegex): argument
458 def test_bind_instance_type_not_normalized(XVariant, XVariantRegex): argument
478 def test_bind_instance_type_not_injectable_error(XVariant, XVariantRegex): argument