-
Notifications
You must be signed in to change notification settings - Fork 141
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
xADDomainTrust: Missing unit test for the resource #324
Comments
The resource xADDomainTrust looks like it is in need for a refactor as well. |
I looked into adding unit tests for this by adding stub C# classes for the namespace To solve that we have to move out code that references classes in the namespace |
I'm currently finishing up refactoring this resource and completing unit tests, I will look into adding integration tests when I'm at it as I already have a lab setup with two forests. |
- Refactored the resource to enable unit tests, and at the same time changed it to use the same code pattern as the resource xADObjectEnabledState. - Added unit tests (issue dsccommunity#324). - Added comment-based help (issue dsccommunity#337).
- Refactored the resource to enable unit tests, and at the same time changed it to use the same code pattern as the resource xADObjectEnabledState. - Added unit tests (issue dsccommunity#324). - Added comment-based help (issue dsccommunity#337).
- Refactored the resource to enable unit tests, and at the same time changed it to use the same code pattern as the resource xADObjectEnabledState. - Added unit tests (issue dsccommunity#324). - Added comment-based help (issue dsccommunity#337).
- Refactored the resource to enable unit tests, and at the same time changed it to use the same code pattern as the resource xADObjectEnabledState. - Added unit tests (issue dsccommunity#324). - Added comment-based help (issue dsccommunity#337).
- Changes to xActiveDirectory - Added new helper functions in xActiveDirectory.Common. - New-CimCredentialInstance - Add-TypeAssembly - New-ADDirectoryContext - Changes to xADDomainTrust - Refactored the resource to enable unit tests, and at the same time changed it to use the same code pattern as the resource xADObjectEnabledState. - Added unit tests (issue #324). - Added comment-based help (issue #337). - Added integration tests (issue #348).
We should add a unit test for this resource.
The text was updated successfully, but these errors were encountered: