Class AbstractRabbitMqTest<K,​V>

    • Field Detail

      • connection

        protected com.rabbitmq.client.Connection connection
    • Method Detail

      • beforeClassOpenConnection

        @BeforeClass
        protected final void beforeClassOpenConnection()
      • beforeMethodInitiateQueueHandler

        @BeforeMethod
        protected abstract void beforeMethodInitiateQueueHandler()
      • afterMethodCloseQueueHandler

        @AfterMethod(alwaysRun=true)
        protected final void afterMethodCloseQueueHandler()
      • afterClassCloseConnection

        @AfterClass(alwaysRun=true)
        protected final void afterClassCloseConnection()