Monday, July 27, 2009

Resharper test live templates

[NUnit.Framework.TestFixture]
public class $CLASSNAME$Test
{
[NUnit.Framework.Test]
public void When_$Action$_Then_$Effect$()
{
$END$
}
}

No comments: