(X) Hide this
    • Login
    • Join
      • Generate New Image
        By clicking 'Register' you accept the terms of use .

Windows Phone TDD Part 3: Writing the first test

(0 votes)
0 comments   /   posted by Silverlight Show on Feb 06, 2014
Tags:   windows-phone , wpdev , bogdan-bujdea
Read original post at Bogdan Bujdea's Blog

In the previous tutorial you saw how I installed Caliburn.Micro in my project. Now I will show you how to create the project for the unit tests, and I will write a small test to see if it all works.

The first thing you need to do is to create a new project. I’m going to use a C# class library project…not a Windows Phone class library, not a PCL class library, not a Windows Phone Unit Test App… just a simple C# class library project. The reason I’m choosing this type of project is because you can install any library you want, and it works with NUnit. However, it also has a disadvantage , you can’t make any integration tests, like testing the isolated storage, navigation service, etc.


Comments

No comments

Add Comment

Login to comment:
  *      *       

Our News on Twitter