Extensions instead of partial classes
All checks were successful
Branch Build / build-test-deploy (push) Successful in 44s
All checks were successful
Branch Build / build-test-deploy (push) Successful in 44s
This commit is contained in:
@@ -39,6 +39,8 @@ namespace LinkMobility.Tests.Helpers
|
||||
public Queue<HttpResponseMessage> Responses { get; } = new();
|
||||
|
||||
public Mock<HttpClientHandler> Mock { get; }
|
||||
|
||||
public IProtectedMock<HttpClientHandler> Protected => Mock.Protected();
|
||||
}
|
||||
|
||||
internal class HttpRequestMessageCallback
|
||||
|
||||
Reference in New Issue
Block a user