Sign in
|
Join
|
Help
in
Current Tags
Tim Bassett
Principles
(Entire Site)
TFS Advantage
Furthering Continuous Integration Efforts on Microsoft Visual Studio Team System Team Foundation Server
Home
Blogs
Products
Forums
Downloads
This Blog
Home
Syndication
RSS
Atom
Comments RSS
Recent Posts
Creating and using a test base class
Survey questions for customized training session on Visual Studio 2008 - Unit Testing - TDD - Continuous Integration - Team Foundation Server
Building Compact Framework Unit Tests in Microsoft Team Foundation Server with Team Foundation Build
Code Snippets For Unit Testing (w/Typemock)
Some keys to success with continuous integration and VSTS
Tags
broken builds
compact framework
Installation
LINQ
MSTEST
private accessors
Relection
Reporting Server
SQL Server
TDD
templates
TFS
third party software
Training
Typemock
unit test
Archives
June 2008
(4)
May 2008
(3)
Tim Bassett
Browse by Tags
All Tags
»
LINQ
»
TDD
(
RSS
)
MSTEST
Relection
How to find all Assemblies with MSTest test classes in a directory in a single LINQ statement
I needed a component that would examine a directory and find all test assemblies in a directory. This sounded like a job for LINQ. var allFiles = from fileName in Directory .GetFiles(directory.FullName, "*.dll" ) let assembly = Assembly .LoadFile...
Posted
May 05 2008, 03:45 PM
by
re101184
with | with
no comments
Filed under:
TDD
,
MSTEST
,
LINQ
,
Relection
Hound Dog Enterprises, LLC