Ejemplo n.º 1
0
 public void SetUpTest()
 {
     _channelConfig        = Setup.TestChannelConfig();
     _itemMatcherUnderTest = new IndividualItemMatcher <LocalTestResource, RemoteTestResource, int, ItemMatch <LocalTestResource, RemoteTestResource> >(
         _channelConfig, TargetType.T1);
 }
Ejemplo n.º 2
0
 public void SetUpTest()
 {
     _channelConfig  = Setup.TestChannelConfig();
     _localEndpoint  = _channelConfig.Type1EndpointConfiguration.Endpoint as InMemoryCrudDataEndpoint <LocalTestResource, int>;
     _remoteEndpoint = _channelConfig.Type2EndpointConfiguration.Endpoint as InMemoryCrudDataEndpoint <RemoteTestResource, int>;
 }