File tree Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
opens unittest .testcases .graphics to org .junit .platform .commons ;
8
8
opens unittest .testcases .graphics .game to org .junit .platform .commons ;
9
+ opens unittest .testcases .graphics .gradients to org .junit .platform .commons ;
9
10
opens unittest .testcases .graphics .util to org .junit .platform .commons ;
10
- opens unittest .testcases .graphics .util .gradients to org .junit .platform .commons ;
11
+
12
+ opens unittest .testcases .input .keyboard to org .junit .platform .commons ;
11
13
12
14
opens unittest .testcases .math to org .junit .platform .commons ;
13
15
14
16
opens unittest .testcases .systems .audio to org .junit .platform .commons ;
15
17
opens unittest .testcases .systems .control to org .junit .platform .commons ;
16
- opens unittest .testcases .systems .input .keyboard to org .junit .platform .commons ;
17
18
}
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