@@ -26,6 +26,7 @@ This file is part of the iText (R) project.
26
26
import com .itextpdf .test .annotations .type .IntegrationTest ;
27
27
28
28
import java .io .IOException ;
29
+
29
30
import org .junit .BeforeClass ;
30
31
import org .junit .Test ;
31
32
import org .junit .experimental .categories .Category ;
@@ -42,181 +43,167 @@ public static void beforeClass() {
42
43
}
43
44
44
45
@ Test
45
- //TODO: DEVSIX-4370 update cmp file
46
46
public void imageBckgRepeatTest () throws IOException , InterruptedException {
47
47
convertToPdfAndCompare ("imageBckgRepeat" , SOURCE_FOLDER , DESTINATION_FOLDER );
48
48
}
49
49
50
50
@ Test
51
- //TODO: DEVSIX-4370 update cmp file
52
51
public void imageBckgNoRepeatTest () throws InterruptedException , IOException {
53
52
convertToPdfAndCompare ("imageBckgNoRepeat" , SOURCE_FOLDER , DESTINATION_FOLDER );
54
53
}
55
54
56
55
@ Test
57
- //TODO: DEVSIX-4370 update cmp file
58
56
public void imageBckgRoundTest () throws InterruptedException , IOException {
59
57
convertToPdfAndCompare ("imageBckgRound" , SOURCE_FOLDER , DESTINATION_FOLDER );
60
58
}
61
59
62
60
@ Test
63
- //TODO: DEVSIX-4370 update cmp file
64
61
public void imageBckgSpaceTest () throws InterruptedException , IOException {
65
62
convertToPdfAndCompare ("imageBckgSpace" , SOURCE_FOLDER , DESTINATION_FOLDER );
66
63
}
67
64
68
65
@ Test
69
- //TODO: DEVSIX-4370 update cmp file
66
+ public void imageBckgSpaceWithBigBorderTest () throws InterruptedException , IOException {
67
+ // TODO DEVSIX-2105
68
+ convertToPdfAndCompare ("imageBckgSpaceWithBigBorder" , SOURCE_FOLDER , DESTINATION_FOLDER );
69
+ }
70
+
71
+ @ Test
70
72
public void imageBckgRepeatXTest () throws InterruptedException , IOException {
71
73
convertToPdfAndCompare ("imageBckgRepeatX" , SOURCE_FOLDER , DESTINATION_FOLDER );
72
74
}
73
75
74
76
@ Test
75
- //TODO: DEVSIX-4370 update cmp file
76
77
public void imageBckgRepeatYTest () throws InterruptedException , IOException {
77
78
convertToPdfAndCompare ("imageBckgRepeatY" , SOURCE_FOLDER , DESTINATION_FOLDER );
78
79
}
79
80
80
81
@ Test
81
- //TODO: DEVSIX-4370 update cmp file
82
82
public void linearGradientBckgRepeatTest () throws InterruptedException , IOException {
83
83
convertToPdfAndCompare ("linearGradientBckgRepeat" , SOURCE_FOLDER , DESTINATION_FOLDER );
84
84
}
85
85
86
86
@ Test
87
- //TODO: DEVSIX-4370 update cmp file
88
87
public void linearGradientBckgNoRepeatTest () throws InterruptedException , IOException {
89
88
convertToPdfAndCompare ("linearGradientBckgNoRepeat" , SOURCE_FOLDER , DESTINATION_FOLDER );
90
89
}
91
90
92
91
@ Test
93
- //TODO: DEVSIX-4370 update cmp file
94
92
public void linearGradientBckgRoundTest () throws IOException , InterruptedException {
95
93
convertToPdfAndCompare ("linearGradientBckgRound" , SOURCE_FOLDER , DESTINATION_FOLDER );
96
94
}
97
95
98
96
@ Test
99
- //TODO: DEVSIX-1708 update cmp file
100
97
public void linearGradientBckgSpaceTest () throws IOException , InterruptedException {
101
98
convertToPdfAndCompare ("linearGradientBckgSpace" , SOURCE_FOLDER , DESTINATION_FOLDER );
102
99
}
103
100
104
101
@ Test
105
- //TODO: DEVSIX-4370 update cmp file
106
102
public void linearGradientBckgRepeatXTest () throws IOException , InterruptedException {
107
103
convertToPdfAndCompare ("linearGradientBckgRepeatX" , SOURCE_FOLDER , DESTINATION_FOLDER );
108
104
}
109
105
110
106
@ Test
111
- //TODO: DEVSIX-4370 update cmp file
112
107
public void linearGradientBckgRepeatYTest () throws IOException , InterruptedException {
113
108
convertToPdfAndCompare ("linearGradientBckgRepeatY" , SOURCE_FOLDER , DESTINATION_FOLDER );
114
109
}
115
110
116
111
@ Test
117
- //TODO: DEVSIX-4370 update cmp file
118
112
public void imageBckgRepeatAndSpaceTest () throws IOException , InterruptedException {
119
113
convertToPdfAndCompare ("imageBckgRepeatAndSpace" , SOURCE_FOLDER , DESTINATION_FOLDER );
120
114
}
121
115
122
116
@ Test
123
- //TODO: DEVSIX-4370 update cmp file
124
117
public void imageBckgRoundAndSpaceTest () throws IOException , InterruptedException {
125
118
convertToPdfAndCompare ("imageBckgRoundAndSpace" , SOURCE_FOLDER , DESTINATION_FOLDER );
126
119
}
127
120
128
121
@ Test
129
- //TODO: DEVSIX-4370 update cmp file
130
122
public void bckgRepeatAndBckgPositionXTest () throws IOException , InterruptedException {
131
123
convertToPdfAndCompare ("bckgRepeatAndBckgPositionX" , SOURCE_FOLDER , DESTINATION_FOLDER );
132
124
}
133
125
134
126
@ Test
135
- //TODO: DEVSIX-4370 update cmp file
136
127
public void bckgRepeatAndBckgPositionYTest () throws IOException , InterruptedException {
137
128
convertToPdfAndCompare ("bckgRepeatAndBckgPositionY" , SOURCE_FOLDER , DESTINATION_FOLDER );
138
129
}
139
130
140
131
@ Test
141
- //TODO: DEVSIX-4370 update cmp file
142
132
public void bckgRoundSpaceAndBckgPositionXTest () throws IOException , InterruptedException {
143
133
convertToPdfAndCompare ("bckgRoundSpaceAndBckgPositionX" , SOURCE_FOLDER , DESTINATION_FOLDER );
144
134
}
145
135
146
136
@ Test
147
- //TODO: DEVSIX-4370 update cmp file
148
137
public void bckgSpaceRoundAndBckgPositionYTest () throws IOException , InterruptedException {
149
138
convertToPdfAndCompare ("bckgSpaceRoundAndBckgPositionY" , SOURCE_FOLDER , DESTINATION_FOLDER );
150
139
}
151
140
152
141
@ Test
153
- //TODO: DEVSIX-4370 update cmp file
154
142
public void bckgRepeatXAndBckgPositionYTest () throws IOException , InterruptedException {
155
143
convertToPdfAndCompare ("bckgRepeatXAndBckgPositionY" , SOURCE_FOLDER , DESTINATION_FOLDER );
156
144
}
157
145
158
146
@ Test
159
- //TODO: DEVSIX-4370 update cmp file
160
147
public void bckgRepeatYAndBckgPositionXTest () throws IOException , InterruptedException {
161
148
convertToPdfAndCompare ("bckgRepeatYAndBckgPositionX" , SOURCE_FOLDER , DESTINATION_FOLDER );
162
149
}
163
150
164
151
@ Test
165
- //TODO: DEVSIX-4370 update cmp file
166
152
public void bckgRoundAndBckgPositionTest () throws IOException , InterruptedException {
167
153
convertToPdfAndCompare ("bckgRoundAndBckgPosition" , SOURCE_FOLDER , DESTINATION_FOLDER );
168
154
}
169
155
170
156
@ Test
171
- //TODO: DEVSIX-4370 update cmp file
172
157
public void bckgRoundAndNegativeBckgPositionTest () throws IOException , InterruptedException {
173
158
convertToPdfAndCompare ("bckgRoundAndNegativeBckgPosition" , SOURCE_FOLDER , DESTINATION_FOLDER );
174
159
}
175
160
176
161
@ Test
177
- //TODO: DEVSIX-4370 update cmp file
178
162
public void bckgSpaceAndBckgPositionTest () throws IOException , InterruptedException {
179
163
convertToPdfAndCompare ("bckgSpaceAndBckgPosition" , SOURCE_FOLDER , DESTINATION_FOLDER );
180
164
}
181
165
182
166
@ Test
183
- //TODO: DEVSIX-4370 update cmp file
184
167
public void bckgSpaceAndBckgPositionPageSeparationTest () throws IOException , InterruptedException {
185
168
convertToPdfAndCompare ("bckgSpaceAndBckgPositionPageSeparation" , SOURCE_FOLDER , DESTINATION_FOLDER );
186
169
}
187
170
188
171
@ Test
189
- //TODO: DEVSIX-4370 update cmp file
190
172
public void bckgSpaceAndNegativeBckgPositionTest () throws IOException , InterruptedException {
191
173
convertToPdfAndCompare ("bckgSpaceAndNegativeBckgPosition" , SOURCE_FOLDER , DESTINATION_FOLDER );
192
174
}
193
175
194
176
@ Test
195
- //TODO: DEVSIX-4370 update cmp file
177
+ public void bckgSpaceAndBckgPositionAdvancedTest () throws IOException , InterruptedException {
178
+ convertToPdfAndCompare ("bckgSpaceAndBckgPositionAdvanced" , SOURCE_FOLDER , DESTINATION_FOLDER );
179
+ }
180
+
181
+ @ Test
182
+ public void bcgRoundAndBckgSizeAutoAndContainAdvancedTest () throws IOException , InterruptedException {
183
+ convertToPdfAndCompare ("bcgRoundAndBckgSizeAutoAndContainAdvanced" , SOURCE_FOLDER , DESTINATION_FOLDER );
184
+ }
185
+
186
+ @ Test
196
187
public void bckgRoundRemainsLessHalfOfImageTest () throws IOException , InterruptedException {
197
188
convertToPdfAndCompare ("bckgRoundRemainsLessHalfOfImage" , SOURCE_FOLDER , DESTINATION_FOLDER );
198
189
}
199
190
200
191
@ Test
201
- //TODO: DEVSIX-4370 update cmp file
202
192
public void bckgRoundRemainsMoreHalfOfImageTest () throws IOException , InterruptedException {
203
193
convertToPdfAndCompare ("bckgRoundRemainsMoreHalfOfImage" , SOURCE_FOLDER , DESTINATION_FOLDER );
204
194
}
205
195
206
196
@ Test
207
- //TODO: DEVSIX-4370 update cmp file
208
197
public void bckgRoundCompressAndStretchImageTest () throws IOException , InterruptedException {
209
198
convertToPdfAndCompare ("bckgRoundCompressAndStretchImage" , SOURCE_FOLDER , DESTINATION_FOLDER );
210
199
}
211
200
212
201
@ Test
213
- //TODO: DEVSIX-4370 update cmp file
214
202
public void imageBckgRoundBckgSizeLessThanImageTest () throws IOException , InterruptedException {
215
203
convertToPdfAndCompare ("imageBckgRoundBckgSizeLessThanImage" , SOURCE_FOLDER , DESTINATION_FOLDER );
216
204
}
217
205
218
206
@ Test
219
- //TODO: DEVSIX-4370 update cmp file
220
207
public void imageBckgSpaceBckgSizeLessThanImageTest () throws IOException , InterruptedException {
221
208
convertToPdfAndCompare ("imageBckgSpaceBckgSizeLessThanImage" , SOURCE_FOLDER , DESTINATION_FOLDER );
222
209
}
0 commit comments