Writing unit tests for flows.
Right now I have a flow that needs to have a unit test. The issue is that a flow cannot be run directly and therefore, a unit test cannot be created for it.
I am trying to test run the flow from an activity and test the activity. However, there seems to be no way to setup any data for the flow and check the expected results.
What is the correct approach to setting up unit tests for flows?