aspnetcore/test/E2ETests/compiler/shared/Mocks
Youngjune Hong 8c9969ed3f Updated OpenIdConnectTest for a build break 2015-05-05 03:07:19 -07:00
..
Common Enclosing a bunch of test only code within #if TESTING 2015-04-18 18:03:17 -07:00
Facebook Enclosing a bunch of test only code within #if TESTING 2015-04-18 18:03:17 -07:00
Google Enclosing a bunch of test only code within #if TESTING 2015-04-18 18:03:17 -07:00
MicrosoftAccount Enclosing a bunch of test only code within #if TESTING 2015-04-18 18:03:17 -07:00
OpenIdConnect Enclosing a bunch of test only code within #if TESTING 2015-04-18 18:03:17 -07:00
Twitter Enclosing a bunch of test only code within #if TESTING 2015-04-18 18:03:17 -07:00
Readme.md Cleanup : Moving the mock code to the test project 2015-01-02 17:13:31 -08:00
StartupOpenIdConnectTesting.cs Updated OpenIdConnectTest for a build break 2015-05-05 03:07:19 -07:00
StartupSocialTesting.cs Fixing a build break by adding ISystemClock services to the E2E startup 2015-05-04 16:03:31 -07:00

Readme.md

Mock code added only for testing purposes. Not to be used for production deployments.

This code is compiled with the application by explicitly including the location in the application project.json's "code" node. It is automatically excluded from compilation of current project by its presence in the compiler\shared** special folder.