This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 733cb4c11f NO-JIRA clarify unit testing doc
733cb4c11f is described below

commit 733cb4c11f817321495e6e05fb63fd1700a11994
Author: Justin Bertram <[email protected]>
AuthorDate: Fri Feb 10 12:06:06 2023 -0600

    NO-JIRA clarify unit testing doc
---
 docs/user-manual/en/unit-testing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/en/unit-testing.md 
b/docs/user-manual/en/unit-testing.md
index fc694ae236..b9a40fc6cd 100644
--- a/docs/user-manual/en/unit-testing.md
+++ b/docs/user-manual/en/unit-testing.md
@@ -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

Reply via email to