Azure-Samples / active-directory-dotnet-graphapi-web

A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
82 stars 68 forks source link

Unit testing the Client library #36

Closed aramkoukia closed 8 years ago

aramkoukia commented 8 years ago

Any samples we can use to unit test the client library? I'm having a hard time mocking the client.Users etc objects They are of type IUserCollection and I'm not sure how to create and mock that object.

Nevermind, I figured out how to test this... But in any case a sample Unit test would be nice to have