Exemplo n.º 1
0
        public void LoginTest()
        {
            string userName = "******";
            string password = "******".GetHashCode().ToString();

            Service1Client client = new ServiceReference1.Service1Client();

            Assert.IsNotNull(client.Login(userName, password));
        }
Exemplo n.º 2
0
        public void LoginTest()
        {
            Service1Client client = new ServiceReference1.Service1Client();

            Assert.IsNotNull(client.Login("Anna", client.GetHashedPassword("2222")));
        }