Class AuthenticationActions


  • public class AuthenticationActions
    extends Object
    Authentication actions
    • Constructor Detail

      • AuthenticationActions

        public AuthenticationActions()
    • Method Detail

      • authenticateUser

        @Given("the user is authenticated as $authUsername")
        @When("another user is authenticated as $authUsername")
        public void authenticateUser​(String authUsername)
                              throws Exception
        Throws:
        Exception