Login() public method

Call this before calling other methods - will throw an ALMClientException on failure
public Login ( ) : bool
return bool
Ejemplo n.º 1
0
 public void LoginTest()
 {
     Assert.IsTrue(wrapper.Login());
 }