public HtmlStepFormatter(HtmlTableFormatter htmlTableFormatter, HtmlMultilineStringFormatter htmlMultilineStringFormatter, LanguageServices languageServices)
 {
     this.htmlTableFormatter = htmlTableFormatter;
     this.htmlMultilineStringFormatter = htmlMultilineStringFormatter;
     this.languageServices = languageServices;
     xmlns = HtmlNamespace.Xhtml;
 }
Example #2
0
 public HtmlStepFormatter(HtmlTableFormatter htmlTableFormatter,
                          HtmlMultilineStringFormatter htmlMultilineStringFormatter,
                          LanguageServices languageServices)
 {
     this.htmlTableFormatter           = htmlTableFormatter;
     this.htmlMultilineStringFormatter = htmlMultilineStringFormatter;
     this.languageServices             = languageServices;
     xmlns = HtmlNamespace.Xhtml;
 }
 public HtmlScenarioOutlineFormatter(
     HtmlStepFormatter htmlStepFormatter,
     HtmlDescriptionFormatter htmlDescriptionFormatter,
     HtmlTableFormatter htmlTableFormatter,
     HtmlImageResultFormatter htmlImageResultFormatter)
 {
     this.htmlStepFormatter = htmlStepFormatter;
     this.htmlDescriptionFormatter = htmlDescriptionFormatter;
     this.htmlTableFormatter = htmlTableFormatter;
     this.htmlImageResultFormatter = htmlImageResultFormatter;
     xmlns = HtmlNamespace.Xhtml;
 }
Example #4
0
 public HtmlScenarioOutlineFormatter(
     HtmlStepFormatter htmlStepFormatter,
     HtmlDescriptionFormatter htmlDescriptionFormatter,
     HtmlTableFormatter htmlTableFormatter,
     HtmlImageResultFormatter htmlImageResultFormatter)
 {
     this.htmlStepFormatter        = htmlStepFormatter;
     this.htmlDescriptionFormatter = htmlDescriptionFormatter;
     this.htmlTableFormatter       = htmlTableFormatter;
     this.htmlImageResultFormatter = htmlImageResultFormatter;
     xmlns = HtmlNamespace.Xhtml;
 }