public override void TestsInitialize() { base.TestsInitialize(); WcfServiceHost.StartService <TestService, ITestService>(); ServiceAdapter = new ServiceAdapter <ITestService>(); ClientServiceLocator.Instance().CommandDispatcher = new WcfServiceHost(); }
public override void TestsInitialize() { base.TestsInitialize(); WcfServiceHost.StartService <CustomerService, ICustomerService>(); WcfServiceHost.StartService <AddressService, IAddressService>(); _originalCommandDispatcher = ClientServiceLocator.Instance().CommandDispatcher; ClientServiceLocator.Instance().CommandDispatcher = new WcfTestCommandDispatcher(); }
public override void TestsInitialize() { base.TestsInitialize(); WcfServiceHost.StartService <TestService, ITestService>(); }
public override void TestsInitialize() { base.TestsInitialize(); WcfServiceHost.StartService <CustomerService, ICustomerService>(); ClientServiceLocator.Instance().CommandDispatcher = new WcfServiceHost(); }
public override void TestsInitialize() { base.TestsInitialize(); WcfServiceHost.StartService <CustomerService, ICustomerService>(); WcfServiceHost.StartService <AddressService, IAddressService>(); }