Sign in
Jeremiah Clark's Blog
A place to collect my ramblings about Microsoft and the .NET Framework.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.Net
Books
C#
C# 3.0
Compilers
Debugging
GAC
Hacks
IE8
jQuery
LINQ
MVC
Off Topic
Opinion
Parallel Computing
Performance
PowerShell
Reflection
SharePoint
Singularity
SQL
SSRS
Tips
Training
Twitter
Unit Testing
Unity
Visual Studio
Windows
Windows Media Center
Workflow
Browse by Tags
MSDN Blogs
>
Jeremiah Clark's Blog
>
All Tags
>
unit testing
Tagged Content List
Blog Post:
Visual Studio Unit Testing Extensions v1.2.0.0
Jeremiah.Clark
Version 1.2.0.0 of these Unit Testing Extensions are available on CodePlex today. The original post that talks about the project can be found here . An updated NuGet package is also available . This release contains additional assertions on IEnumerable<T>, String, and Type. Additionally...
on
7 Feb 2012
Blog Post:
Visual Studio Testing Extensions now available on NuGet
Jeremiah.Clark
I have become a huge fan of NuGet lately. It really makes managing references and dependencies a lot easier. If you are not familiar with NuGet, here is the description from its site: NuGet (formerly known as NuPack) is a free, open source developer focused package management system for the .NET...
on
20 Jan 2011
Blog Post:
Visual Studio Unit Testing Extensions v1.1.0.0
Jeremiah.Clark
I just released version 1.1.0.0 of these Unit Testing Extensions on CodePlex today. The original post that talks about the project can be found here . This release contains additional assertions on DateTime, ICollection<T>, and String. This release is also targeted to the .NET 4 Framework. ...
on
3 Dec 2010
Blog Post:
Testing Your Unity XML Configuration
Jeremiah.Clark
When using Unity as your IoC container , one way to configure the container is to use an configuration section in your app.config or web.config file. A simplified example of this configuration is shown below: 1: <? xml version ="1.0" encoding ="utf-8" ? > 2: < configuration >...
on
3 Apr 2009
Blog Post:
Unit Testing The MVC JsonResult
Jeremiah.Clark
One of my favorite features of ASP.NET MVC is the support for JSON . In MVC, an Action Method in a Controller can return a JsonResult. This really comes in handy when integrating with jQuery to provide AJAX-like functionality in an application. In this post, I am going to share some of the different...
on
25 Feb 2009
Blog Post:
Visual Studio Unit Testing Extensions v1.0.0.0 - Continued...
Jeremiah.Clark
Last night I wrote a post about the Visual Studio Unit Testing Extensions that I put out on CodePlex . I forgot to mention one of my favorite features that the library provides. I showed how you can use the library to write readable unit tests like the following: [TestMethod] public void NewWay_Test...
on
3 Feb 2009
Blog Post:
Visual Studio Unit Testing Extensions v1.0.0.0
Jeremiah.Clark
This is a personal hobby project that I have been working on recently. The code has been released on CodePlex and can be found here . The Visual Studio Testing Extensions is a library that exposes a set of extension methods to provide a way to write more readable unit tests in the Visual Studio Unit...
on
3 Feb 2009
Page 1 of 1 (7 items)