Unit Testing the CalculatorStoreFactory (from the website tutorial)... ??? #237
-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Converted to discussion. |
Beta Was this translation helpful? Give feedback.
-
Hello and thanks for the question. Are you using Reaktive or coroutines? Could you please provide the complete code of the |
Beta Was this translation helpful? Give feedback.
Hello and thanks for the question. Are you using Reaktive or coroutines? Could you please provide the complete code of the
CalculatorStore
which you are testing?