コード例 #1
0
        protected override void beforeEach()
        {
            theCookies = new StubLoginCookies();
            Services.Inject <ILoginCookies>(theCookies);

            this.SetupAuthenticationService();
        }
コード例 #2
0
 protected override void beforeEach()
 {
     theCookies = new StubLoginCookies();
     Services.Inject <ILoginCookies>(theCookies);
 }