Closed danverde closed 2 years ago
@danverde Thanks for reaching out! You make a good point, I've entered an internal issue for tracking; we'll need to prioritize this against other work. If you're so inclined, please feel free to submit a pull request with your suggested changes and we can get the ball rolling sooner than later.
Internal Ref: OKTA-530112
Thanks for using Okta!
@bryanapellanes-okta Thanks for the quick response. PR has been created & linked to this issue
Describe the feature request?
Both overloads of the
GetCollection<T>
method on theIOktaClient
interface return a concreteCollectionClient<T>
rather than anICollectionClient<T>
. This makes testing a method that contains a call toGetCollection<T>
difficult since Moq cannot mock a concrete class. The sdk should return the interface to improve testability of these methods.New or Affected Resource(s)
Both overloads of
IOktaAdapter.GetCollection<T>()
Provide a documentation link
No response
Additional Information?
No response