NO-JIRA clarify unit testing doc

This commit is contained in:
Justin Bertram 2023-02-10 12:06:06 -06:00 committed by GitHub
parent 17c760ab7b
commit 733cb4c11f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public ActiveMQDynamicProducerExtension producer = new ActiveMQDynamicProducerEx
JUnit 4 Rule | JUnit 5 Extension | Description
--- | --- | ---
EmbeddedActiveMQResource | EmbeddedActiveMQExtension | Run a Server, without the JMS manager
EmbeddedJMSResource | EmbeddedJMSExtension | Run a Server, including the JMS Manager
~~EmbeddedJMSResource~~ (deprecated) | no equivalent | Run a Server, including the JMS Manager
ActiveMQConsumerResource | ActiveMQConsumerExtension | Automate the creation of a consumer
ActiveMQDynamicProducerResource | ActiveMQDynamicProducerExtension | Automate the creation of a producer
ActiveMQProducerResource | ActiveMQProducerExtension | Automate the creation of a producer