@ -75,6 +77,11 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@@ -75,6 +77,11 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
// initial value of zero implies that a random ephemeral port should be used
privateintport=0;
@RegisterExtension
BeforeTestExecutionCallbackloggingExtension=
context->logger.debug("Starting test %s()".formatted(context.getRequiredTestMethod().getName()));
@BeforeEach
voidsetup(TestInfotestInfo)throwsException{
@ -156,8 +163,6 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@@ -156,8 +163,6 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@Test
voidpublishSubscribe()throwsException{
logger.debug("Starting test publishSubscribe()");
Stringsess1="sess1";
Stringsess2="sess2";
Stringsubs1="subs1";
@ -180,8 +185,6 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@@ -180,8 +185,6 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@ -192,8 +195,6 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@@ -192,8 +195,6 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@ -207,16 +208,12 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@@ -207,16 +208,12 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@ -241,8 +238,6 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@@ -241,8 +238,6 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@Test
voiddisconnectWithReceipt()throwsException{
logger.debug("Starting test disconnectWithReceipt()");