
Java test helper
"The worst bugs are those that compile without warning."
"The system does not punish. It only compiles the truth."
"The purest release is the one that needs no comment."
Latast versions in maven central:
"Each log is a confession of the machine.”

Module for interaction with ArtemisMQ
Interaction:
pushToQueue(String, String)
cleanQueue(String)
cleanQueue(String...)
 
Asserts:
seeQueueIsEmpty(String)
seeQueueIsNotEmpty(String)
seeCountMessagesInQueueExactly(String, int)
seeMessagesContainsJson(String, String)
seeMessagesHaveEqualJson(String, String)
seeMessagesContainsText(String, String)
seeMessagesHaveEqualText(String, String)
Get data:
grabMessagesFromQueue(String)
readMessagesFromQueue(String)
getMessagesCountInQueue(String)
Configs:
.withMaxConsumeMessages(int)
.withConsumerTimeoutMs(int)
.withAwaitMs(int)
INFO
IN progress
Info
in progress
INFO
In progress