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

login_with_Pwd() private method

private login_with_Pwd ( ) : void
return void
        public void login_with_Pwd()
        {
            Assert.IsFalse(webServices.login_with_Pwd(null, null));
            Assert.IsFalse((null as TM_WebServices).login_with_Pwd(null, null));
        }