Exemple #1
0
 public void SetUp()
 {
     _templateCache = new SimpleTemplateCache();
     _templateCache.Clear();
     _templateFactoryFactoryMock = new Mock <ITemplateFactoryFactory>();
     _templateEngine             = new TemplateEngine(_templateCache, _templateFactoryFactoryMock.Object);
 }
 public void SetUp()
 {
     _templateCache = new SimpleTemplateCache();
     _templateCache.Clear();
     _templateFactoryFactoryMock = new Mock<ITemplateFactoryFactory>();
     _templateEngine = new TemplateEngine(_templateCache, _templateFactoryFactoryMock.Object);
 }