File tree Expand file tree Collapse file tree 7 files changed +11
-8
lines changed Expand file tree Collapse file tree 7 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 5
5
opens unittest .testcases .engine to org .junit .platform .commons ;
6
6
7
7
opens unittest .testcases .graphics to org .junit .platform .commons ;
8
+ opens unittest .testcases .graphics .display to org .junit .platform .commons ;
8
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 ;
9
12
opens unittest .testcases .graphics .util to org .junit .platform .commons ;
10
- opens unittest .testcases .graphics .util .gradients to org .junit .platform .commons ;
13
+
14
+ opens unittest .testcases .input .keyboard to org .junit .platform .commons ;
11
15
12
16
opens unittest .testcases .math to org .junit .platform .commons ;
13
17
14
18
opens unittest .testcases .systems .audio to org .junit .platform .commons ;
15
19
opens unittest .testcases .systems .control to org .junit .platform .commons ;
16
- opens unittest .testcases .systems .input .keyboard to org .junit .platform .commons ;
17
20
}
Original file line number Diff line number Diff line change 1
- package unittest .testcases .graphics ;
1
+ package unittest .testcases .graphics . display ;
2
2
3
3
import tech .fastj .math .Maths ;
4
4
import tech .fastj .math .Pointf ;
Original file line number Diff line number Diff line change 1
- package unittest .testcases .graphics .util . gradients ;
1
+ package unittest .testcases .graphics .gradients ;
2
2
3
3
import tech .fastj .math .Maths ;
4
4
import tech .fastj .math .Pointf ;
Original file line number Diff line number Diff line change 1
- package unittest .testcases .graphics .util . gradients ;
1
+ package unittest .testcases .graphics .gradients ;
2
2
3
3
import tech .fastj .math .Maths ;
4
4
import tech .fastj .math .Pointf ;
Original file line number Diff line number Diff line change 1
- package unittest .testcases .graphics .util . gradients ;
1
+ package unittest .testcases .graphics .gradients ;
2
2
3
3
import tech .fastj .math .Maths ;
4
4
import tech .fastj .math .Pointf ;
Original file line number Diff line number Diff line change 1
- package unittest .testcases .graphics .util ;
1
+ package unittest .testcases .graphics .io ;
2
2
3
3
import tech .fastj .math .Pointf ;
4
4
import tech .fastj .graphics .Boundary ;
Original file line number Diff line number Diff line change 1
- package unittest .testcases .systems . input .keyboard ;
1
+ package unittest .testcases .input .keyboard ;
2
2
3
3
import org .junit .jupiter .api .Test ;
4
4
import tech .fastj .input .keyboard .Keys ;
You can’t perform that action at this time.
0 commit comments