mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-05 07:48:05 +07:00
Added mockito for mocking headless g2d instance to create mock textures
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user