Azure / azure-notificationhubs-dotnet

.NET SDK for Azure Notification Hubs
MIT License
70 stars 122 forks source link

Extract INotificationHubClient interface #110

Closed nesterenko-kv closed 3 years ago

nesterenko-kv commented 4 years ago

It would be great to extract the interface, as in computer vision SDK. This allows the end user to mock the notification client for testing.

idevchris commented 4 years ago

That would be very helpful for creating mocks in unit tests

mpodwysocki commented 3 years ago

Closed as per issue is fixed per #142