OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Re-enable tests for UI code #75

Open Andy-Wilkinson opened 9 years ago

Andy-Wilkinson commented 9 years ago

Following the update from MSTest to xUnit, there are some issues with running tests that are required to be run on the UI thread. Hence, any tests marked using the [UITestMethod] attribute are currently skipped. A workaround should be found to allow unit testing on the UI Dispatcher.