- acked(Count) - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that Bounded Context responded with a specified number of acknowledgements.
- ackedWithErrors() - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled responding with some error
.
- ackedWithErrors(Count) - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled responding with specified number of
errors
.
- ackedWithErrors(ErrorCriterion) - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled responding with an error matching a provided
ErrorCriterion
.
- ackedWithErrors(ErrorCriterion, Count) - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled responding with an error matching a provided
error criterion
.
- ackedWithoutErrors() - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that the command handling did not respond with error
.
- ackedWithoutRejections() - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command handling did not respond with any rejections.
- ackedWithRejections() - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled with a rejection.
- ackedWithRejections(Class<? extends RejectionMessage>) - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled responding with a rejection of the provided
type.
- ackedWithRejections(RejectionType) - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled responding with a rejection
of the provided type.
- ackedWithRejections(Class<T>, RejectionCriterion<T>) - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled responding with rejection matching the
provided predicate.
- ackedWithRejections(Count) - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled responding with a rejection specified
number of times.
- ackedWithRejections(Class<? extends RejectionMessage>, Count) - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled responding with a rejection of a provided
type specified number of times.
- ackedWithRejections(RejectionType, Count) - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled responding with a rejection of a provided
type specified number of times.
- ackedWithRejections(Class<T>, Count, RejectionCriterion<T>) - Static method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Verifies that a command or an event was handled responding with a provided domain rejection
specified number of times.
- Acknowledgements - Class in io.spine.testing.client.blackbox
-
Contains the data on provided acknowledgements, allowing it to be queried about acks, errors,
and rejections.
- Acknowledgements(Iterable<Ack>) - Constructor for class io.spine.testing.client.blackbox.Acknowledgements
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class io.spine.testing.client.command.TestCommandMessage.Builder
-
- and(VerifyAcknowledgements) - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Combines current verifier with a provided verifier, making them execute sequentially.
- clear() - Method in class io.spine.testing.client.command.TestCommandMessage.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class io.spine.testing.client.command.TestCommandMessage.Builder
-
- clearId() - Method in class io.spine.testing.client.command.TestCommandMessage.Builder
-
string id = 1;
- clearOneof(Descriptors.OneofDescriptor) - Method in class io.spine.testing.client.command.TestCommandMessage.Builder
-
- clone() - Method in class io.spine.testing.client.command.TestCommandMessage.Builder
-
- CommandsProto - Class in io.spine.testing.client.command
-
- containErrors() - Method in class io.spine.testing.client.blackbox.Acknowledgements
-
Verifies if there was at least one error during command handling.
- containErrors(ErrorCriterion) - Method in class io.spine.testing.client.blackbox.Acknowledgements
-
Verifies if there was at least one error matching the passed criterion.
- containRejection(Class<T>, RejectionCriterion<T>) - Method in class io.spine.testing.client.blackbox.Acknowledgements
-
Verifies if there is at least one rejection event which matches the passed criterion.
- containRejections() - Method in class io.spine.testing.client.blackbox.Acknowledgements
-
Returns true
if there were any rejections in the Bounded Context,
false
otherwise.
- containRejections(RejectionType) - Method in class io.spine.testing.client.blackbox.Acknowledgements
-
Verifies if there was a rejection of the passed class.
- count() - Method in class io.spine.testing.client.blackbox.Acknowledgements
-
Obtains the total number of acknowledgements observed.
- Count - Class in io.spine.testing.client.blackbox
-
An integer Tiny Type representing a numeric value that can not be negative.
- count(int) - Static method in class io.spine.testing.client.blackbox.Count
-
Count Count
static factory creating an instance with the provided value.
- countErrors() - Method in class io.spine.testing.client.blackbox.Acknowledgements
-
Obtains a total number of errors in the acknowledgements.
- countErrors(ErrorCriterion) - Method in class io.spine.testing.client.blackbox.Acknowledgements
-
Count error matching the passed criterion.
- countRejections() - Method in class io.spine.testing.client.blackbox.Acknowledgements
-
Obtains a total amount of rejections observed in Bounded Context.
- countRejections(RejectionType) - Method in class io.spine.testing.client.blackbox.Acknowledgements
-
Obtains an amount of rejections of the provided type observed in the Bounded Context.
- countRejections(Class<T>, RejectionCriterion<T>) - Method in class io.spine.testing.client.blackbox.Acknowledgements
-
Counts a number of rejections matching the passed criterion.
- createCommand(CommandMessage, Timestamp) - Method in class io.spine.testing.client.TestActorRequestFactory
-
Creates new command with the passed timestamp.
- createCommand(CommandMessage) - Method in class io.spine.testing.client.TestActorRequestFactory
-
- createCommandContext() - Method in class io.spine.testing.client.TestActorRequestFactory
- withAttribute(String) - Static method in interface io.spine.testing.client.blackbox.ErrorCriterion
-
- withCode(int) - Static method in interface io.spine.testing.client.blackbox.ErrorCriterion
-
Verifies that the errors code
matches the provided one.
- withErrors() - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to contain at least one error
.
- withErrors(Count) - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to contain specified number of
errors.
- withErrors(ErrorCriterion) - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to contain an error
that matches
the criterion.
- withErrors(ErrorCriterion, Count) - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to contain an error
that matches
the criterion.
- withMessage(String) - Static method in interface io.spine.testing.client.blackbox.ErrorCriterion
-
Verifies that the errors message
matches the provided one.
- withoutAttribute(String) - Static method in interface io.spine.testing.client.blackbox.ErrorCriterion
-
Verifies that the error does not contain an attribute
with a provided name.
- withoutErrors() - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to not contain any errors
.
- withoutErrorsOrRejections() - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to not contain any errors
or rejections.
- withoutRejections() - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to not contain any rejections.
- withRejections() - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to contain some rejection.
- withRejections(Class<? extends RejectionMessage>) - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to contain a rejection of a
type specified by class
.
- withRejections(RejectionType) - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to contain a rejection of the specified type.
- withRejections(Class<? extends RejectionMessage>, Count) - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to contain a rejection of the passed type
specified number of times.
- withRejections(RejectionType, Count) - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to contain a rejection of the passed type
specified number of times.
- withRejections(Class<T>, RejectionCriterion<T>) - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to contain a provided domain rejection.
- withRejections(Class<T>, Count, RejectionCriterion<T>) - Method in class io.spine.testing.client.blackbox.VerifyAcknowledgements
-
Creates a new verifier adding a check to contain a provided domain rejection.
- withType(String) - Static method in interface io.spine.testing.client.blackbox.ErrorCriterion
-
Verifies that the errors type
matches the provided one.
- writeTo(CodedOutputStream) - Method in class io.spine.testing.client.command.TestCommandMessage
-