Step 3. Preparing to Write a Unit Test
To prepare to write a unit test:
1. Using the test project that you created, open UnitTest1.cs.
2. Write the following code at the beginning of the file:
C#
using TypeMock.ArrangeActAssert;
VB
Imports TypeMock.ArrangeActAssert