Samples

The following example shows you how to stop Typemock Isolator.

  <Target Name="TestWithTypeMock">
    <TypeMockStart/>
      <Exec ContinueOnError="true" Command="$(NUnit) Test.dll"/>
    <TypeMockStop/>
  </Target>