@ExtendWith(value=RabbitAvailableCondition.class) @Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface RabbitAvailable
Modifier and Type | Optional Element and Description |
---|---|
boolean |
management
Requires the management plugin to be available.
|
boolean |
purgeAfterEach
Purge the test queues after each test.
|
String[] |
queues
The queues to create and ensure empty; they will be deleted after the test class
completes.
|
String[] |
value
The queues to create and ensure empty; they will be deleted after the test class
completes.
|