We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c33790 commit 0edbedaCopy full SHA for 0edbeda
kernel/src/test/java/com/itextpdf/kernel/geom/PointTest.java
@@ -42,14 +42,15 @@ This file is part of the iText (R) project.
42
*/
43
package com.itextpdf.kernel.geom;
44
45
+import com.itextpdf.test.ExtendedITextTest;
46
import com.itextpdf.test.annotations.type.UnitTest;
47
48
import org.junit.Assert;
49
import org.junit.Test;
50
import org.junit.experimental.categories.Category;
51
52
@Category(UnitTest.class)
-public class PointTest {
53
+public class PointTest extends ExtendedITextTest {
54
private static double EPSILON_COMPARISON = 1E-12;
55
56
@Test
0 commit comments