public class LoginSteps
extends java.lang.Object
Constructor and Description |
---|
LoginSteps(LibraryApp libraryApp) |
Modifier and Type | Method and Description |
---|---|
void |
thatTheAdministratorIsNotLoggedIn() |
void |
theAdministratorLoginSucceeds() |
void |
theAdminstratorIsLoggedIn() |
void |
thePasswordIs(java.lang.String password) |
@Given(value="^that the administrator is not logged in$") public void thatTheAdministratorIsNotLoggedIn() throws java.lang.Exception
java.lang.Exception
@Given(value="^the password is \"([^\"]*)\"$") public void thePasswordIs(java.lang.String password) throws java.lang.Exception
java.lang.Exception
@Then(value="^the administrator login succeeds$") public void theAdministratorLoginSucceeds() throws java.lang.Exception
java.lang.Exception
@Then(value="^the adminstrator is logged in$") public void theAdminstratorIsLoggedIn() throws java.lang.Exception
java.lang.Exception