Test whether the username and password are correct.
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
if(tmClient.isLoginvalid())
System.out.println("Login is OK!");
|
Test whether the username and password are correct.
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
if(tmClient.isLoginvalid())
System.out.println("Login is OK!");
|