Videos tagged with NUnit
In this episode we will take a look at how you can utilize the power of RowTests within NUnit. By learning how to use RowTests you can reduce the amount of duplicate test code which exists when doing data driven tests.
DimeCasts.Net #81: Building a Nant Script – Part 2: Adding NUnit tests
In this episode we will continue our series on how to create a build script using the NAnt build tool. In this episode we will build off the script for episode #78 and add in the ability to run NUnit tests within our script. You can get the script for this episode here
MVC Pair Programming Episode 4 with Charlie Poole – Unit Testing the Model
In this fourth episode, Stephen Walther and Charlie Poole build classes that represent their blog and blog entries. Charlie Poole also demonstrates some useful NUnit tricks. Presented by Stephen Walther Date: 20 August 2008
MVC Pair Programming Episode 3 with Charlie Poole – Returning Blog Entries
In this third episode, Stephen Walther and Charlie Poole build tests that verify that their blog can return blog entries. They build unit tests for the case when there are no entries returned and the case when a single entry is returned. Presented by Stephen Walther Date: 20 August 2008
MVC Pair Programming Episode 2 with Charlie Poole – Creating Unit Tests with NUnit
In this second episode, Stephen Walther and Charlie Poole create the MVC application with Visual Studio and run their first unit tests with NUnit. Charlie Poole explains that you can take shorter or longer steps when testing depending on your confidence level. Presented by Stephen Walther Date: 20 August 2008
DimeCasts.Net #4: Unit testing events with NUnit
In this episode we will cover how to test events that are raised from an object. We will cover multiple different ways to do this.
DimeCasts.Net #3: Creating tests with NUnit
In this episode we will cover the basics on how to create various unit test using the NUnit testing framework. We will also review the different Assert helper classes that are part of the testing framework.
DimeCasts.Net #2: Overview on NUnit's Attributes
In this episode we will learn how to use some of the different attributes that are built into the NUnit testing framework. The attributes we will review are: Test TestFixtureSetup TestFixtureTeardown Setup Teardown Ignore Explicit ExpectedException
DimeCasts.Net #1: Overview on how to use NUnit
This screencast is an introduction to NUnit as well as a brief overview of testing with NUnit. In this episode you will learn the following: Use the NUnit IDE Create simple tests with NUnit Debug a test via the VS IDE