Exemplo n.º 1
0
 public void Should_not_convert_correct_pdf_link(string input, string expected)
 {
     HPEParserFunctions.GetPdfUrl(input).Should().Be(expected);
 }
Exemplo n.º 2
0
 public void Should_convert_aspx_to_pdf_links(string input, string expected)
 {
     HPEParserFunctions.GetPdfUrl(input).Should().Be(expected);
 }