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);
 }
Esempio n. 2
0
 public new virtual void SetUp()
 {
     base.SetUp();
     result = ContentAreaMapper.Map(contentArea);
 }
Esempio n. 3
0
 public virtual void SetUp()
 {
     ContentAreaMapper = new ContentAreaMapper();
 }