Pack Urls and Unit Testing. Problem with my environment?

后端 未结 4 995
陌清茗
陌清茗 2021-02-07 04:45

So I\'ve got this nice little MVVM solution, and things work great. I\'ve got a view model for a header bar that adjusts the icon based on the state of the application, etc. I\'

4条回答
  •  庸人自扰
    2021-02-07 04:57

    I think you can fix this by creating an instance of your main application class before running any tests. This will wire up the handlers that Julien mentions in the other answer.

提交回复
热议问题