I think all Resharper users are familiar with snippets. Resharper's snippet basically generates a piece of code, which can be easily customised on the fly. All you have to do is to press TAB, and you can change names of auto-generated variables etc. Today, I decided to write my own snippet, which would make writing unit tests easier. In general, all my unit test methods looks like this [Test] public void MethodNameScenarioExpectedResult_Test() { //test logic goes in here } So let's writ...
Strona głównaNarzędzia
Narzędzia 4513 dni, 14 godzin, 22 minuty temu 38 pokaż kod licznika zwiń
Podobne artykuły:
- ReSharper 5.0 + Visual Studio 2010 - Windows Live
- 04. Tabela routingu | codingtv(); - video-blog programistyczny
- Jakub Gutkowski | Jakub Gutkowski - ReSharper, VS2010, TFS i praca offline
- 01. Narzędzia, planowanie
- Wtyczki do Reshaprera 4.x
- [EN]CQRS snippets · Cezary Piątek Blog
- Wygraj ReSharpera/dotCover z codingtv();!
- ReSharper – all you need is… refactoring & code templates! – part 2 – A Girl Among Geeks
- Testuj na 8 rdzeniach!
- [EN] Find unused private and public methods with Resharper | chrisseroka
- [EN] Finding typos with ReSharper Command Line Tools, ReSpeller and Cake - .NET BLOG