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 7928055 commit e0360abCopy full SHA for e0360ab
src/test/java/module-info.java
@@ -5,8 +5,10 @@
5
opens unittest.testcases.engine to org.junit.platform.commons;
6
7
opens unittest.testcases.graphics to org.junit.platform.commons;
8
+ opens unittest.testcases.graphics.display to org.junit.platform.commons;
9
opens unittest.testcases.graphics.game to org.junit.platform.commons;
10
opens unittest.testcases.graphics.gradients to org.junit.platform.commons;
11
+ opens unittest.testcases.graphics.io to org.junit.platform.commons;
12
opens unittest.testcases.graphics.util to org.junit.platform.commons;
13
14
opens unittest.testcases.input.keyboard to org.junit.platform.commons;
0 commit comments