public RequestUriProcessorTests()
 {
     this.serviceFactory = new ServiceSimulatorFactory();
     this.PopulateTestMetadata();
     this.serviceFactory.SetDataSource(new TestEntityContext());
 }
 public DataServiceExecutionProviderTests()
 {
     this.serviceFactory = new ServiceSimulatorFactory();
 }
 public UpdatableWrapperTests()
 {
     this.serviceFactory = new ServiceSimulatorFactory();
 }