Exemplo n.º 1
0
        public HoganServices_Tests()
        {
            container = new TinyIoCContainer();
            container.Register(Mock.Of <IUrlGenerator>());

            services = new HoganServices();
        }
Exemplo n.º 2
0
        public HoganServices_Tests()
        {
            container = new TinyIoCContainer();
            container.Register(Mock.Of <IUrlGenerator>());
            container.Register <IHtmlTemplateIdStrategy>(new HtmlTemplateIdBuilder());

            services = new HoganServices();
        }