@@ -135,7 +135,7 @@ public void pureExplicitDestinationTest(String destinationWrapType) throws IOExc
135
135
@ ParameterizedTest
136
136
@ MethodSource ("destinationWrapperType" )
137
137
public void namedDestinationWithStructureDestinationTest (String destinationWrapType ) throws IOException {
138
- String filename = "namedDestinationWithStructureDestination_ " + destinationWrapType ;
138
+ String filename = "namedDestWithStructureDest_ " + destinationWrapType ;
139
139
framework .addBeforeGenerationHook (document -> {
140
140
document .addNewPage ();
141
141
addDestinationToDocument (document , destinationWrapType , createNamedDestination (document , "destination" ,
@@ -147,7 +147,7 @@ public void namedDestinationWithStructureDestinationTest(String destinationWrapT
147
147
@ ParameterizedTest
148
148
@ MethodSource ("destinationWrapperType" )
149
149
public void namedDestinationWithDictionaryWithStructureDestinationTest (String destinationWrapType ) throws IOException {
150
- String filename = "namedDestinationWithDictionaryWithStructureDestination_ " + destinationWrapType ;
150
+ String filename = "namedDestWithDictWithStructDest_ " + destinationWrapType ;
151
151
framework .addBeforeGenerationHook (document -> {
152
152
document .addNewPage ();
153
153
addDestinationToDocument (document , destinationWrapType , createNamedDestinationWithDictionary (document , createStructureDestination (document )));
@@ -172,7 +172,7 @@ public void namedDestinationWithDictionaryWithStructureDestinationTest(String de
172
172
@ ParameterizedTest
173
173
@ MethodSource ("destinationWrapperType" )
174
174
public void namedDestinationWithDictionaryAndSDWithStructureDestinationTest (String destinationWrapType ) throws IOException {
175
- String filename = "namedDestinationWithDictionaryAndSDWithStructureDestination_ " + destinationWrapType ;
175
+ String filename = "namedDestWithDictAndSDWithStructDest_ " + destinationWrapType ;
176
176
framework .addBeforeGenerationHook (document -> {
177
177
document .addNewPage ();
178
178
addDestinationToDocument (document , destinationWrapType ,
@@ -184,7 +184,7 @@ public void namedDestinationWithDictionaryAndSDWithStructureDestinationTest(Stri
184
184
@ ParameterizedTest
185
185
@ MethodSource ("destinationWrapperType" )
186
186
public void namedDestinationWithExplicitDestinationTest (String destinationWrapType ) throws IOException {
187
- String filename = "namedDestinationWithExplicitDestination_ " + destinationWrapType ;
187
+ String filename = "namedDestWithExplicitDest_ " + destinationWrapType ;
188
188
framework .addBeforeGenerationHook (document -> {
189
189
document .addNewPage ();
190
190
addDestinationToDocument (document , destinationWrapType , createNamedDestination (document , "destination" ,
@@ -214,7 +214,7 @@ public void namedDestinationWithExplicitDestinationTest(String destinationWrapTy
214
214
@ ParameterizedTest
215
215
@ MethodSource ("destinationWrapperType" )
216
216
public void namedDestinationWithDictionaryAndSDWithExplicitDestinationTest (String destinationWrapType ) throws IOException {
217
- String filename = "namedDestinationWithDictionaryAndSDWithExplicitDestination_ " + destinationWrapType ;
217
+ String filename = "namedDestWithDictAndSDWithExplicitDest_ " + destinationWrapType ;
218
218
framework .addBeforeGenerationHook (document -> {
219
219
document .addNewPage ();
220
220
addDestinationToDocument (document , destinationWrapType ,
@@ -244,7 +244,7 @@ public void namedDestinationWithDictionaryAndSDWithExplicitDestinationTest(Strin
244
244
@ ParameterizedTest
245
245
@ MethodSource ("destinationWrapperType" )
246
246
public void namedDestinationWithNamedDestinationWithStructureDestinationTest (String destinationWrapType ) throws IOException {
247
- String filename = "namedDestinationWithNamedDestinationWithStructureDestination_ " + destinationWrapType ;
247
+ String filename = "namedDestWithNamedDestWithStructDest_ " + destinationWrapType ;
248
248
framework .addBeforeGenerationHook (document -> {
249
249
document .addNewPage ();
250
250
addDestinationToDocument (document , destinationWrapType , createNamedDestination (document , "destination1" ,
@@ -269,7 +269,7 @@ public void namedDestinationWithNamedDestinationWithStructureDestinationTest(Str
269
269
@ ParameterizedTest
270
270
@ MethodSource ("destinationWrapperType" )
271
271
public void namedDestinationWithCyclicReferenceTest (String destinationWrapType ) throws IOException {
272
- String filename = "namedDestinationWithCyclicReference_ " + destinationWrapType ;
272
+ String filename = "namedDestWithCyclicReference_ " + destinationWrapType ;
273
273
framework .addBeforeGenerationHook (document -> {
274
274
document .addNewPage ();
275
275
addDestinationToDocument (document , destinationWrapType , createNamedDestination (document , "destination" ,
@@ -300,7 +300,7 @@ public void namedDestinationWithCyclicReferenceTest(String destinationWrapType)
300
300
@ ParameterizedTest
301
301
@ MethodSource ("destinationWrapperType" )
302
302
public void stringDestinationWithStructureDestinationTest (String destinationWrapType ) throws IOException {
303
- String filename = "stringDestinationWithStructureDestination_ " + destinationWrapType ;
303
+ String filename = "stringDestWithStructureDest_ " + destinationWrapType ;
304
304
framework .addBeforeGenerationHook (document -> {
305
305
document .addNewPage ();
306
306
addDestinationToDocument (document , destinationWrapType , createStringDestination (document ,
@@ -312,7 +312,7 @@ public void stringDestinationWithStructureDestinationTest(String destinationWrap
312
312
@ ParameterizedTest
313
313
@ MethodSource ("destinationWrapperType" )
314
314
public void stringDestinationWithDictionaryWithStructureDestinationTest (String destinationWrapType ) throws IOException {
315
- String filename = "namedDestinationWithDictionaryWithStructureDestination_ " + destinationWrapType ;
315
+ String filename = "stringDestWithDictWithStructDest_ " + destinationWrapType ;
316
316
framework .addBeforeGenerationHook (document -> {
317
317
document .addNewPage ();
318
318
addDestinationToDocument (document , destinationWrapType , createStringDestinationWithDictionary (document , createStructureDestination (document )));
@@ -337,7 +337,7 @@ public void stringDestinationWithDictionaryWithStructureDestinationTest(String d
337
337
@ ParameterizedTest
338
338
@ MethodSource ("destinationWrapperType" )
339
339
public void stringDestinationWithDictionaryAndSDWithStructureDestinationTest (String destinationWrapType ) throws IOException {
340
- String filename = "namedDestinationWithDictionaryAndSDWithStructureDestination_ " + destinationWrapType ;
340
+ String filename = "stringDestWithDictAndSDWithStructDest_ " + destinationWrapType ;
341
341
framework .addBeforeGenerationHook (document -> {
342
342
document .addNewPage ();
343
343
addDestinationToDocument (document , destinationWrapType ,
@@ -349,7 +349,7 @@ public void stringDestinationWithDictionaryAndSDWithStructureDestinationTest(Str
349
349
@ ParameterizedTest
350
350
@ MethodSource ("destinationWrapperType" )
351
351
public void stringDestinationWithExplicitDestinationTest (String destinationWrapType ) throws IOException {
352
- String filename = "namedDestinationWithExplicitDestination_ " + destinationWrapType ;
352
+ String filename = "stringDestWithExplicitDest_ " + destinationWrapType ;
353
353
framework .addBeforeGenerationHook (document -> {
354
354
document .addNewPage ();
355
355
addDestinationToDocument (document , destinationWrapType , createStringDestination (document ,
@@ -379,7 +379,7 @@ public void stringDestinationWithExplicitDestinationTest(String destinationWrapT
379
379
@ ParameterizedTest
380
380
@ MethodSource ("destinationWrapperType" )
381
381
public void stringDestinationWithDictionaryAndSDWithExplicitDestinationTest (String destinationWrapType ) throws IOException {
382
- String filename = "namedDestinationWithDictionaryAndSDWithExplicitDestination_ " + destinationWrapType ;
382
+ String filename = "stringDestWithDictAndSDWithExplicitDest_ " + destinationWrapType ;
383
383
framework .addBeforeGenerationHook (document -> {
384
384
document .addNewPage ();
385
385
addDestinationToDocument (document , destinationWrapType ,
0 commit comments