File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 opens unittest .testcases .engine to org .junit .platform .commons ;
66
77 opens unittest .testcases .graphics to org .junit .platform .commons ;
8+ opens unittest .testcases .graphics .display to org .junit .platform .commons ;
89 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 ;
912 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 ;
1115
1216 opens unittest .testcases .math to org .junit .platform .commons ;
1317
1418 opens unittest .testcases .systems .audio to org .junit .platform .commons ;
1519 opens unittest .testcases .systems .control to org .junit .platform .commons ;
16- opens unittest .testcases .systems .input .keyboard to org .junit .platform .commons ;
1720}
Original file line number Diff line number Diff line change 1- package unittest .testcases .graphics ;
1+ package unittest .testcases .graphics . display ;
22
33import tech .fastj .math .Maths ;
44import 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 ;
22
33import tech .fastj .math .Maths ;
44import 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 ;
22
33import tech .fastj .math .Maths ;
44import 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 ;
22
33import tech .fastj .math .Maths ;
44import 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 ;
22
33import tech .fastj .math .Pointf ;
44import 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 ;
22
33import org .junit .jupiter .api .Test ;
44import tech .fastj .input .keyboard .Keys ;
You can’t perform that action at this time.
0 commit comments