public new virtual void SetUp() { base.SetUp(); contentAreasToMap = new List <ContentArea> { contentarea1, contentarea2 }; ContentAreaMapper.Map(contentarea1).Returns(mappedContentArea1); ContentAreaMapper.Map(contentarea2).Returns(mappedContentArea2); result = LabelCollectionMapper.Map(contentAreasToMap); }
public new virtual void SetUp() { base.SetUp(); result = ContentAreaMapper.Map(contentArea); }