Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updated azure search #54

Merged
merged 32 commits into from
May 13, 2021
Merged

feat: updated azure search #54

merged 32 commits into from
May 13, 2021

Conversation

aochmann
Copy link
Contributor

@aochmann aochmann commented May 12, 2021

What this PR does / why it's submitted / why we need it:

Updated Azure Search to newer SDK.

In meantime done some refactor:

  • cleaned Repository -> separated classes
  • domain exceptions
  • workflows
  • tests
  • and more

Another PR with future refactor will be applied (renaming, etc).


Checklist:

  • My PR has a descriptive title (not a vague title like Needed this)
  • Title and all the commits follow commitlint guidelines
  • My PR targets the develop branch or appropriate release branch
  • My PR provides test coverage for my change (where applicable)
  • I've placed the link to the corresponding Trello card or issue which this PR fixes/address below ⤵️

Fixes: ### ISSUE_OR_TRELLO_LINK ###

@github-actions
Copy link
Contributor

Test Run for PR #54 (107)

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 11s 373ms
Date: 2021-05-12 10:28:51 - 2021-05-12 10:29:03
Framework: .NETFramework,Version=v4.7.2
Total Tests: 47

✔️ Passed ❌ Failed ⚠️ Skipped
47 0 0
100% 0% 0%

Result Sets

Cogworks.AzureSearch.UmbracoIoc.UnitTests.dll - 100%

Full Results
Result Test Duration
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 3s 296ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 3ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_InvokeCustomSearchServiceDomainMethod 1s 595ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 6ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_GettingDedicatedIndexWithProperName 4ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnCustomSearchService 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_GetDedicatedIndexWithProperName 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_GettingCustomSearchService 1ms

Run Messages

Informational

[xUnit.net 00:00:00.02] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (32-bit Desktop .NET 4.0.30319.42000)
[xUnit.net 00:00:02.45]   Discovering: Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:03.17]   Discovered:  Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:03.17]   Starting:    Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:08.33]   Finished:    Cogworks.AzureSearch.UmbracoIoc.UnitTests
Warning

Error


Created using Liquid Test Reports

Size = azureSearchParameters.Take
};

if (azureSearchParameters.Select.HasAny())

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we do these HasAny() and foreach statements as LINQ instead?

Or maybe it won't be as readable? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it won't be readable. But we can try it 🤔 Can you serve some example how it would look like ?

@github-actions
Copy link
Contributor

Test Run for PR #54 (108)

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 21s 667ms
Date: 2021-05-12 10:50:43 - 2021-05-12 10:51:04
Framework: .NETFramework,Version=v4.7.2
Total Tests: 47

✔️ Passed ❌ Failed ⚠️ Skipped
47 0 0
100% 0% 0%

Result Sets

Cogworks.AzureSearch.UmbracoIoc.UnitTests.dll - 100%

Full Results
Result Test Duration
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 5s 834ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 4ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_InvokeCustomSearchServiceDomainMethod 2s 723ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 5ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_GettingDedicatedIndexWithProperName 4ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnCustomSearchService 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_GetDedicatedIndexWithProperName 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_GettingCustomSearchService 1ms

Run Messages

Informational

[xUnit.net 00:00:00.07] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (32-bit Desktop .NET 4.0.30319.42000)
[xUnit.net 00:00:04.51]   Discovering: Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:05.26]   Discovered:  Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:05.26]   Starting:    Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:14.23]   Finished:    Cogworks.AzureSearch.UmbracoIoc.UnitTests
Warning

Error


Created using Liquid Test Reports

@github-actions
Copy link
Contributor

Test Run for PR #54 (109)

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 12s 502ms
Date: 2021-05-12 10:55:36 - 2021-05-12 10:55:48
Framework: .NETFramework,Version=v4.7.2
Total Tests: 47

✔️ Passed ❌ Failed ⚠️ Skipped
47 0 0
100% 0% 0%

Result Sets

Cogworks.AzureSearch.UmbracoIoc.UnitTests.dll - 100%

Full Results
Result Test Duration
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 3s 755ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 4ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 8ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 85ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 2ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_InvokeCustomSearchServiceDomainMethod 1s 683ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.IAzureSearch)) 2ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IAzureInitializer)) 4ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IAzureSearchRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IAzureIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IAzureIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_GettingDedicatedIndexWithProperName 4ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnCustomSearchService 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_GetDedicatedIndexWithProperName 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_GettingCustomSearchService 1ms

Run Messages

Informational

[xUnit.net 00:00:00.03] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (32-bit Desktop .NET 4.0.30319.42000)
[xUnit.net 00:00:02.87]   Discovering: Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:03.34]   Discovered:  Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:03.34]   Starting:    Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:09.16]   Finished:    Cogworks.AzureSearch.UmbracoIoc.UnitTests
Warning

Error


Created using Liquid Test Reports

@github-actions
Copy link
Contributor

Test Run for PR #54 (113)

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 12s 352ms
Date: 2021-05-12 12:15:33 - 2021-05-12 12:15:45
Framework: .NETFramework,Version=v4.7.2
Total Tests: 47

✔️ Passed ❌ Failed ⚠️ Skipped
47 0 0
100% 0% 0%

Result Sets

Cogworks.AzureSearch.UmbracoIoc.UnitTests.dll - 100%

Full Results
Result Test Duration
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 3s 827ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 2ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_InvokeCustomSearchServiceDomainMethod 2s 57ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 8ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 4ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_GettingDedicatedIndexWithProperName 6ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnCustomSearchService 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 2ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_GetDedicatedIndexWithProperName 14ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_GettingCustomSearchService 1ms

Run Messages

Informational

[xUnit.net 00:00:00.03] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (32-bit Desktop .NET 4.0.30319.42000)
[xUnit.net 00:00:02.48]   Discovering: Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:03.00]   Discovered:  Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:03.01]   Starting:    Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:09.21]   Finished:    Cogworks.AzureSearch.UmbracoIoc.UnitTests
Warning

Error


Created using Liquid Test Reports

@github-actions
Copy link
Contributor

Test Run for PR #54 (114)

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 14s 254ms
Date: 2021-05-12 12:55:21 - 2021-05-12 12:55:36
Framework: .NETFramework,Version=v4.7.2
Total Tests: 47

✔️ Passed ❌ Failed ⚠️ Skipped
47 0 0
100% 0% 0%

Result Sets

Cogworks.AzureSearch.UmbracoIoc.UnitTests.dll - 100%

Full Results
Result Test Duration
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 4s 137ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 2ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_InvokeCustomSearchServiceDomainMethod 1s 731ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 8ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 2ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 3ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_GettingDedicatedIndexWithProperName 5ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ReturnCustomSearchService 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_GetDedicatedIndexWithProperName 1ms
✔️ Passed Cogworks.AzureSearch.UmbracoIoc.UnitTests.UmbracoIocExtensionTests.Should_Not_ThrowException_When_GettingCustomSearchService 70ms

Run Messages

Informational

[xUnit.net 00:00:00.04] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (32-bit Desktop .NET 4.0.30319.42000)
[xUnit.net 00:00:02.50]   Discovering: Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:03.04]   Discovered:  Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:03.05]   Starting:    Cogworks.AzureSearch.UmbracoIoc.UnitTests
[xUnit.net 00:00:09.29]   Finished:    Cogworks.AzureSearch.UmbracoIoc.UnitTests
Warning

Error


Created using Liquid Test Reports

@github-actions
Copy link
Contributor

Test Run for PR #54 (115)

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 2s 181ms
Date: 2021-05-13 09:52:29 - 2021-05-13 09:52:31
Framework: .NETCoreApp,Version=v3.1
Total Tests: 47

✔️ Passed ❌ Failed ⚠️ Skipped
47 0 0
100% 0% 0%

Result Sets

Cogworks.AzureSearch.LightInject.UnitTests.dll - 100%

Full Results
Result Test Duration
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 37ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 8ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 18ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 4ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 4ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 14ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 6ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 4ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 5ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_GetDedicatedIndexWithProperName 5ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_GettingDedicatedIndexWithProperName 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_GettingCustomSearchService 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnCustomSearchService 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_InvokeCustomSearchServiceDomainMethod 91ms

Run Messages

Informational

[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (64-bit .NET Core 3.1.7)
[xUnit.net 00:00:00.40]   Discovering: Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.47]   Discovered:  Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.47]   Starting:    Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.81]   Finished:    Cogworks.AzureSearch.LightInject.UnitTests
Warning

Error


Created using Liquid Test Reports

@aochmann
Copy link
Contributor Author

We need to add some method documentation about expected results and exceptions. We can do it on separate PR. Will create issue for it.

<file src="bin\Release\Cogworks.AzureSearch.LightInject.IocExtension.dll" target="lib/net48" />
<file src="bin\Release\Cogworks.AzureSearch.Umbraco.IocExtension.dll" target="lib/net48" />
</files>
<metadata>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this indenting forced by you or code style?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a bug, it should be lib/net472

but spacing should be 2, but on my local it always convert to 4 - also if I change this setting. Will try again.

Copy link
Contributor

@mzajkowski mzajkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work here! We definitely need to find a way on maintaining it in the long term when changes like this occur.

Kudos for doing it. 🙌

@github-actions
Copy link
Contributor

Test Run for PR #54 (123)

Run Summary

Overall Result: ✔️ Pass
Pass Rate: 100%
Run Duration: 2s 108ms
Date: 2021-05-13 11:12:02 - 2021-05-13 11:12:04
Framework: .NETCoreApp,Version=v3.1
Total Tests: 47

✔️ Passed ❌ Failed ⚠️ Skipped
47 0 0
100% 0% 0%

Result Sets

Cogworks.AzureSearch.LightInject.UnitTests.dll - 100%

Full Results
Result Test Duration
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 34ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) < 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ThrowException_When_IndexNotRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 8ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 18ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 4ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 15ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 4ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_IndexRegistered(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IIndexOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 5ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Searches.ISearcher)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Operations.IDocumentOperation)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Repositories.IRepository)) 3ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Initializers.IInitializer)) 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnDedicatedRepositoryInstance(desiredObjectType: typeof(Cogworks.AzureSearch.Interfaces.Indexes.IIndex)) 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_GetDedicatedIndexWithProperName 5ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_GettingDedicatedIndexWithProperName 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_Not_ThrowException_When_GettingCustomSearchService 2ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_ReturnCustomSearchService 1ms
✔️ Passed Cogworks.AzureSearch.LightInject.UnitTests.LightInjectIocExtensionTests.Should_InvokeCustomSearchServiceDomainMethod 86ms

Run Messages

Informational

[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.4.3+1b45f5407b (64-bit .NET Core 3.1.7)
[xUnit.net 00:00:00.39]   Discovering: Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.45]   Discovered:  Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.45]   Starting:    Cogworks.AzureSearch.LightInject.UnitTests
[xUnit.net 00:00:00.78]   Finished:    Cogworks.AzureSearch.LightInject.UnitTests
Warning

Error


Created using Liquid Test Reports

@aochmann aochmann merged commit 97c2508 into develop May 13, 2021
@aochmann aochmann deleted the feat/update branch May 13, 2021 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants