Class AuthenticationActions


  • public class AuthenticationActions
    extends java.lang.Object
    Authentication actions
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void authenticateUser​(java.lang.String authUsername)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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​(java.lang.String authUsername)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception