@@ -27,6 +27,7 @@ This file is part of the iText (R) project.
27
27
import com .itextpdf .test .ITextTest ;
28
28
29
29
import java .io .IOException ;
30
+
30
31
import org .junit .jupiter .api .BeforeAll ;
31
32
import org .junit .jupiter .api .Tag ;
32
33
import org .junit .jupiter .api .Test ;
@@ -43,35 +44,35 @@ public static void beforeClass() {
43
44
44
45
@ Test
45
46
public void backgroundColorTest () throws IOException , InterruptedException {
46
- convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER ,"background-color" );
47
+ convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER , "background-color" );
47
48
}
48
49
49
50
@ Test
50
51
public void currentColorTest () throws IOException , InterruptedException {
51
- convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER ,"current-color" );
52
+ convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER , "current-color" );
52
53
}
53
54
54
55
@ Test
55
56
public void interpolationColorTest () throws IOException , InterruptedException {
56
- convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER ,"color-interpolation" );
57
+ convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER , "color-interpolation" );
57
58
}
58
59
59
60
@ Test
60
61
public void interpolationFilterColorTest () throws IOException , InterruptedException {
61
- convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER ,"color-interpolation-filter" );
62
+ convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER , "color-interpolation-filter" );
62
63
}
63
64
64
65
@ Test
65
66
//TODO DEVSIX-2259: update cmp after supporting
66
67
public void colorProfileTest () throws IOException , InterruptedException {
67
68
SvgConverterProperties properties = new SvgConverterProperties ()
68
69
.setBaseUri (SOURCE_FOLDER );
69
- convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER ,"color-profile" , properties );
70
+ convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER , "color-profile" , properties );
70
71
}
71
72
72
73
@ Test
73
74
//TODO DEVSIX-8748: update cmp files after supporting
74
75
public void colorTypesTest () throws IOException , InterruptedException {
75
- convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER ,"color-types" );
76
+ convertAndCompareSinglePage (SOURCE_FOLDER , DESTINATION_FOLDER , "color-types" );
76
77
}
77
78
}
0 commit comments