The purpose of this repository is to serve as an example of how a developer can write unit tests for Windows 8 HTML and JavaScript Metro applications.
The following examples are available:
QuickConvert demonstrates how a simple one screen application can be tested.
- Embeding QUnitMetro
- Simple test writing
/Simple/QuickConvert
TrendingTweets demonstrates testing of APIs and ViewModels
- Model-View-ViewModel (MVVM) usage and testing
- Dependency Injection
- Object Mocking
- Testing Harness
/Complex/TrendingTweets
Public Domain