badoo / MVIKotlin

Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel), inspired by Badoo MVICore library
https://arkivanov.github.io/MVIKotlin
Apache License 2.0
826 stars 66 forks source link

Unit Testing the CalculatorStoreFactory (from the website tutorial)... ??? #236

Closed michaelr-tradesy closed 3 years ago

michaelr-tradesy commented 3 years ago

Hi...

My apologies in advance for submitting a new issue. I felt that this is the best way to contact you and collaboratively provide insight on approaching the topic at hand...

After following the instructions and information provided on this website in order to build the calculator mobile app, I now want to write unit tests against the CalculatorStoreFactory, in order to confirm that for each Event dispatched, that the desired Result / Model is eventually returned.

Currently, I am only able to write unit tests in order to validate the initial Result / Model.

Do you have any suggestions on approaches in order to achieve this?