Azure / azure-notificationhubs-dotnet

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

Change to mockable interface for CollectionQueryResult #210

Closed mpodwysocki closed 2 years ago

mpodwysocki commented 2 years ago

Things to consider before you submit the PR:

Description

Creates an interface that encompasses the CollectionQueryResult<T> as ICollectionQueryResult<T> which then allows for mockability instead of having a class with an internal constructor.

Related PRs or issues

205

Misc

N/A