Class InState
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.contract_testing.contractcase.definitions.states.AnyState
-
- io.contract_testing.contractcase.definitions.states.InState
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-08-20T01:46:20.848Z") @Stability(Stable) public class InState extends AnyState
A state descriptor for configuring an example that needs to run in a particular named state.
-
-
Constructor Summary
Constructors Modifier Constructor Description InState(String stateName)A state descriptor for configuring an example that needs to run in a particular named state.protectedInState(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedInState(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class io.contract_testing.contractcase.definitions.states.AnyState
getStateName, stringify, toJSON
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
InState
protected InState(software.amazon.jsii.JsiiObjectRef objRef)
-
InState
protected InState(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
InState
@Stability(Stable) public InState(@NotNull String stateName)A state descriptor for configuring an example that needs to run in a particular named state.- Parameters:
stateName-- The name of the state used by this example.
-
-