public FakeAuthenticationProviderTest()
 {
   this.provider = new FakeAuthenticationProvider();
   this.localProvider = Substitute.For<AuthenticationProvider>();
   this.user = User.FromName(UserName, false);
 }
예제 #2
0
 public FakeAuthenticationProviderTest()
 {
     this.provider      = new FakeAuthenticationProvider();
     this.localProvider = Substitute.For <AuthenticationProvider>();
     this.user          = User.FromName(UserName, false);
 }