Step 1. Copying Typemock Isolator DLLs

There are two ways to copy the Typemock Isolator DLLs:

1) Using the Typemock Isolator NuGet:

  1. In "Visual Studio" select the "Tools" tab.

  2. Select "NuGet Package Manager"

  3. Select "Package Manager Console"

  4. Type "Install-Package Typemock.Isolator" and press "Enter".

2) Copy Typemock Isolator DLLs:

1. Copy all the following DLL’s from <Typemock installation folder>\PublicAssemblies to your source control repository:

TypeMock.dll

Typemock.ArrangeActAssert.dll

2. If you want to use IntelliSense features, add the following files to the folder where the DLLs are stored:

TypeMock.xml

Typemock.ArrangeActAssert.xml

3. In your test project, change the references to the copied DLLs.