Step 2. Creating a Unit Test Project

To create a unit test project:

1. In MS Visual Studio, create a new test project and call it UnitTest1.

2. It does not matter whether you write in C# or VB.NET, do the following:

Right click on Project Properties and add references to Typemock Isolator Core DLL and Typemock.ArrangeActAssert.

3. In your test project, change the references to the Typemock Isolator DLLs that you copied to the source control repository:

TypeMock.dll

Typemock.ArrangeActAssert.dll