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

  /external/google-fruit/tests/
test_multibindings_bind_provider.py 130 @pytest.mark.parametrize('YVariant', [
141 def test_bind_multibinding_provider_with_param_success(ConstructX, XPtr, WithAnnot, YVariant):
155 .addMultibindingProvider<XPtr(WithAnnot<YVariant>)>([](YVariant){ return ConstructX; });
179 @pytest.mark.parametrize('YVariant', [
186 def test_bind_multibinding_provider_with_param_const_binding_success(ConstructX, XPtr, WithAnnot, YVariant):
202 .addMultibindingProvider<XPtr(WithAnnot<YVariant>)>([](YVariant){ return ConstructX; });
226 @pytest.mark.parametrize('YVariant', [
232 def test_bind_multibinding_provider_with_param_error_nonconst_param_required(ConstructX, XPtr, WithAnnot, YAnnotRegex, YVariant)
    [all...]
test_register_constructor.py 305 @pytest.mark.parametrize('YVariant', [
316 def test_register_constructor_with_param_success(WithAnnotation, YVariant):
320 X(YVariant) {
332 .registerConstructor<X(WithAnnotation<YVariant>)>();
349 @pytest.mark.parametrize('YVariant', [
356 def test_register_constructor_with_param_const_binding_success(WithAnnotation, YVariant):
360 X(YVariant) {
374 .registerConstructor<X(WithAnnotation<YVariant>)>();
391 @pytest.mark.parametrize('YVariant', [
397 def test_register_constructor_with_param_error_nonconst_param_required(WithAnnotation, YAnnotRegex, YVariant)
    [all...]
test_register_provider.py 253 @pytest.mark.parametrize('YVariant', [
264 def test_register_provider_with_param_success(ConstructX, XPtr, WithAnnot, YVariant):
277 .registerProvider<XPtr(WithAnnot<YVariant>)>([](YVariant){ return ConstructX; });
298 @pytest.mark.parametrize('YVariant', [
305 def test_register_provider_with_param_const_binding_success(ConstructX, XPtr, WithAnnot, YVariant):
320 .registerProvider<XPtr(WithAnnot<YVariant>)>([](YVariant){ return ConstructX; });
341 @pytest.mark.parametrize('YVariant', [
347 def test_register_provider_with_param_error_nonconst_param_required(ConstructX, XPtr, WithAnnot, YAnnotRegex, YVariant)
    [all...]
test_register_factory.py     [all...]

Completed in 50 milliseconds