Lines Matching refs:XVariant
277 def test_bind_instance_non_normalized_type_error(self, XVariant): argument
278 if XVariant.endswith('&'):
279 XVariantRegexp = escape_regex(XVariant[:-1])
281 XVariantRegexp = escape_regex(XVariant)
305 … def test_bind_instance_non_normalized_type_error_with_annotation(self, XVariant, XVariantRegexp): argument
343 …bind_instance_non_normalized_type_error_two_explicit_type_arguments(self, XAnnotVariant, XVariant): argument
344 XVariantRegexp = escape_regex(XVariant)
365 def test_register_instance_error_must_be_reference(self, XVariant, XVariantRegex): argument
386 … def test_register_instance_error_must_be_reference_with_annotation(self, XVariant, XVariantRegex): argument
459 def test_bind_instance_type_not_normalized(self, XVariant, XVariantRegex): argument
479 def test_bind_instance_type_not_injectable_error(self, XVariant, XVariantRegex): argument