Stories recently tagged with 'UnitTests'

Sharpen Your Unit Tests, Forget VB(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 8 months ago

VB.NET programmers should be writing their unit tests in C#. read more...

1 comment |category: |Views: 4

tags: another

Strategies for Structuring Unit Tests(laribee.com)

submitted by laribeelaribee(720) 5 years ago

As you start to accumulate tests and move along in your TDD discipline, it becomes increasingly important to effectively organize large collections of tests. Here's an assortment of tactics for structuring your own test suites... read more...

add a comment |category: |Views: 32

tags: another

Organizing Unit Tests and Projects With Solution Folders(codebetter.com)

submitted by JimBollaJimBolla(130) 5 years, 4 months ago

Rather than letting the alphabetical nature of the Solution Explorer drive my naming conventions, I will typically toss my tests in a separate Solutions Folder that separates it from the rest of the core code, etc. read more...

add a comment |category: |Views: 15

tags: another

Using ReSharper as an essential part of your TDD toolkit(codebetter.com)

submitted by dalzieldalziel(6230) 5 years, 5 months ago

I have been a long time and fan and user of JetBrain's ReSharper add-in for Visual Studio .NET. At a high-level, ReSharper is a productivity and refactoring plug-in for Visual Studio, but that simple description belies the genius behind the product. read more...

add a comment |category: |Views: 10

tags: another