Update doc links #10
GitHub Actions / Test Results
succeeded
Apr 15, 2024 in 0s
All 97 tests pass in 0s
2 files 6 suites 0s ⏱️
97 tests 97 ✅ 0 💤 0 ❌
193 runs 193 ✅ 0 💤 0 ❌
Results for commit e5d1e00.
Annotations
Check notice on line 0 in .github
github-actions / Test Results
97 tests found
There are 97 tests, see "Raw output" for the full list of tests.
Raw output
collection::tests ‑ clear_should_remove_all_elements
collection::tests ‑ is_empty_should_return_false_when_not_empty
collection::tests ‑ is_empty_should_return_true_when_empty
collection::tests ‑ length_should_return_count_when_not_empty
collection::tests ‑ length_should_return_zero_when_empty
collection::tests ‑ remove_all_should_remove_registered_services
collection::tests ‑ remove_should_remove_element_at_index
collection::tests ‑ replace_should_replace_first_registered_service
collection::tests ‑ service_collection_should_drop_existing_as_service
collection::tests ‑ service_collection_should_not_drop_service_if_never_instantiated
collection::tests ‑ try_add_all_should_only_add_descriptors_for_unregistered_implementations
collection::tests ‑ try_add_should_do_nothing_when_service_is_registered
collection::tests ‑ try_add_to_all_should_add_descriptor_when_implementation_is_unregistered
collection::tests ‑ try_add_to_all_should_not_add_descriptor_when_implementation_is_registered
collection::tests ‑ try_replace_should_do_nothing_when_service_is_registered
format ‑ debug_should_format_service_collection
inject::tests ‑ inject_should_invoke_constructor_injection
lazy_init::tests ‑ empty_should_initialize_lazy
lazy_init::tests ‑ init_mut_should_create_lazy_from_instance
lazy_init::tests ‑ init_should_create_lazy_from_instance
lazy_init::tests ‑ init_with_key_mut_should_create_lazy_from_instance
lazy_init::tests ‑ init_with_key_should_create_lazy_from_instance
lazy_init::tests ‑ lazy_should_allow_missing_optional_service
lazy_init::tests ‑ lazy_should_return_optional_service
lazy_init::tests ‑ lazy_should_return_required_service
lazy_init::tests ‑ lazy_should_return_same_scoped_service
lazy_init::tests ‑ missing_should_initialize_lazy
provider::tests ‑ clone_should_be_shallow
provider::tests ‑ get_all_by_key_should_return_all_services
provider::tests ‑ get_all_should_return_all_services
provider::tests ‑ get_by_key_should_return_none_when_service_is_unregistered
provider::tests ‑ get_by_key_should_return_registered_service
provider::tests ‑ get_required_by_key_should_panic_when_service_is_unregistered
provider::tests ‑ get_required_by_key_should_return_registered_service
provider::tests ‑ get_required_should_panic_when_service_is_unregistered
provider::tests ‑ get_required_should_return_registered_service
provider::tests ‑ get_should_return_different_instances_for_transient_service
provider::tests ‑ get_should_return_none_when_service_is_unregistered
provider::tests ‑ get_should_return_registered_service
provider::tests ‑ get_should_return_same_instance_for_singleton_service
provider::tests ‑ parent_child_scoped_service_providers_should_create_different_instances
provider::tests ‑ scoped_service_provider_should_have_same_singleton_when_eager_created_in_parent
provider::tests ‑ scoped_service_provider_should_have_same_singleton_when_lazy_created_in_parent
provider::tests ‑ service_provider_should_be_async_safe
provider::tests ‑ service_provider_should_drop_existing_as_service
provider::tests ‑ service_provider_should_drop_lazy_initialized_service
provider::tests ‑ service_provider_should_not_drop_service_if_never_instantiated
provider::tests ‑ two_scoped_service_providers_should_create_different_instances
scenarios ‑ inject_should_add_dependencies_for_validation
scenarios ‑ inject_should_clone_service_provider_and_return_different_scoped_instance
scenarios ‑ inject_should_clone_service_provider_and_return_same_singleton
scenarios ‑ inject_should_handle_implement_optional_lazy_trait
scenarios ‑ inject_should_implement_generic_struct_with_dependency
scenarios ‑ inject_should_implement_generic_trait_for_generic_struct
scenarios ‑ inject_should_implement_iterator_argument
scenarios ‑ inject_should_implement_lazy_struct
scenarios ‑ inject_should_implement_many_for_struct_field
scenarios ‑ inject_should_implement_many_lazy_trait
scenarios ‑ inject_should_implement_optional_lazy_trait
scenarios ‑ inject_should_implement_required_lazy_trait
scenarios ‑ inject_should_implement_struct_definition
scenarios ‑ inject_should_implement_struct_for_self
scenarios ‑ inject_should_implement_struct_for_self_with_dependency
scenarios ‑ inject_should_implement_trait_for_struct
scenarios ‑ inject_should_implement_trait_for_struct_definition
scenarios ‑ inject_should_implement_trait_for_struct_with_dependency
scenarios ‑ inject_should_implement_trait_for_tuple_struct
scenarios ‑ inject_should_implement_trait_for_unit_struct
scenarios ‑ inject_should_implement_tuple_struct
scenarios ‑ inject_should_implemented_keyed_dependencies
scenarios ‑ inject_should_resolve_keyed
scenarios ‑ inject_should_resolve_keyed_mut
scenarios ‑ inject_should_resolve_multiple_traits
scenarios ‑ inject_should_resolve_mut
scenarios ‑ inject_should_resolve_mut_dependency
scenarios ‑ inject_should_support_multiple_traits
scenarios ‑ service_descriptor_should_exclude_duplicate_dependencies
test ‑ attribute_should_implement_injectable_by_convention
test ‑ attribute_should_implement_injectable_for_generic_struct
test ‑ attribute_should_implement_injectable_for_generic_trait
test ‑ attribute_should_implement_injectable_for_self
test ‑ attribute_should_implement_injectable_for_struct
test ‑ attribute_should_implement_injectable_using_decorated_method
test ‑ attribute_should_inject_dependency_collection
test ‑ attribute_should_inject_multiple_dependencies
test ‑ attribute_should_inject_optional_dependency
test ‑ attribute_should_inject_required_dependency
validation::tests ‑ validate_should_ignore_missing_optional_keyed_type
validation::tests ‑ validate_should_ignore_missing_optional_type
validation::tests ‑ validate_should_not_report_circular_dependency_when_visited_multiple_times
validation::tests ‑ validate_should_report_circular_dependency
validation::tests ‑ validate_should_report_circular_dependency_in_complex_dependency_tree
validation::tests ‑ validate_should_report_missing_required_keyed_type
validation::tests ‑ validate_should_report_missing_required_type
validation::tests ‑ validate_should_report_multiple_issues
validation::tests ‑ validate_should_report_scoped_service_in_singleton
validation::tests ‑ validate_should_report_transitive_scoped_service_in_singleton
Loading