TeamMentor.UnitTests.TM_Website.Test_WebServices_Users.login_with_AuthToken C# (CSharp) Method

login_with_AuthToken() private method

private login_with_AuthToken ( ) : void
return void
        public void login_with_AuthToken()
        {
            Assert.IsFalse(webServices.login_with_AuthToken(Guid.Empty));
            Assert.IsFalse((null as TM_WebServices).login_with_AuthToken(Guid.Empty));
        }