ObservableCommandTest
This is a test feature to test observable commands. It specifies various observable commands and returns defined answers to validate against.
Methods
observable_iteration(
- self,
- number_iterations : int
Observable iteration, running NumberIterations times and returning the current count as intermediate result.
Parameters
- Name
self
- Type
- Default
- Description
- Name
number_iterations
- Type
- int
- Default
- Description
Response
- Type
- int
- Description
echo_value_async(
- self,
- value : int,
- delay_in_ms : int
Echo the given value asynchronously after the specified delay.
Parameters
- Name
self
- Type
- Default
- Description
- Name
value
- Type
- int
- Default
- Description
- Name
delay_in_ms
- Type
- int
- Default
- Description
Response
- Type
- int
- Description