BloomTests.WebLibraryIntegration.BloomParseClientTests.Login C# (CSharp) Method

Login() private method

private Login ( ) : void
return void
        private void Login()
        {
            // This line can be uncommented for a single run of one test as an easy way to re-create the record that we assume
            // always exists on parse.com.
            //_client.CreateUser("[email protected]", "unittest");
            Assert.IsTrue(_client.LogIn("[email protected]", "unittest"),
                "Could not log in using the [email protected] account");
        }