HomeSort by relevance Sort by last modified time
    Searched refs:XAnnotRegex (Results 1 - 3 of 3) sorted by null

  /external/google-fruit/tests/
test_binding_clash.py 425 @pytest.mark.parametrize('XAnnot,XAnnotRegex', [
429 def test_bind_instance_and_bind_instance_runtime(XAnnot, XAnnotRegex):
452 'Fatal injection error: the type XAnnotRegex was provided more than once, with different bindings.',
457 @pytest.mark.parametrize('XAnnot,XAnnotRegex', [
461 def test_bind_instance_and_binding_runtime(XAnnot, XAnnotRegex):
483 'Fatal injection error: the type XAnnotRegex was provided more than once, with different bindings.',
test_multibindings_bind_provider.py 544 @pytest.mark.parametrize('XAnnot,XPtrAnnot,XAnnotRegex', [
548 def test_provider_returns_nullptr_error(XAnnot, XPtrAnnot, XAnnotRegex):
563 'Fatal injection error: attempting to get an instance for the type XAnnotRegex but the provider returned nullptr',
test_register_provider.py 221 @pytest.mark.parametrize('XAnnot,XPtrAnnot,XAnnotRegex', [
225 def test_register_provider_error_returned_nullptr(XAnnot, XPtrAnnot, XAnnotRegex):
240 'Fatal injection error: attempting to get an instance for the type XAnnotRegex but the provider returned nullptr',

Completed in 269 milliseconds