Interface CosmosEmulatorInstance.FailureFactory
- All Known Implementing Classes:
AbstractCosmosDbJunit,CosmosDbExtension,CosmosDbRule
- Enclosing class:
- CosmosEmulatorInstance
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides means to construct the failure.
-
Method Summary
-
Method Details
-
create
Constructs the failure.- Parameters:
message- Message for the failure.cause- Possible cause. May benull.- Returns:
- Constructed failure.
-