• M. Mert Yıldıran's avatar
    Implement AMQP request-response matcher (#1091) · 1f2f63d1
    M. Mert Yıldıran authored
    * Implement the basis of AMQP request-response matching
    
    * Fix `package.json`
    
    * Add `ExchangeDeclareOk`
    
    * Add `ConnectionCloseOk`
    
    * Add `BasicConsumeOk`
    
    * Add `QueueBindOk`
    
    * Add `representEmptyResponse` and fix `BasicPublish` and `BasicDeliver`
    
    * Fix ident and matcher, add `connectionOpen`, `channelOpen`, `connectionTune`, `basicCancel`
    
    * Fix linter
    
    * Fix the unit tests
    
    * #run_acceptance_tests
    
    * #run_acceptance_tests
    
    * Fix the tests #run_acceptance_tests
    
    * Log don't panic
    
    * Don't skip AMQP acceptance tests #run_acceptance_tests
    
    * Revert "Don't skip AMQP acceptance tests #run_acceptance_tests"
    
    This reverts commit c60e9cf7.
    
    * Remove `Details` section from `representEmpty`
    
    * Add `This request or response has no data.` text
    1f2f63d1