OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZAnnot
(Results
1 - 3
of
3
) sorted by null
/external/google-fruit/tests/
test_injector_unsafe_get.py
27
@pytest.mark.parametrize('XAnnot,YAnnot,
ZAnnot
', [
31
def test_success(XAnnot, YAnnot,
ZAnnot
):
59
const Z* z = fruit::impl::InjectorAccessorForTests::unsafeGet<
ZAnnot
>(injector);
test_component_and_injector_params.py
286
@pytest.mark.parametrize('ConstZAnnot,
ZAnnot
', [
290
def test_const_class_type_ok(ConstZAnnot,
ZAnnot
):
298
.bindInstance<
ZAnnot
, Z>(z);
308
injector.get<
ZAnnot
>();
316
@pytest.mark.parametrize('ConstZAnnot,
ZAnnot
', [
320
def test_const_class_type_in_requirements_ok(ConstZAnnot,
ZAnnot
):
332
.bindInstance<
ZAnnot
, Z>(z);
338
injector.get<
ZAnnot
>();
test_register_constructor.py
102
@pytest.mark.parametrize('XAnnot,YAnnot,MaybeConstYAnnot,
ZAnnot
', [
107
def test_autoinject_with_annotation_success(XAnnot, YAnnot, MaybeConstYAnnot,
ZAnnot
):
121
fruit::Component<
ZAnnot
, MaybeConstYAnnot, XAnnot> getComponent() {
Completed in 3612 milliseconds