Class RabbitMqVerifications<K,V,SELF extends RabbitMqVerifications<K,V,SELF>>
- java.lang.Object
-
- com.tngtech.jgiven.base.StageBase<SELF>
-
- com.tngtech.jgiven.Stage<SELF>
-
- dev.aherscu.qa.jgiven.commons.utils.StageEx<SELF>
-
- dev.aherscu.qa.jgiven.commons.steps.GenericVerifications<RabbitMqScenarioType,SELF>
-
- dev.aherscu.qa.jgiven.rabbitmq.steps.RabbitMqVerifications<K,V,SELF>
-
- All Implemented Interfaces:
dev.aherscu.qa.jgiven.commons.model.ScenarioType<RabbitMqScenarioType>
public class RabbitMqVerifications<K,V,SELF extends RabbitMqVerifications<K,V,SELF>> extends dev.aherscu.qa.jgiven.commons.steps.GenericVerifications<RabbitMqScenarioType,SELF>
-
-
Field Summary
Fields Modifier and Type Field Description protected QueueHandler<K,V>
queueHandler
-
Constructor Summary
Constructors Constructor Description RabbitMqVerifications()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SELF
the_message_with_$_key(K key, org.hamcrest.Matcher<Message<V>> matcher)
SELF
the_retrieved_messages(org.hamcrest.Matcher<Stream<Message<V>>> matcher)
-
Methods inherited from class dev.aherscu.qa.jgiven.commons.steps.GenericVerifications
beforeScenarioConfigurePolling, eventually, eventually, eventually_assert_that, should_succeed, the_file_$_should_contain, the_file_$_should_match, the_JSON_file_$_should_contain
-
-
-
-
Field Detail
-
queueHandler
@ExpectedScenarioState protected QueueHandler<K,V> queueHandler
-
-