Пример #1
0
        public void SetUp()
        {
            theStrategy = new CssValidationAnnotationStrategy();
            theTag      = new HtmlTag("input");

            theRequest = ElementRequest.For <CssTarget>(x => x.Name);
            theRequest.ReplaceTag(theTag);
        }
        public void SetUp()
        {
            theStrategy = new CssValidationAnnotationStrategy();
            theTag = new HtmlTag("input");

            theRequest = ElementRequest.For<CssTarget>(x => x.Name);
            theRequest.ReplaceTag(theTag);
        }