@@ -77,32 +77,32 @@ public void xMinYMinTest() throws IOException, InterruptedException {
77
77
}
78
78
79
79
@ Test
80
- public void viewBoxScalingTestPreserveAspect_Default_All () throws IOException , InterruptedException {
81
- convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewbox_scaling_PreserveAspectRatio_Default_all " );
80
+ public void viewBoxScalingTestPreserveAspectDefaultAll () throws IOException , InterruptedException {
81
+ convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewBoxScalingTestPreserveAspectDefaultAll " );
82
82
}
83
83
84
84
@ Test
85
85
public void viewBoxWithoutSetPreserveAspectRatio () throws IOException , InterruptedException {
86
- convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewBox_without_set_preserve_aspect_ratio " );
86
+ convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewBoxWithoutSetPreserveAspectRatio " );
87
87
}
88
88
89
89
@ Test
90
- public void viewBoxScalingTestDoNotPreserveAspect_Min () throws IOException , InterruptedException {
91
- convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewbox_scaling_DoNotPreserveAspectRatio_min " );
90
+ public void viewBoxScalingTestDoNotPreserveAspectMin () throws IOException , InterruptedException {
91
+ convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewBoxScalingTestDoNotPreserveAspectMin " );
92
92
}
93
93
94
94
@ Test
95
- public void viewBoxScalingTestDoNotPreserveAspect_All () throws IOException , InterruptedException {
96
- convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewbox_scaling_DoNotPreserveAspectRatio_all " );
95
+ public void viewBoxScalingTestDoNotPreserveAspectAll () throws IOException , InterruptedException {
96
+ convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewBoxScalingTestDoNotPreserveAspectAll " );
97
97
}
98
98
99
99
@ Test
100
- public void viewBoxScalingTestDoNotPreserveAspect_MetricDimensions_Min () throws IOException , InterruptedException {
101
- convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewbox_scaling_DoNotPreserveAspectRatio_MetricDimensions_min " );
100
+ public void viewBoxScalingTestDoNotPreserveAspectMetricDimensionsMin () throws IOException , InterruptedException {
101
+ convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewBoxScalingTestDoNotPreserveAspectMetricDimensionsMin " );
102
102
}
103
103
104
104
@ Test
105
- public void viewBoxScalingTestDoNotPreserveAspect_MetricDimensions_All () throws IOException , InterruptedException {
106
- convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewbox_scaling_DoNotPreserveAspectRatio_MetricDimensions_all " );
105
+ public void viewBoxScalingTestDoNotPreserveAspectMetricDimensionsAll () throws IOException , InterruptedException {
106
+ convertAndCompareSinglePageVisually (SOURCE_FOLDER , DESTINATION_FOLDER ,"viewBoxScalingTestDoNotPreserveAspectMetricDimensionsAll " );
107
107
}
108
108
}
0 commit comments