/external/google-fruit/tests/ |
D | test_bind_interface.py | 39 def test_bind_interface(self, XAnnot, MaybeConstXAnnot, XConstRefAnnot, YAnnot): argument 75 def test_bind_interface_to_constant(self, XAnnot, ConstXAnnot, XConstRefAnnot, YAnnot): argument 109 def test_bind_interface_target_bound_in_other_component(self, XAnnot, XRefAnnot, YAnnot): argument 146 def test_bind_nonconst_interface_requires_nonconst_target(self, XAnnot, XRefAnnot, YAnnot): argument 173 def test_bind_interface_to_constant_nonconst_required_const_bound_error(self, XAnnot, YAnnot): argument 203 …def test_bind_nonconst_interface_requires_nonconst_target_abstract(self, XAnnot, XRefAnnot, YAnnot… argument 227 def test_error_not_base(self, XAnnot, intAnnot): argument 248 def test_error_bound_to_itself(self, XAnnot): argument
|
D | test_normalized_component.py | 36 def test_success_normalized_component_provides_unused(self, XAnnot, X_ANNOT, YAnnot): argument 71 def test_success(self, XAnnot, X_ANNOT, YAnnot): argument 106 def test_success_inline_component(self, XAnnot, X_ANNOT, YAnnot): argument 141 def test_injector_from_normalized_component_unsatisfied_requirements(self, XAnnot): argument 164 …lized_component_providing_nonconst_from_component_providing_const_error(self, XAnnot, ConstXAnnot): argument 188 …ctor_from_normalized_component_nonconst_requirements_provided_as_const_error(self, XAnnot, YAnnot): argument
|
D | test_component_and_injector_params.py | 45 def test_duplicate_type(self, XAnnot, MaybeConstXAnnot, Class): argument 64 def test_duplicate_type_different_constness(self, XAnnot, ConstXAnnot, Class): argument 107 def test_duplicate_type_in_required(self, XAnnot, MaybeConstXAnnot, Class): argument 125 …def test_component_duplicate_type_in_required_different_constness(self, Class, XAnnot, ConstXAnnot… argument 145 def test_same_type_in_required_and_provided(self, XAnnot, MaybeConstXAnnot, Class): argument 165 …def test_same_type_in_required_and_provided_different_constness(self, XAnnot, XAnnotInRequirements… argument 395 def test_error_requirements_in_injector(self, XAnnot, YAnnot): argument 410 def test_error_requirements_in_injector_second_argument(self, XAnnot, YAnnot): argument
|
D | test_multibindings_bind_instance.py | 30 def test_multibindings_bind_instance_ok(self, XAnnot): argument 58 def test_multibindings_bind_const_instance_error(self, XAnnot): argument 82 def test_multibindings_bind_instance_vector(self, XAnnot): argument 111 def test_multibindings_bind_const_instance_vector_error(self, XAnnot): argument 135 def test_multibindings_bind_instance_vector_of_consts_error(self, XAnnot): argument
|
D | test_multibindings_bind_provider.py | 393 …def test_bind_multibinding_provider_explicit_signature_success(self, ConstructX, XAnnot, XPtrAnnot… argument 425 …provider_explicit_signature_with_normalized_component_success(self, ConstructX, XAnnot, XPtrAnnot): argument 460 def test_multiple_providers(self, XAnnot, XPtrAnnot, intAnnot): argument 490 def test_bind_multibinding_provider_malformed_signature(self, ConstructX, XAnnot): argument 513 def test_bind_multibinding_provider_lambda_with_captures_error(self, ConstructX, XAnnot): argument 538 def test_provider_returns_nullptr_error(self, XAnnot, XPtrAnnot, XAnnotRegex): argument
|
D | test_injector.py | 50 def test_error_component_with_requirements(self, XAnnot): argument 71 def test_error_declared_types_not_provided(self, XAnnot): argument 97 def test_error_declared_nonconst_types_provided_as_const(self, XAnnot, ConstXAnnot): argument 122 …def test_error_declared_nonconst_types_provided_as_const_with_normalized_component(self, XAnnot, C… argument 143 def test_injector_get_error_type_not_provided(self, XAnnot, YAnnot): argument
|
D | test_component.py | 36 def test_move(self, XAnnot): argument 62 def test_move_partial_component(self, XAnnot): argument 96 def test_error_no_binding_found(self, XAnnot, ConstXAnnot): argument 117 def test_error_no_binding_found_abstract_class(self, XAnnot, ConstXAnnot): argument
|
D | test_binding_clash.py | 124 … binding1_preparation, binding1, binding2_preparation, binding2, XAnnot, YAnnot, Y2Annot): argument 164 …ing(self, binding1_preparation, binding1, binding2_preparation, binding2, XAnnot, YAnnot, Y2Annot): argument 309 def test_during_component_merge(self, NormalizedComponentXAnnot, ComponentXAnnot, XAnnot): argument 365 def test_bind_instance_and_bind_instance_runtime(self, XAnnot, XAnnotRegex): argument 397 def test_bind_instance_and_binding_runtime(self, XAnnot, XAnnotRegex): argument 428 def test_during_component_merge_consistent_ok(self, XAnnot): argument
|
D | test_multibindings_bind_interface.py | 36 def test_add_interface_multibinding_success(self, XAnnot, XImplAnnot): argument 72 …def test_add_interface_multibinding_const_target_error_install_first(self, XAnnot, XImplAnnot, Con… argument 103 …def test_add_interface_multibinding_const_target_error_binding_first(self, XAnnot, XImplAnnot, Con… argument 134 def test_error_not_base(self, XAnnot, intAnnot): argument
|
D | test_install.py | 218 def test_install_requiring_nonconst_then_install_requiring_const_ok(self, XAnnot, ConstXAnnot): argument 801 def test_install_component_functions_deduped(self, XAnnot): argument 847 def test_install_component_functions_deduped_across_normalized_component(self, XAnnot): argument 888 def test_install_component_functions_with_args_deduped(self, XAnnot): argument 934 def test_install_component_functions_different_args_not_deduped(self, XAnnot): argument
|
D | test_binding_compression.py | 40 def test_provider_returning_value_success_with_annotation(self, IAnnot, XAnnot, WithAnnot): argument 78 …def test_provider_returning_pointer_success_with_annotation(self, IAnnot, XAnnot, XPtrAnnot, WithA… argument
|
D | test_dependency_loop.py | 40 def test_loop_in_autoinject(self, XAnnot, XConstRefAnnot, YAnnot, YConstRefAnnot): argument 68 …def test_loop_in_autoinject_const(self, XAnnot, ConstXAnnot, XConstRefAnnot, YAnnot, YConstRefAnno… argument
|
D | test_register_instance.py | 135 …def test_bind_instance_two_explicit_type_arguments_success(self, XAnnot, MaybeConstXAnnot, XPtr, X… argument 163 def test_bind_instance_abstract_class_ok(self, XAnnot): argument 406 def test_bind_instance_mismatched_type_arguments(self, XAnnot): argument
|
D | test_register_provider.py | 183 def test_register_provider_error_not_function(self, XAnnot): argument 224 def test_register_provider_error_returned_nullptr(self, XAnnot, XPtrAnnot, XAnnotRegex): argument
|
D | test_injector_unsafe_get.py | 32 def test_success(self, XAnnot, YAnnot, ZAnnot): argument
|
D | test_register_factory.py | 1676 def test_register_factory_not_existing_constructor1(self, XAnnot, XFactoryAnnot): argument 1728 … def test_register_factory_not_existing_constructor2_returning_value(self, XAnnot, XFactoryAnnot): argument
|
D | test_register_constructor.py | 109 def test_autoinject_with_annotation_success(self, XAnnot, YAnnot, MaybeConstYAnnot, ZAnnot): argument
|