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
[...]
Posted in Uncategorized on January 30, 2009 | Leave a Comment »
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
[...]