-
- All Implemented Interfaces:
public final class MissingStateChangeMethodStatement extends Statement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMissingStateChangeMethodStatement.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ProviderStatestateprivate final Interactioninteractionprivate final StringconsumerName
-
Constructor Summary
Constructors Constructor Description MissingStateChangeMethodStatement(ProviderState state, Interaction interaction, String consumerName)
-
Method Summary
Modifier and Type Method Description final ProviderStategetState()final InteractiongetInteraction()final StringgetConsumerName()Unitevaluate()-
-
Constructor Detail
-
MissingStateChangeMethodStatement
MissingStateChangeMethodStatement(ProviderState state, Interaction interaction, String consumerName)
-
-
Method Detail
-
getState
final ProviderState getState()
-
getInteraction
final Interaction getInteraction()
-
getConsumerName
final String getConsumerName()
-
-
-
-