Feeds:
Posts
Comments

Archive for January, 2009

Resharper very usefull tool but …
Sample:

[TestFixture]
public class Tests {
[SetUp]
public void SetUp(){
Debug.WriteLine("SetUp");
Assert.IsTrue(false);//can’t create some resource
[...]

Read Full Post »