You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/nuget/dotnet-sdk-extensions-testing-nuget-readme.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ The extensions provided by this package are:
8
8
9
9
### For integration tests
10
10
11
-
*[Providing test appsettings files to the test server](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/integration-tests/configuring-webhost.md)
12
-
*[Override configuration values on the test server](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/integration-tests/override-configuration-value.md)
13
-
*[Disable logs when doing integration tests](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/integration-tests/disable-logs-integration-tests.md)
*[Integration tests for HostedServices (Background Services)](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/integration-tests/hosted-services.md)
11
+
*[Providing test appsettings files to the test server](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/integration-tests/configuring-webhost.md)
12
+
*[Override configuration values on the test server](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/integration-tests/override-configuration-value.md)
13
+
*[Disable logs when doing integration tests](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/integration-tests/disable-logs-integration-tests.md)
*[Integration tests for HostedServices (Background Services)](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/integration-tests/hosted-services.md)
17
17
18
18
### For unit tests
19
19
20
-
*[Mocking HttpClient's responses for unit testing](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.1/docs/unit-tests/http-mocking-unit-tests.md)
20
+
*[Mocking HttpClient's responses for unit testing](https://github.com/edumserrano/dotnet-sdk-extensions/blob/dotnet-sdk-extensions-testing-3.0.2/docs/unit-tests/http-mocking-unit-tests.md)
21
21
22
22
For more information on how to get started see the docs provided for each extension.
0 commit comments