Esempio n. 1
0
        public void NonEmptyString_Should_BeInHeader()
        {
            var headerText = "Test";

            _htmlFormatter.AppendHeader(headerText);
            _htmlFormatter.ToReportString().Should().Be($"<H1>{headerText}</H1>");
        }