AK.F1.Timing.Live.LiveAuthenticationServiceTest.login_throws_if_credentials_have_been_rejected C# (CSharp) Method

login_throws_if_credentials_have_been_rejected() private method

private login_throws_if_credentials_have_been_rejected ( ) : void
return void
        public void login_throws_if_credentials_have_been_rejected()
        {
            Assert.Throws<AuthenticationException>(() => { LiveAuthenticationService.Login(Guid.NewGuid().ToString(), "password"); });
        }