@@ -103,8 +103,19 @@ void testProblemClasses() {
103
103
assertNotNull (ctArea3DChart );
104
104
CTSurfaceChart ctSurfaceChart = CTSurfaceChart .Factory .newInstance ();
105
105
assertNotNull (ctSurfaceChart );
106
+
106
107
CTDoughnutChart ctDoughnutChart = CTDoughnutChart .Factory .newInstance ();
107
108
assertNotNull (ctDoughnutChart );
109
+ CTHoleSize ctHoleSize = CTHoleSize .Factory .newInstance ();
110
+ assertNotNull (ctHoleSize );
111
+ STHoleSize stHoleSize = STHoleSize .Factory .newInstance ();
112
+ assertNotNull (stHoleSize );
113
+ ctHoleSize .xsetVal (stHoleSize );
114
+ STHoleSizePercent stHoleSizePercent = STHoleSizePercent .Factory .newInstance ();
115
+ assertNotNull (stHoleSizePercent );
116
+ STHoleSizeUByte stHoleSizeUByte = STHoleSizeUByte .Factory .newInstance ();
117
+ assertNotNull (stHoleSizeUByte );
118
+
108
119
CTBar3DChart ctBar3DChart = CTBar3DChart .Factory .newInstance ();
109
120
assertNotNull (ctBar3DChart );
110
121
CTLine3DChart ctLine3DChart = CTLine3DChart .Factory .newInstance ();
@@ -197,8 +208,6 @@ void testProblemClasses() {
197
208
assertNotNull (stDepthPercent );
198
209
STHPercent sthPercent = STHPercent .Factory .newInstance ();
199
210
assertNotNull (sthPercent );
200
- STHoleSize stHoleSize = STHoleSize .Factory .newInstance ();
201
- assertNotNull (stHoleSize );
202
211
}
203
212
204
213
@ Test
0 commit comments