Example #1
0
 public void TestFixtureCleanup()
 {
     StubAutoMapper      = null;
     StubCustomerService = null;
     StubAddressService  = null;
     StubUnitOfWork      = null;
     CustomerControllerApi.Dispose();
     CustomerControllerApi = null;
 }