/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 …ef test_bind_nonconst_interface_requires_nonconst_target_abstract(self, XAnnot, XRefAnnot, YAnnot): 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 188 …ctor_from_normalized_component_nonconst_requirements_provided_as_const_error(self, XAnnot, YAnnot): 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_component_and_injector_params.py | 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_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
|
D | test_injector_unsafe_get.py | 32 def test_success(self, XAnnot, YAnnot, ZAnnot): argument
|
D | test_injector.py | 143 def test_injector_get_error_type_not_provided(self, XAnnot, YAnnot): argument
|
D | test_multibindings_bind_provider.py | 370 …ng_provider_with_param_error_type_not_injectable(self, ConstructX, XPtr, YAnnot, ConstYAnnot, YVar… argument
|
D | test_register_constructor.py | 109 def test_autoinject_with_annotation_success(self, XAnnot, YAnnot, MaybeConstYAnnot, ZAnnot): argument
|