Login() public method

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