Uses of Class
io.camunda.zeebe.qa.util.jobstream.JobStreamActuatorAssert.RemoteJobStreamsAssert
Packages that use JobStreamActuatorAssert.RemoteJobStreamsAssert
-
Uses of JobStreamActuatorAssert.RemoteJobStreamsAssert in io.camunda.zeebe.qa.util.jobstream
Methods in io.camunda.zeebe.qa.util.jobstream that return JobStreamActuatorAssert.RemoteJobStreamsAssertModifier and TypeMethodDescriptionJobStreamActuatorAssert.RemoteJobStreamsAssert.haveConsumerCount(int expectedCount, String jobType, int consumerCount) Asserts that the given service contains exactlyexpectedCountstreams with the given job type and the consumer count.JobStreamActuatorAssert.RemoteJobStreamsAssert.haveConsumerReceiver(int expectedCount, String jobType, String... receivers) Asserts that the given service contains exactlyexpectedCountstreams with the given job type and the expected consumer receivers (in any order).JobStreamActuatorAssert.RemoteJobStreamsAssert.newAbstractIterableAssert(Iterable<? extends JobStreamEndpoint.RemoteJobStream> iterable) JobStreamActuatorAssert.remoteStreams()Returns collection assertions on the underlying remote job streams.