public IEnumerable <KeyValuePair <IWorkItem, IIdentifiable <int?> > > Execute() { _strategy.Map(typeof(MockIdentityType), _workItemMappings, null); return(_workItemMappings); }
public override void When() { _strategy.Map(typeof(MockIdentityType), _workItemMappings, null); }