Exemplo n.º 1
0
        public void Known_identifiers_Should_not_contain_ignored_services()
        {
            var identifiers = ServiceResolver.GetKnownServiceIdentifiers();

            identifiers.Should().NotContain(new[] { "assetmgmt3d-service" });
        }
Exemplo n.º 2
0
 public void Known_identifiers_Should_be_populated() =>
 ServiceResolver.GetKnownServiceIdentifiers().Should().NotBeNullOrEmpty();
Exemplo n.º 3
0
 public void Known_identifiers_Should_not_contain_duplicates() =>
 ServiceResolver.GetKnownServiceIdentifiers().Should().OnlyHaveUniqueItems();