in

CodePrairie .NET

South Dakota .NET User Group

chrisortman

How well does Resharper know me?

I was in the process of setting up another unit test and realized...I really should just make a Resharper template for this. As I went to create the template I saw one setup exactly as I would want it which is like this:

 

namespace $NAMESPACE$ 
{
    using MbUnit.Framework;
    using Rhino.Mocks;
    
    [TestFixture]
    public class $CLASS$ { $END$ }
    
}

 

Now, I don't remember at all creating this...so I'm wondering did I create it a while ago and am just having a friday brain fart, or is Resharper really that smart?

Published Jun 15 2007, 06:53 AM by chrisortman
Filed under:

Comments

No Comments

Leave a Comment

(required)
(optional)
(required)
Add
Powered by Community Server (Commercial Edition), by Telligent Systems