Skip to content

Commit 5f33028

Browse files
committed
[RELEASE] iText 7 pdfHTML 4.0.4
2 parents 5f92da6 + 434d287 commit 5f33028

File tree

287 files changed

+920
-461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+920
-461
lines changed

doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "pdfHTML 4.0.3 API"
35+
PROJECT_NAME = "pdfHTML 4.0.4 API"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version

itext.tests/itext.html2pdf.tests/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
[assembly: Guid("ae4e5743-0665-4705-9a33-07ea57cdd269")]
1717

18-
[assembly: AssemblyVersion("4.0.3.0")]
19-
[assembly: AssemblyFileVersion("4.0.3.0")]
20-
[assembly: AssemblyInformationalVersion("4.0.3")]
18+
[assembly: AssemblyVersion("4.0.4.0")]
19+
[assembly: AssemblyFileVersion("4.0.4.0")]
20+
[assembly: AssemblyInformationalVersion("4.0.4")]
2121

2222
#if !NETSTANDARD2_0
2323
[assembly: NUnit.Framework.Timeout(300000)]

itext.tests/itext.html2pdf.tests/itext.html2pdf.tests.csproj

+12-12
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@
4444
<Reference Include="System.Core" />
4545
</ItemGroup>
4646
<ItemGroup>
47-
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
48-
<PackageReference Include="itext7" Version="7.2.3" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.netstandard.csproj')" />
49-
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.netstandard.csproj')" />
50-
<ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.netstandard.csproj')" />
51-
<ProjectReference Include="..\..\..\itextcore\itext\itext.forms\itext.forms.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.forms\itext.forms.netstandard.csproj')" />
52-
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.netstandard.csproj')" />
53-
<ProjectReference Include="..\..\..\itextcore\itext\itext.hyph\itext.hyph.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.netstandard.csproj')" />
54-
<PackageReference Include="itext7.hyph" Version="7.2.3" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.netstandard.csproj')" />
55-
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
56-
<PackageReference Include="itext7.pdftest" Version="7.2.3" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.netstandard.csproj')" />
57-
<ProjectReference Include="..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.netstandard.csproj')" />
58-
<ProjectReference Include="..\..\..\itextcore\itext\itext.svg\itext.svg.netstandard.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.svg\itext.svg.netstandard.csproj')" />
47+
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
48+
<PackageReference Include="itext7" Version="7.2.4" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
49+
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')" />
50+
<ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.csproj')" />
51+
<ProjectReference Include="..\..\..\itextcore\itext\itext.forms\itext.forms.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.forms\itext.forms.csproj')" />
52+
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj')" />
53+
<ProjectReference Include="..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')" />
54+
<PackageReference Include="itext7.hyph" Version="7.2.4" Condition="!Exists('..\..\..\itextcore\itext\itext.hyph\itext.hyph.csproj')" />
55+
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
56+
<PackageReference Include="itext7.pdftest" Version="7.2.4" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
57+
<ProjectReference Include="..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.styledxmlparser\itext.styledxmlparser.csproj')" />
58+
<ProjectReference Include="..\..\..\itextcore\itext\itext.svg\itext.svg.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.svg\itext.svg.csproj')" />
5959
<ProjectReference Include="..\..\itext\itext.html2pdf\itext.html2pdf.csproj" />
6060
</ItemGroup>
6161
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.0'">

itext.tests/itext.html2pdf.tests/itext/html2pdf/ConverterPropertiesTest.cs

+16
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ source product.
4545
using iText.Test;
4646

4747
namespace iText.Html2pdf {
48+
[NUnit.Framework.Category("Unit test")]
4849
public class ConverterPropertiesTest : ExtendedITextTest {
4950
[NUnit.Framework.Test]
5051
public virtual void GetDefaultMetaInfoTest() {
@@ -62,6 +63,21 @@ public virtual void SetEventMetaInfoAndGetTest() {
6263
NUnit.Framework.Assert.AreSame(testMetaInfo, metaInfo);
6364
}
6465

66+
[NUnit.Framework.Test]
67+
public virtual void CheckDefaultsTest() {
68+
ConverterProperties properties = new ConverterProperties();
69+
NUnit.Framework.Assert.IsTrue(properties.IsImmediateFlush());
70+
NUnit.Framework.Assert.IsFalse(properties.IsCreateAcroForm());
71+
NUnit.Framework.Assert.AreEqual(10, properties.GetLimitOfLayouts());
72+
properties.SetImmediateFlush(false);
73+
properties.SetCreateAcroForm(true);
74+
properties.SetLimitOfLayouts(20);
75+
ConverterProperties propertiesCopied = new ConverterProperties(properties);
76+
NUnit.Framework.Assert.IsFalse(propertiesCopied.IsImmediateFlush());
77+
NUnit.Framework.Assert.IsTrue(propertiesCopied.IsCreateAcroForm());
78+
NUnit.Framework.Assert.AreEqual(20, propertiesCopied.GetLimitOfLayouts());
79+
}
80+
6581
private class TestMetaInfo : IMetaInfo {
6682
}
6783
}

itext.tests/itext.html2pdf.tests/itext/html2pdf/FontProviderTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ source product.
5151

5252
namespace iText.Html2pdf {
5353
// Actually the results are invalid because there is no pdfCalligraph.
54+
[NUnit.Framework.Category("Integration test")]
5455
public class FontProviderTest : ExtendedITextTest {
5556
public static readonly String SOURCE_FOLDER = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5657
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/FontProviderTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/Html2ElementsTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ source product.
6060
using iText.Test.Attributes;
6161

6262
namespace iText.Html2pdf {
63+
[NUnit.Framework.Category("Integration test")]
6364
public class Html2ElementsTest : ExtendedITextTest {
6465
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
6566
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/Html2ElementsTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/Html2PdfTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ source product.
4545
using iText.Test.Attributes;
4646

4747
namespace iText.Html2pdf {
48+
[NUnit.Framework.Category("Integration test")]
4849
public class Html2PdfTest : ExtendedHtmlConversionITextTest {
4950
public static readonly String SOURCE_FOLDER = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5051
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/Html2PdfTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/HtmlConverterMetaInfoTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ You should have received a copy of the GNU Affero General Public License
3636
using iText.Test;
3737

3838
namespace iText.Html2pdf {
39+
[NUnit.Framework.Category("Unit test")]
3940
public class HtmlConverterMetaInfoTest : ExtendedITextTest {
4041
[NUnit.Framework.Test]
4142
public virtual void MetaInfoShouldBePresentTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/HtmlConverterTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You should have received a copy of the GNU Affero General Public License
2727
using iText.Test;
2828

2929
namespace iText.Html2pdf {
30+
[NUnit.Framework.Category("Integration test")]
3031
public class HtmlConverterTest : ExtendedITextTest {
3132
[NUnit.Framework.Test]
3233
public virtual void CannotConvertHtmlToDocumentInReadingModeTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/HtmlResourceResolverUnitTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ You should have received a copy of the GNU Affero General Public License
2828
using iText.Test.Attributes;
2929

3030
namespace iText.Html2pdf {
31+
[NUnit.Framework.Category("Unit test")]
3132
public class HtmlResourceResolverUnitTest : ExtendedITextTest {
3233
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3334
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/ResourceResolverTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/ProcessorContextTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ source product.
5454
using iText.Test;
5555

5656
namespace iText.Html2pdf {
57+
[NUnit.Framework.Category("Integration test")]
5758
public class ProcessorContextTest : ExtendedITextTest {
5859
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5960
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/ProcessorContextTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/SurrogatePairsTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You should have received a copy of the GNU Affero General Public License
2727
using iText.Test.Attributes;
2828

2929
namespace iText.Html2pdf {
30+
[NUnit.Framework.Category("Integration test")]
3031
public class SurrogatePairsTest : ExtendedITextTest {
3132
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3233
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/SurrogatePairsTests/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/actions/Html2PdfEventsHandlingTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ You should have received a copy of the GNU Affero General Public License
4242
using iText.Test.Attributes;
4343

4444
namespace iText.Html2pdf.Actions {
45+
[NUnit.Framework.Category("Integration test")]
4546
public class Html2PdfEventsHandlingTest : ExtendedITextTest {
4647
private static readonly TestConfigurationEvent CONFIGURATION_ACCESS = new TestConfigurationEvent();
4748

itext.tests/itext.html2pdf.tests/itext/html2pdf/actions/events/PdfHtmlProductEventTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You should have received a copy of the GNU Affero General Public License
2727
using iText.Test;
2828

2929
namespace iText.Html2pdf.Actions.Events {
30+
[NUnit.Framework.Category("Unit test")]
3031
public class PdfHtmlProductEventTest : ExtendedITextTest {
3132
[NUnit.Framework.Test]
3233
public virtual void ConvertElementsEventTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/DefaultTagWorkerFactoryTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ You should have received a copy of the GNU Affero General Public License
2929
using iText.Test;
3030

3131
namespace iText.Html2pdf.Attach.Impl {
32+
[NUnit.Framework.Category("Unit test")]
3233
public class DefaultTagWorkerFactoryTest : ExtendedITextTest {
3334
[NUnit.Framework.Test]
3435
public virtual void CannotGetTagWorkerForCustomTagViaReflection() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/HtmlMetaInfoContainerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You should have received a copy of the GNU Affero General Public License
2727
using iText.Test;
2828

2929
namespace iText.Html2pdf.Attach.Impl {
30+
[NUnit.Framework.Category("Unit test")]
3031
public class HtmlMetaInfoContainerTest : ExtendedITextTest {
3132
[NUnit.Framework.Test]
3233
public virtual void CreateAndGetMetaInfoTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/OutlineHandlerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ You should have received a copy of the GNU Affero General Public License
3434
using iText.StyledXmlParser.Node.Impl.Jsoup.Node;
3535

3636
namespace iText.Html2pdf.Attach.Impl {
37+
[NUnit.Framework.Category("Integration test")]
3738
public class OutlineHandlerTest : ExtendedHtmlConversionITextTest {
3839
private static readonly String SOURCE_FOLDER = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3940
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/attach/impl/OutlineHandlerTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/layout/Html2PdfPropertyTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ source product.
4747
using iText.Test;
4848

4949
namespace iText.Html2pdf.Attach.Impl.Layout {
50+
[NUnit.Framework.Category("Unit test")]
5051
public class Html2PdfPropertyTest : ExtendedITextTest {
5152
[NUnit.Framework.Test]
5253
public virtual void PropertyUniquenessTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/layout/HtmlDocumentRendererIntegrationTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ You should have received a copy of the GNU Affero General Public License
2424
using iText.Html2pdf;
2525

2626
namespace iText.Html2pdf.Attach.Impl.Layout {
27+
[NUnit.Framework.Category("Integration test")]
2728
public class HtmlDocumentRendererIntegrationTest : ExtendedHtmlConversionITextTest {
2829
private static readonly String DESTINATION_FOLDER = NUnit.Framework.TestContext.CurrentContext.TestDirectory
2930
+ "/test/itext/html2pdf/attach/impl/layout/HtmlDocumentRendererIntegrationTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/layout/HtmlDocumentRendererTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ source product.
4848
using iText.Test;
4949

5050
namespace iText.Html2pdf.Attach.Impl.Layout {
51+
[NUnit.Framework.Category("Unit test")]
5152
public class HtmlDocumentRendererTest : ExtendedITextTest {
5253
[NUnit.Framework.Test]
5354
public virtual void ShouldAttemptTrimLastPageTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/layout/PageCountRendererTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ You should have received a copy of the GNU Affero General Public License
2828
using iText.Test.Attributes;
2929

3030
namespace iText.Html2pdf.Attach.Impl.Layout {
31+
[NUnit.Framework.Category("Unit test")]
3132
public class PageCountRendererTest : ExtendedITextTest {
3233
[NUnit.Framework.Test]
3334
[LogMessage(iText.IO.Logs.IoLogMessageConstant.GET_NEXT_RENDERER_SHOULD_BE_OVERRIDDEN)]

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/layout/PageSizeParserTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ source product.
4646
using iText.Test.Attributes;
4747

4848
namespace iText.Html2pdf.Attach.Impl.Layout {
49+
[NUnit.Framework.Category("Unit test")]
4950
public class PageSizeParserTest : ExtendedITextTest {
5051
private const double EPS = 1e-9;
5152

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/layout/PageTargetCountElementTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ You should have received a copy of the GNU Affero General Public License
2424
using iText.Test;
2525

2626
namespace iText.Html2pdf.Attach.Impl.Layout {
27+
[NUnit.Framework.Category("Unit test")]
2728
public class PageTargetCountElementTest : ExtendedITextTest {
2829
[NUnit.Framework.Test]
2930
public virtual void ConstructorTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/layout/PageTargetCountRendererTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ You should have received a copy of the GNU Affero General Public License
2828
using iText.Test.Attributes;
2929

3030
namespace iText.Html2pdf.Attach.Impl.Layout {
31+
[NUnit.Framework.Category("Unit test")]
3132
public class PageTargetCountRendererTest : ExtendedITextTest {
3233
[NUnit.Framework.Test]
3334
[LogMessage(iText.IO.Logs.IoLogMessageConstant.GET_NEXT_RENDERER_SHOULD_BE_OVERRIDDEN)]

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/layout/WidthDimensionContainerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ You should have received a copy of the GNU Affero General Public License
2828
using iText.Test;
2929

3030
namespace iText.Html2pdf.Attach.Impl.Layout {
31+
[NUnit.Framework.Category("Unit test")]
3132
public class WidthDimensionContainerTest : ExtendedITextTest {
3233
[NUnit.Framework.Test]
3334
public virtual void MinFixContentDimensionTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/layout/form/renderer/ButtonColorTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ You should have received a copy of the GNU Affero General Public License
3333
using iText.Test;
3434

3535
namespace iText.Html2pdf.Attach.Impl.Layout.Form.Renderer {
36+
[NUnit.Framework.Category("Integration test")]
3637
public class ButtonColorTest : ExtendedITextTest {
3738
public static readonly String SOURCE_FOLDER = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
3839
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/attach/impl/layout/form/renderer/ButtonColorTest/";

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/AbbrTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ You should have received a copy of the GNU Affero General Public License
3131
using iText.Test;
3232

3333
namespace iText.Html2pdf.Attach.Impl.Tags {
34+
[NUnit.Framework.Category("Unit test")]
3435
public class AbbrTagWorkerTest : ExtendedITextTest {
3536
[NUnit.Framework.Test]
3637
public virtual void LangAttrInAbbrForTaggedPdfTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/BodyTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ You should have received a copy of the GNU Affero General Public License
3131
using iText.Test;
3232

3333
namespace iText.Html2pdf.Attach.Impl.Tags {
34+
[NUnit.Framework.Category("Unit test")]
3435
public class BodyTagWorkerTest : ExtendedITextTest {
3536
[NUnit.Framework.Test]
3637
public virtual void LangAttrInBodyForTaggedPdfTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/BrTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ You should have received a copy of the GNU Affero General Public License
3333
using iText.Test;
3434

3535
namespace iText.Html2pdf.Attach.Impl.Tags {
36+
[NUnit.Framework.Category("Unit test")]
3637
public class BrTagWorkerTest : ExtendedITextTest {
3738
[NUnit.Framework.Test]
3839
public virtual void LangAttrInBrForTaggedPdfTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/DisplayTableRowTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ You should have received a copy of the GNU Affero General Public License
3333
using iText.Test;
3434

3535
namespace iText.Html2pdf.Attach.Impl.Tags {
36+
[NUnit.Framework.Category("Unit test")]
3637
public class DisplayTableRowTagWorkerTest : ExtendedITextTest {
3738
[NUnit.Framework.Test]
3839
public virtual void LangAttrInDisplayTableRowForTaggedPdfTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/DisplayTableTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ You should have received a copy of the GNU Affero General Public License
3434
using iText.Test;
3535

3636
namespace iText.Html2pdf.Attach.Impl.Tags {
37+
[NUnit.Framework.Category("Unit test")]
3738
public class DisplayTableTagWorkerTest : ExtendedITextTest {
3839
[NUnit.Framework.Test]
3940
public virtual void LangAttrInDisplayTableForTaggedPdfTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/DivTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ You should have received a copy of the GNU Affero General Public License
3131
using iText.Test;
3232

3333
namespace iText.Html2pdf.Attach.Impl.Tags {
34+
[NUnit.Framework.Category("Unit test")]
3435
public class DivTagWorkerTest : ExtendedITextTest {
3536
[NUnit.Framework.Test]
3637
public virtual void LangAttrInDivForTaggedPdfTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/InputTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ You should have received a copy of the GNU Affero General Public License
2424
using iText.Test;
2525

2626
namespace iText.Html2pdf.Attach.Impl.Tags {
27+
[NUnit.Framework.Category("Unit test")]
2728
public class InputTagWorkerTest : ExtendedITextTest {
2829
[NUnit.Framework.Test]
2930
public virtual void TestNumberInputPreprocessing() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/LiTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ You should have received a copy of the GNU Affero General Public License
3333
using iText.Test;
3434

3535
namespace iText.Html2pdf.Attach.Impl.Tags {
36+
[NUnit.Framework.Category("Unit test")]
3637
public class LiTagWorkerTest : ExtendedITextTest {
3738
[NUnit.Framework.Test]
3839
public virtual void LangAttrInLiForTaggedPdfTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/PTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ You should have received a copy of the GNU Affero General Public License
3333
using iText.Test;
3434

3535
namespace iText.Html2pdf.Attach.Impl.Tags {
36+
[NUnit.Framework.Category("Unit test")]
3637
public class PTagWorkerTest : ExtendedITextTest {
3738
[NUnit.Framework.Test]
3839
public virtual void LangAttrInPForTaggedPdfTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/PageCountWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You should have received a copy of the GNU Affero General Public License
2727
using iText.Test;
2828

2929
namespace iText.Html2pdf.Attach.Impl.Tags {
30+
[NUnit.Framework.Category("Unit test")]
3031
public class PageCountWorkerTest : ExtendedITextTest {
3132
[NUnit.Framework.Test]
3233
public virtual void PageTargetCountElementNodeTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/PreTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ You should have received a copy of the GNU Affero General Public License
2929
using iText.Test;
3030

3131
namespace iText.Html2pdf.Attach.Impl.Tags {
32+
[NUnit.Framework.Category("Unit test")]
3233
public class PreTagWorkerTest : ExtendedITextTest {
3334
[NUnit.Framework.Test]
3435
public virtual void ProcessContentWithoutRNTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/SpanTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ You should have received a copy of the GNU Affero General Public License
3131
using iText.Test;
3232

3333
namespace iText.Html2pdf.Attach.Impl.Tags {
34+
[NUnit.Framework.Category("Unit test")]
3435
public class SpanTagWorkerTest : ExtendedITextTest {
3536
[NUnit.Framework.Test]
3637
public virtual void LangAttrInSpanForTaggedPdfTest() {

itext.tests/itext.html2pdf.tests/itext/html2pdf/attach/impl/tags/SvgTagWorkerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ You should have received a copy of the GNU Affero General Public License
3030
using iText.Test.Attributes;
3131

3232
namespace iText.Html2pdf.Attach.Impl.Tags {
33+
[NUnit.Framework.Category("Unit test")]
3334
public class SvgTagWorkerTest : ExtendedITextTest {
3435
[NUnit.Framework.Test]
3536
[LogMessage(Html2PdfLogMessageConstant.UNABLE_TO_PROCESS_SVG_ELEMENT, LogLevel = LogLevelConstants.ERROR)]

0 commit comments

Comments
 (0)