Class ComponentSteps


  • public class ComponentSteps
    extends java.lang.Object
    Author:
    Christoph Deppisch
    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentSteps()  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComponentSteps

        public ComponentSteps()
    • Method Detail

      • createMessageQueue

        @Given("^(?:create|new) message queue ([^\"\\s]+)$")
        public void createMessageQueue​(java.lang.String name)