Logout() 공개 메소드

Logs the user out of the session
public Logout ( ) : bool
리턴 bool
예제 #1
0
 public void LogoutTest()
 {
     Assert.IsTrue(wrapper.Login());
     Assert.IsTrue(wrapper.Logout());
 }