File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/test/java/com/itextpdf/html2pdf/attach/impl/layout Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ This file is part of the iText (R) project.
4242 */
4343package com .itextpdf .html2pdf .attach .impl .layout ;
4444
45+ import com .itextpdf .test .ExtendedITextTest ;
4546import com .itextpdf .test .annotations .type .UnitTest ;
4647import org .junit .Assert ;
4748import org .junit .Test ;
@@ -53,7 +54,7 @@ This file is part of the iText (R) project.
5354import java .util .Set ;
5455
5556@ Category (UnitTest .class )
56- public class Html2PdfPropertyTest {
57+ public class Html2PdfPropertyTest extends ExtendedITextTest {
5758
5859 @ Test
5960 public void propertyUniquenessTest () throws IllegalAccessException {
Original file line number Diff line number Diff line change @@ -47,13 +47,14 @@ This file is part of the iText (R) project.
4747import com .itextpdf .kernel .pdf .PdfWriter ;
4848import com .itextpdf .kernel .pdf .canvas .PdfCanvas ;
4949import com .itextpdf .layout .Document ;
50+ import com .itextpdf .test .ExtendedITextTest ;
5051import com .itextpdf .test .annotations .type .UnitTest ;
5152import org .junit .Assert ;
5253import org .junit .Test ;
5354import org .junit .experimental .categories .Category ;
5455
5556@ Category (UnitTest .class )
56- public class HtmlDocumentRendererTest {
57+ public class HtmlDocumentRendererTest extends ExtendedITextTest {
5758
5859 @ Test
5960 public void shouldAttemptTrimLastPageTest () {
You can’t perform that action at this time.
0 commit comments