Class RabbitMqFixtures<K,​V,​SELF extends RabbitMqFixtures<K,​V,​SELF>>

  • All Implemented Interfaces:
    dev.aherscu.qa.jgiven.commons.model.ScenarioType<RabbitMqScenarioType>

    public class RabbitMqFixtures<K,​V,​SELF extends RabbitMqFixtures<K,​V,​SELF>>
    extends dev.aherscu.qa.jgiven.commons.steps.GenericFixtures<RabbitMqScenarioType,​SELF>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected QueueHandler<K,​V> queueHandler  
      • Fields inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx

        assertElementTimer, ATTACHEMENT_TRANSFORMER, clickTimer, currentStep, locateTimer, pollDelay, pollTimeout, retryPolicy, scrollIntoViewTimer, sendKeysTimer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SELF a_queue​(QueueHandler<K,​V> queueHandler)  
      • Methods inherited from class dev.aherscu.qa.jgiven.commons.steps.GenericFixtures

        nothing
      • Methods inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx

        alert, attach, attachScreenshot, attachScreenshot, attachScreenshot, beforeScenarioConfigurePolling, context, element, elements, ensureElements, retry, safely, scrollIntoView
      • Methods inherited from class com.tngtech.jgiven.Stage

        and, but, comment, given, then, when, with
      • Methods inherited from class com.tngtech.jgiven.base.StageBase

        $, $, self
    • Field Detail

      • queueHandler

        @ProvidedScenarioState
        protected QueueHandler<K,​V> queueHandler
    • Constructor Detail

      • RabbitMqFixtures

        public RabbitMqFixtures()
    • Method Detail

      • a_queue

        public SELF a_queue​(@POJOFormat(includeFields={"queue","channel"})
                            QueueHandler<K,​V> queueHandler)