chickensoft-games / LogicBlocks

Human-friendly, hierarchical state machines for games and apps in C#.
https://www.nuget.org/packages/Chickensoft.LogicBlocks
MIT License
152 stars 6 forks source link

feat: fake contexts #22

Closed definitelyokay closed 8 months ago

definitelyokay commented 8 months ago

Fake contexts make testing states much easier. They record the interactions performed by the state and make verification a lot simpler than manually mocking everything by hand.