Package cloud.filibuster.junit.statem
Class CompositeFaultSpecification
- java.lang.Object
-
- cloud.filibuster.junit.statem.CompositeFaultSpecification
-
public class CompositeFaultSpecification extends java.lang.Object
Create a specification for the Filibuster GRPC test interface for multiple faults that are injected simultaneously.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompositeFaultSpecification.Builder
Builder for creation of aCompositeFaultSpecification
.
-
Constructor Summary
Constructors Constructor Description CompositeFaultSpecification(CompositeFaultSpecification.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SingleFaultKey>
getFaultKeys()
Get the list of fault keys associated with this composite fault specification.
-
-
-
Constructor Detail
-
CompositeFaultSpecification
public CompositeFaultSpecification(CompositeFaultSpecification.Builder builder)
-
-
Method Detail
-
getFaultKeys
public java.util.List<SingleFaultKey> getFaultKeys()
Get the list of fault keys associated with this composite fault specification.- Returns:
- list of fault keys
-
-