mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-03 13:30:34 +07:00
Added mockito for mocking headless g2d instance to create mock textures
This commit is contained in:
parent
9d03f869ce
commit
ab379c7910
@ -105,6 +105,7 @@ dependencies {
|
||||
dependencies {
|
||||
testImplementation platform('org.junit:junit-bom:5.7.1')
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
testImplementation 'org.mockito:mockito-junit-jupiter:5.4.0'
|
||||
testImplementation "com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion"
|
||||
testImplementation "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
|
||||
testImplementation "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
|
||||
|
Loading…
Reference in New Issue
Block a user