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

  /external/google-fruit/tests/
test_component.py 133 @pytest.mark.parametrize('MaybeConst', [
137 def test_error_no_factory_binding_found(MaybeConst):
141 fruit::Component<MaybeConst std::function<std::unique_ptr<X>()>> getComponent() {
152 @pytest.mark.parametrize('MaybeConst', [
156 def test_error_no_factory_binding_found_with_annotation(MaybeConst):
160 fruit::Component<fruit::Annotated<Annotation1, MaybeConst std::function<std::unique_ptr<X>()>>> getComponent() {
test_register_factory.py 90 @pytest.mark.parametrize('MaybeConst', [
94 def test_register_factory_autoinject_success(MaybeConst):
117 fruit::Component<MaybeConst ScalerFactory> getScalerComponent() {
123 fruit::Injector<MaybeConst ScalerFactory> injector(getScalerComponent);
243 @pytest.mark.parametrize('MaybeConst', [
247 def test_autoinject_returning_value(MaybeConst):
269 fruit::Component<MaybeConst ScalerFactory> getScalerComponent() {
274 fruit::Injector<MaybeConst ScalerFactory> injector(getScalerComponent);
768 @pytest.mark.parametrize('MaybeConst', [
776 def test_autoinject_with_binding(MaybeConst, X_ANNOT)
    [all...]

Completed in 317 milliseconds