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