KStateMachine / kstatemachine

KStateMachine is a Kotlin DSL library for creating state machines and statecharts.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
340 stars 19 forks source link

Add an ability to start machine from specified state (state path) for testing purpose #18

Closed nsk90 closed 3 years ago

nsk90 commented 3 years ago

If you have machine with defined structure it might be useful to test its reactions from concrete states. To enter such states quickly there should be a special function.

nsk90 commented 3 years ago

done in b8d76358