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

  /external/google-fruit/tests/
test_binding_compression.py 73 @pytest.mark.parametrize('IAnnot,XAnnot,XPtrAnnot,WithAnnot', [
77 def test_provider_returning_pointer_success_with_annotation(IAnnot, XAnnot, XPtrAnnot, WithAnnot):
88 .registerProvider<XPtrAnnot()>([](){return new X();})
test_multibindings_bind_provider.py 395 @pytest.mark.parametrize('ConstructX,XAnnot,XPtrAnnot', [
401 def test_bind_multibinding_provider_explicit_signature_success(ConstructX, XAnnot, XPtrAnnot):
411 .addMultibindingProvider<XPtrAnnot()>([](){return ConstructX;});
427 @pytest.mark.parametrize('ConstructX,XAnnot,XPtrAnnot', [
433 def test_bind_multibinding_provider_explicit_signature_with_normalized_component_success(ConstructX, XAnnot, XPtrAnnot):
443 .addMultibindingProvider<XPtrAnnot()>([](){return ConstructX;});
464 @pytest.mark.parametrize('XAnnot,XPtrAnnot,intAnnot', [
468 def test_multiple_providers(XAnnot, XPtrAnnot, intAnnot):
476 .addMultibindingProvider<XPtrAnnot(intAnnot)>([](int){return new X();});
542 # TODO: should XPtrAnnot be just XAnnot in the signature
    [all...]
test_register_factory.py 65 @pytest.mark.parametrize('ConstructX,XPtrAnnot,XPtrFactoryAnnot', [
71 def test_register_factory_success_no_params(ConstructX, XPtrAnnot, XPtrFactoryAnnot):
77 .registerFactory<XPtrAnnot()>([](){return ConstructX;});
    [all...]
test_register_instance.py 128 @pytest.mark.parametrize('XAnnot,MaybeConstXAnnot,XPtr,XPtrAnnot', [
134 def test_bind_instance_two_explicit_type_arguments_success(XAnnot, MaybeConstXAnnot, XPtr, XPtrAnnot):
152 XPtr x1 = injector.get<XPtrAnnot>();
test_register_provider.py 221 @pytest.mark.parametrize('XAnnot,XPtrAnnot,XAnnotRegex', [
225 def test_register_provider_error_returned_nullptr(XAnnot, XPtrAnnot, XAnnotRegex):
231 .registerProvider<XPtrAnnot()>([](){return (X*)nullptr;});

Completed in 1365 milliseconds