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 34f2897 commit 6d3c835Copy full SHA for 6d3c835
kernel/src/test/java/com/itextpdf/kernel/geom/AffineTransformTest.java
@@ -42,9 +42,13 @@ This file is part of the iText (R) project.
42
*/
43
package com.itextpdf.kernel.geom;
44
45
+import com.itextpdf.test.annotations.type.UnitTest;
46
+
47
import org.junit.Assert;
48
import org.junit.Test;
49
+import org.junit.experimental.categories.Category;
50
51
+@Category(UnitTest.class)
52
public class AffineTransformTest {
53
54
@Test
0 commit comments