Searched refs:ConstXAnnot (Results 1 – 7 of 7) sorted by relevance
/external/google-fruit/tests/ |
D | test_injector.py | 96 def test_error_declared_nonconst_types_provided_as_const(XAnnot, ConstXAnnot): argument 121 …est_error_declared_nonconst_types_provided_as_const_with_normalized_component(XAnnot, ConstXAnnot): argument 174 def test_injector_const_provided_type_does_not_allow_injecting_nonconst_variants(ConstXAnnot, XInje… argument
|
D | test_component.py | 95 def test_error_no_binding_found(XAnnot, ConstXAnnot): argument 116 def test_error_no_binding_found_abstract_class(XAnnot, ConstXAnnot): argument
|
D | test_component_and_injector_params.py | 65 def test_duplicate_type_different_constness(XAnnot, ConstXAnnot, Class): argument 128 def test_component_duplicate_type_in_required_different_constness(Class, XAnnot, ConstXAnnot): argument
|
D | test_dependency_loop.py | 67 def test_loop_in_autoinject_const(XAnnot, ConstXAnnot, XConstRefAnnot, YAnnot, YConstRefAnnot): argument
|
D | test_normalized_component.py | 163 …_normalized_component_providing_nonconst_from_component_providing_const_error(XAnnot, ConstXAnnot): argument
|
D | test_bind_interface.py | 74 def test_bind_interface_to_constant(XAnnot, ConstXAnnot, XConstRefAnnot, YAnnot): argument
|
D | test_install.py | 216 def test_install_requiring_nonconst_then_install_requiring_const_ok(XAnnot, ConstXAnnot): argument
|